Recommend this page to a friend! |
Download .zip |
Info | View files (5) | Download .zip | Reputation | Support forum | Blog (1) | Links |
Last Updated | Ratings | Unique User Downloads | Download Rankings | |||||
2023-05-24 (3 months ago) | Not yet rated by the users | Total: 51 | All time: 10,512 This week: 109 |
Version | License | PHP version | Categories | |||
dependency 1.0 | MIT/X Consortium ... | 5 | PHP 5, Language, Design Patterns |
Description | Author ryan hs Contributor | ||||||||||||||
This class can track class dependencies using callback functions. Innovation Award |
|
very very small dependency class
maybe you will find it as a joke haha :-)
you can download this with composer (packagist) <pre><code>composer require ryanhs/dependency</code></pre>
<pre><code>require 'vendor/autoload.php'; // composer autoload
use \Ryanhs\Dependency\Dependency;
$d = new Dependency; $d->app = new MyApp(); $d->router = new MyRouter(); $d->controller = new MyController();
$d->app->run(); </code></pre>
MIT License
Files |
File | Role | Description | ||
---|---|---|---|---|
src (1 file) | ||||
test (1 file) | ||||
composer.json | Data | Auxiliary data | ||
LICENSE | Lic. | License text | ||
README.md | Doc. | Documentation |
Version Control | Unique User Downloads | Download Rankings | |||||||||||||||
100% |
|
|
Applications that use this package |
If you know an application of this package, send a message to the author to add a link here.