lipht/lipht

There is no license information available for the latest version (dev-master) of this package.

Lipht Framework: Core components

dev-master 2019-09-23 19:36 UTC

This package is not auto-updated.

Last update: 2023-06-29 07:24:41 UTC


README

Core module

Features

  1. Module abstraction for service pool isolation;
  2. Extensible Dependency Injection containers;
  3. Fillable trait for ease of instantiating value objects;
  4. Annotation reader for method-like annotations.

Pre-requisites

  1. PHP 7.1 or above;
  2. Have composer installed globally.

Contributing

  1. Fork the repository;
  2. Clone locally;
  3. Install dependencies with composer install;
  4. Run tests with composer test;
  5. Create a feature branch git checkout -b feature/your-feature-name;
  6. Push your changes;
  7. Open a Pull-Request;
  8. Follow discussion for review;
  9. Merge to master;
  10. Kill your feature branch;
  11. Repeat.