Registry / utility / rdlowrey-auryn

rdlowrey-auryn

JSON →
library1.4.4phppackagistunverified

Auryn is a dependency injector for bootstrapping object-oriented PHP applications.

composer require rdlowrey/auryn
INSTALL
IMPORT
SIG · RDLOWREY-AURYN
R
rdlowrey-auryn
utilityphpv1.4.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Injector
use Auryn\Injector;

Create an instance of a class using Auryn's dependency injector

use Auryn\Injector; $injector = new Injector(); $instance = $injector->make('SomeClass');
Debug
Known issues
breakingDoes not support PHP 8.0+ attributes for autowiring
fix
Use docblock annotations or explicit definitions instead
affects: >=1.4.4
Upgrade
Version history
1.4.4latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
rdlowrey-auryn — pip install rdlowrey-auryn · libregistry