| Recommend this page to a friend! | 
| Info | Reputation | Support forum | Blog | Links | 
| Ratings | Unique User Downloads | Download Rankings | ||||
| Not yet rated by the users | Total: 54 | All time:  10,631 This week: 206 | ||||
| Version | License | PHP version | Categories | |||
| dependency 1.0 | MIT/X Consortium ... | 5 | PHP 5, Language, Design Patterns | 
| Description | Author  | |||||||||||||||||||||||
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 | |||
| The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page. | 
| 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.