Skip to content

rashid2538/bolt-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bolt MVC Framework Latest Stable Version Total Downloads Latest Unstable Version License

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

composer require rashid2538/bolt-framework

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.

About

A lightning fast PHP framework to create awesome PHP applications in no time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages