Download the PHP package ryanhs/dependency without Composer
On this page you can find all versions of the php package ryanhs/dependency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ryanhs/dependency
More information about ryanhs/dependency
Files in ryanhs/dependency
Download ryanhs/dependency
More information about ryanhs/dependency
Files in ryanhs/dependency
Vendor ryanhs
Package dependency
Short Description very very small dependency class
License MIT License
Package dependency
Short Description very very small dependency class
License MIT License
Please rate this library. Is it a good library?
Informations about the package dependency
Dependency
very very small dependency class
maybe you will find it as a joke haha :-)
Installation
you can download this with composer (packagist)
composer require ryanhs/dependency
example
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();
License
MIT License
All versions of dependency with dependencies
PHP Build Version
Package Version
Requires
ryanhs/hook Version
~1.0
The package ryanhs/dependency contains the following files
Loading the files please wait ....