Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/berliozframework/berlioz
The core of Berlioz Framework.
https://github.com/berliozframework/berlioz
Last synced: about 1 month ago
JSON representation
The core of Berlioz Framework.
- Host: GitHub
- URL: https://github.com/berliozframework/berlioz
- Owner: BerliozFramework
- License: mit
- Created: 2017-08-03T14:30:38.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2019-07-22T16:16:44.000Z (over 5 years ago)
- Last Synced: 2023-11-16T06:20:26.515Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 150 KB
- Stars: 11
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Berlioz framework
=================## What is it ? ##
Berlioz is a slim framework to publish your online projects like website, intranet, api...
It allow you to use routes into simple controllers, forms class, template engine (Twig), and many others features.
## Why ? ##
More faster and simplest than a big framework like Symfony and Zend.
Only the essentials tools to help you to launch your projects, small to big.You can complete the usage by others libraries like phpFastCache (that we recommend) for cache management for example.
PSR support:
* PSR 2: Coding Style Guide
* PSR 3: Logger Interface
* PSR 4: Autoloading Standard
* PSR 5: PHPDoc Standard
* PSR 7: HTTP Message Interface
* PSR 11: Container Interface
* PSR 14: Event Manager
* PSR 16: Simple Cache## Documentation ##
A [technical documentation](./docs/index.md) is available to help you to use Berlioz Framework.