photom / framework
micro open framework
1.1.3
2019-10-03 12:00 UTC
Requires
- php: ^7.2.2
Requires (Dev)
- phpunit/phpunit: ^8.3
README
Features
- HTTP Router
The most important thing is what the framework should decide. This is routing. This task is solved quickly and easily. Minimum code, maximum functionality.
- Middleware
In many places, intermediate handlers need to be done. The photo for this gives an easy tool.
- ORM
What is needed for a successful project? This is an easy base management. Built-in ORM allows you to manage it.
- MVC
Model View Controller - Has already become the standard design. And Photom also supports this standard
- Tools Helper
The speed of development increases the built-in utility for creating the necessary typical code.
- DDD
The framework has support for Domain objects that can easily integrate with a business model
- Storage
The framework has file tool
Install
composer require photom/framework
ln vendor/photom/framework/photom photom
./photom install