eix / core
Eix is a PHP-based framework for building web applications.
Installs: 32
Dependents: 2
Suggesters: 0
Security: 0
Stars: 2
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/eix/core
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.