You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This framework is based on concepts and components of other open source software, especially [Zend Request Handler Runner](https://docs.zendframework.com/zend-httphandlerrunner/), [Zend Expressive](https://docs.zendframework.com/zend-expressive/) and [Zend Stratigillity](https://docs.zendframework.com/zend-stratigility/).
3
+
PHP full featured framework designed to allow you creating 100% framework agnostic code.
5
4
6
5
## Key Features
7
6
8
7
***Preconfigured Coding Style**: [Psr-1](https://www.php-fig.org/psr/psr-1) and [Psr-2](https://www.php-fig.org/psr/psr-2) code sniffer to help to respect standard
9
8
***Logger**: [Psr-3](https://www.php-fig.org/psr/psr-3) implementation by [wshafer/monolog](https://github.com/wshafer/psr11-monolog)
***Request Response Lifecycle**: [Psr-7](https://www.php-fig.org/psr/psr-7) Request and responses using [Zend Diactoros](https://docs.zendframework.com/zend-diactoros/)
12
-
***Auto-wired Dependency injection**: [Psr-11](https://www.php-fig.org/psr/psr-11)Container implemented by [Aura/Di](https://github.com/auraphp/Aura.Di)
10
+
***Request Response Lifecycle**: [Psr-7](https://www.php-fig.org/psr/psr-7) Request and responses using [Laminas Diactoros](https://docs.laminas.dev/laminas-diactoros/)
***Event Dispatcher**: [Psr-14](https://www.php-fig.org/psr/psr-14) Event dispatching system
14
13
***Request pipeline**: [Psr-15](https://www.php-fig.org/psr/psr-15) Request handler and Middleware
15
-
****Pipeline based router**: Intuitive to use route system on top of [Aura/Router](https://github.com/auraphp/Aura.Router)
16
-
***Different Config Translators**: [Zend config](https://github.com/zendframework/zend-config) style or [Symfony](https://symfony.com/doc/current/best_practices/configuration.html) style
17
-
***Cli**: Ready to use Console Line Tool by [Symfony Console Tool]()
14
+
***Pipeline based router**: Intuitive to use route system
15
+
***Different Config Translators**: [Laminas config](https://docs.laminas.dev/laminas-config/) style or [Symfony](https://symfony.com/doc/current/best_practices/configuration.html) style
16
+
***Cli**: Ready to use Console Line Tool on top of [Symfony Console Tool](https://symfony.com/doc/current/components/console.html)
18
17
19
18
20
-
######Special thanks
19
+
## Special thanks & Sponsors
21
20
22
21
***JetBrains:** Thanks for supporting us with the All Products Pack License for Open Source
23
22
@@ -27,4 +26,5 @@ This framework is based on concepts and components of other open source software
27
26
28
27
###### Disclaimer:
29
28
30
-
* This framework is created for educational purposes. The full or partial use of this software is the responsibility of the user.
29
+
* This framework is based on concepts and components of other open source software, especially [Laminas Request Handler Runner](https://docs.laminas.dev/laminas-httphandlerrunner/), [Mezzio](https://docs.mezzio.dev/mezzio/) and [Laminas API tools legacy Zend Stratigillity](https://api-tools.getlaminas.org/).
30
+
* The full or partial use of this software is the responsibility of the user.
0 commit comments