lipht / lipht
There is no license information available for the latest version (dev-master) of this package.
Lipht Framework: Core components
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
dev-master
2019-09-23 19:36 UTC
Requires
- ext-json: *
Requires (Dev)
- phpunit/phpunit: ^7.0
This package is not auto-updated.
Last update: 2023-06-29 07:24:41 UTC
README
Core module
Features
- Module abstraction for service pool isolation;
- Extensible Dependency Injection containers;
- Fillable trait for ease of instantiating value objects;
- Annotation reader for method-like annotations.
Pre-requisites
- PHP 7.1 or above;
- Have
composerinstalled globally.
Contributing
- Fork the repository;
- Clone locally;
- Install dependencies with
composer install; - Run tests with
composer test; - Create a feature branch
git checkout -b feature/your-feature-name; - Push your changes;
- Open a Pull-Request;
- Follow discussion for review;
- Merge to master;
- Kill your feature branch;
- Repeat.