Package Data | |
---|---|
Maintainer Username: | subscribo |
Package Create Date: | 2015-09-19 |
Package Last Update: | 2016-11-25 |
Home Page: | |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-22 03:04:17 |
Package Statistics | |
---|---|
Total Downloads: | 95 |
Monthly Downloads: | 5 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 3 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Dependency Resolver for resolving dependencies
1.1 Repository containing this package (note: you need to have access to this repository as well as to resources it points to)
1.2 Dependency under "require" or "require-dev" keys
"subscribo/dependencyresolver": "0.1.1"
1.3 If you are using Laravel you might want to add
'\\Subscribo\\DependencyResolver\\Integration\\Laravel\\DependencyResolverServiceProvider',
under 'providers' key in app/config/app.php file.
and
"subscribo/serviceprovider": "0.1.1"
under "require" or "require-dev" keys in your composer.json
If used with package 'subscribo/schemabuilder', this step (1.3) is not necessary.
DependencyResolver::resolve(array $dependencies)