Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inwebo/libre
Simple PHP5 framework
https://github.com/inwebo/libre
Last synced: about 2 months ago
JSON representation
Simple PHP5 framework
- Host: GitHub
- URL: https://github.com/inwebo/libre
- Owner: inwebo
- License: gpl-2.0
- Created: 2015-07-25T11:35:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-08-24T15:59:28.000Z (over 6 years ago)
- Last Synced: 2023-03-14T00:35:20.819Z (almost 2 years ago)
- Language: PHP
- Size: 1.54 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Libre
Libre, usefull PHP5 framework## Requirements
* PHP 5.4+## What can i do ?
* Databases abstraction layer, able to use MySQL, SQlite and many others
* Able to work without database
* REST
* Smart routing system
* Ligthweight template system
* API : images, HTML5 form, REST
* Plugin & Hook system
* Object Relational Mapping, easiest way to save object into database
* Small javascript framework bundled
* Well organized system, extensive use of php NAMESPACES
* Simple Theming system
* And more