nohex / eix
Eix is a PHP-based framework for building web applications.
Installs: 94
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
pkg:composer/nohex/eix
Requires
- php: >=5.3
- ext-intl: >0
- ext-json: >0
- ext-xsl: >0
README
Eix is a PHP framework that helps building web applications quickly and easily.
The framework's operation is based on a simple response-request architecture, which could loosely be compared to a message passing pattern.
Its name means 'axis' in Catalan, and its roughly pronounced as 'ehsh'.
Requirements
Eix requires PHP 5.3 or later, with the following modules enabled:
- libxml
- dom
- hash
- gettext
- SPL
- iconv
- json
- session
- mbstring
- standard
- Reflection
- phar
- sockets
- tokenizer
- xml
- curl
- imagick
- xsl
License
This software is licensed under the MIT license, as stated in LICENSE.md.