Skip to content

Releases: yuxblank/phackp

0.5.1-alpha

02 Apr 17:23
b296dbd
Compare
Choose a tag to compare
0.5.1-alpha Pre-release
Pre-release
Update composer.json

0.4.2-alpha

20 Sep 17:38
Compare
Choose a tag to compare
0.4.2-alpha Pre-release
Pre-release

Router updates and support for DI Doctrine 2.

Standards support (PSR-7,PSR-11), Dependency injection

04 Aug 12:49
Compare
Choose a tag to compare

This version introduce a DI container (provided by PHP-DI) and a global refactoring of the framework to support new standards (PSR) and provide interchangeability of components.
The project now has several dependecies:

"zendframework/zend-diactoros": "1.3.10",
"php-di/php-di": "5.4.1",
"doctrine/annotations": "1.3.1",

The next devlopment cycle will bring a totally iterchangeable runtime based on interfaces and DI (actutally like Router and ServerRequest/Response) based on standards or enanched standards.

HackORM default ORM will be latter replaced by Doctrine2, but will be available from a new repository; it is straightforward for developing CRUD Apps, but it lacks ability to manage dependencies persistence, caching, CLI generators...

0.3-alpha

18 Mar 12:20
Compare
Choose a tag to compare

This release is the third alpha.
It improve ServiceProviders with lazy loading and runtime-configuration.
Error handler Provider with exception handling.
Many different interfaces (for ServiceProviders)