Download the PHP package rashid2538/bolt-framework without Composer
On this page you can find all versions of the php package rashid2538/bolt-framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package bolt-framework
Bolt MVC Framework
Yes, you read it write, this is another PHP MVC framework to create applications with ease and quickly.
Idea
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.
Installation
Sample
Check out the example application for general overview, documentation will be available very soon.
Pros
- 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
Cons
- 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.
All versions of bolt-framework with dependencies
PHP Build Version
Package Version
No informations.
The package rashid2538/bolt-framework contains the following files
Loading the files please wait ....