← All projects

phiber

by @ghousseyn

18

PHP Phiber framework - Build light-weight lightning-fast PhP applications with Phiber

About this project

Phiber Framework (PHP's EASY MVC) === Phiber Framework is the lightest full stack PHP MVC framework. Phiber ships with basic components providing a bare minimum of boiler plates and allow for extension and library integration to add functionality as needed. Main components include MVC layout, Modules, Plugins, ORM, Cache, Session, Events, Log and Error handling. Phiber framework applications are moduler with an easy drop-in architecture. A sample application is available on packagist as a template. Phiber also provides a command line tool called Myo to help create and maintain different parts of your application. Features === Very easy to learn (probably why you picked PHP in the first place) Very easy to develope and deploy with Myo and Composer Lightweight and very fast (150k uncompressed) One-file easy configuration Painless Routing (simple and RegEx/named params) Drop-in architecture for plugins, modules and even controllers True MVC (Models CAN communicate with views directly) Eventful (trigger and listen to events if you want to) OOSQL ORM and Query builder (Zero configuration) Entity generator (Design your DB like a DBA)

From the project README on GitHub

Stars
18
Forks
2
License
MIT
Last push
22 Feb 2016

Add this badge to your README

Show that your project is listed on Made in Algeria.

Made in Algeria
[![Made in Algeria](https://www.madeinalgeria.dev/badge/phiber.svg)](https://www.madeinalgeria.dev/projects/phiber)

Related projects