atk4/core
Agile Core is a set of reusable PHP traits for building object-oriented frameworks. Provides containers (parent/child), hooks with priorities, automatic init, dynamic methods, factory by class string, app scope injection, and improved exceptions.
DiContainerTrait::assertInstanceOf if invoked with union (#424) @mvoriseklist (#415) @mvorisekNameTrait::$name and TrackableTrait::$shortName properties (#400) @mvorisekFC for NS case update II.
FC for NS case update
Fix versioning
Fix dependencies and versioning
We are changing $o->app and $o->owner references to getApp() / getOwner(). In 2.3 release this is backward compatible, so you can slowly refactor your code while being on the 2.3 branch. In version 2.4 access to properties "app" and "owner" will be removed.
Added support for PHPUnit 7+
Merged pull requests:
Fixed Injecting "null" argument into constructor fails #74
This release refactors FactoryTrait in a way that may not be backwards compatible, so upgrade with care.
Added DI Container support: http://agile-core.readthedocs.io/en/develop/di.html
How can I help you explore Laravel packages today?