project phossa-ecs
A large scale PHP application skeleton using Phossa framework
phossa/phossa-ecs
A large scale PHP application skeleton using Phossa framework
- Monday, June 13, 2016
- by phossa
- Repository
- 1 Watchers
- 0 Stars
- 33 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 0 % Grown
phossa-ecs
, (*1)
phossa-ecs is a PHP framework skeleton for application development. It
differs from other frameworks with large scale deployment in mind, or elastic
computing in mind., (*2)
It requires PHP 5.4 and supports PHP 7.0+, HHVM. It is compliant with
PSR-1, PSR-2, PSR-4., (*3)
Features
-
Uses composer
to manage everything including application and libraries., (*4)
-
Seperation of configurations from other codes., (*5)
-
Seperation of local (host-wise) and shareable (cloud-wise) stuff., (*6)
-
Seperation of application development and system administration., (*7)
-
Seperation of public (client-wise) and system (backend) stuff., (*8)
-
Seperation of application related and third party stuff., (*9)
-
Seperation of varying and unvarying stuff., (*10)
Installation
Install via the composer
utility., (*11)
composer create-project phossa/phossa-ecs YOUR_APP_DIR 1.*
Usage
Dependencies
License
MIT License, (*14)