Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ghousseyn/phiber
PHP Phiber framework - Build light-weight lightning-fast PhP applications with Phiber
https://github.com/ghousseyn/phiber
Last synced: about 2 months ago
JSON representation
PHP Phiber framework - Build light-weight lightning-fast PhP applications with Phiber
- Host: GitHub
- URL: https://github.com/ghousseyn/phiber
- Owner: ghousseyn
- License: mit
- Created: 2013-08-08T02:04:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-22T22:32:58.000Z (almost 9 years ago)
- Last Synced: 2024-08-23T02:56:51.002Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 2.55 MB
- Stars: 18
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-algeria - Phyber - Build light-weight lightning-fast PhP applications with Phiber (Libraries and Frameworks)
README
[![Build Status](https://travis-ci.org/ghousseyn/phiber.png?branch=alpha)](https://travis-ci.org/ghousseyn/phiber) [![License](https://img.shields.io/github/license/ghousseyn/phiber.svg)](http://phibermit.mit-license.org/) [![Packagist](https://img.shields.io/packagist/v/phiber/phiber.svg)](https://packagist.org/packages/phiber/phiber)
![Phiber Framework](logo.png)
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](https://github.com/ghousseyn/phiber-myo) and [Composer](https://getcomposer.org)
- 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)
- Use any library out there within your plugins, models or controllers
- Myo command line tool to speed up development and prototypingIssue tracker
==
[Phiber Issue Tracker](http://phiber.myjetbrains.com/youtrack/)Documentation
===
Check [Phiber Framework Documentation](http://ghousseyn.github.io/phiber)Ask a question
==
[Phiber Framework Group](https://groups.google.com/forum/#!forum/phiber)