Skip to content

Sabia is a tiny PHP MVC framework for monolithic web applications. Thought for bootstraping simple projects as fast as possible so they can fly.

License

Notifications You must be signed in to change notification settings

victormoretti/Sabia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sabia

Sabia is a tiny PHP MVC framework for monolithic web applications. Thought for bootstraping simple projects as fast as possible so they can fly.

Installation

To install your sabia application, just download this repository. Then change the dummy information on "/app/config/config.php" and you're all set.

About

Inspired by the south american bird Sabiá's name (pronounced as "Sah bee ah") and it's delightful singing. Sabia is a microframework (< 10kb unziped) for simple CRUD operations and plain PHP logic without any dependencies. It follows a MVC structure, so if you are used to more complex frameworks it should feel very incomplete. However, it can be a good starting point for people that are getting a grip on OOPHP and the MVC pattern as it is very descriptive and intuitive.

Also, I kept an optional structure on the Views directory for the pages (contrasting with other types of pages, such as blog posts). It's all on the files.

Happy Coding!

About

Sabia is a tiny PHP MVC framework for monolithic web applications. Thought for bootstraping simple projects as fast as possible so they can fly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published