Yes, you read it write, this is another PHP MVC framework to create applications with ease and quickly.
The objective behind the development of this framework was to reduce the time required to update the database models after database design changes. The database access layer is inspired by the Entity Framework Architecuter of ASP .NET MVC.
composer require rashid2538/bolt-framework
Check out the example application for general overview, documentation will be available very soon.
- There is no need to create any database model for the CRUD operations.
- Speed up the development time by focusing only on the core logic of your app.
- Built in support for third party renderers like TWIG, PHPTAL etc.
- One can easily create new plugins to extend the functionalities framework.
- Support for CLI access
- You'll have to learn a new thing. That seems to be a PIA (:stuck_out_tongue_winking_eye:) for some folks.
- Can use only one database in an application.
- The database schema has to follow some naming conventions, not a big deal though.
- Still in Beta. Yes, be ready for surprises.