vorujov / phpone
Simple and flexible PHP 5.6+ MVC micro-framework.
Installs: 36
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 2
Open Issues: 0
Language:CSS
Type:project
Requires
- php: >=5.6.0
- altorouter/altorouter: 1.*
- gettext/gettext: 4.*
- kint-php/kint: *
- propel/propel: ~2.0@dev
This package is auto-updated.
Last update: 2025-03-10 07:25:23 UTC
README
Simple and flexible PHP 5.6+ MVC micro-framework.
Installation
Install with Composer.
composer create-project --prefer-dist vorujov/phpone yourproject
The command above will install the latest stable version. If you want to install the latest unreleased version (probably with some bugs or unfinished works) use following command:
composer create-project --prefer-dist --stability=dev vorujov/phpone yourproject
yourproject is the root directory name of your project.
Don't have Composer?
You can download it here