Recommend this page to a friend! |
![]() ![]() |
Info | ![]() |
![]() ![]() |
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
![]() |
File | Role | Description | ||
---|---|---|---|---|
![]() |
||||
![]() |
||||
![]() ![]() |
Data | Auxiliary data | ||
![]() ![]() |
Lic. | License text | ||
![]() ![]() |
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.