Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daison12006013/blaze-code
Blazing fast to organize your MVC Framework!
https://github.com/daison12006013/blaze-code
Last synced: 11 days ago
JSON representation
Blazing fast to organize your MVC Framework!
- Host: GitHub
- URL: https://github.com/daison12006013/blaze-code
- Owner: daison12006013
- Created: 2017-08-17T10:09:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T05:12:12.000Z (about 7 years ago)
- Last Synced: 2024-08-02T05:22:48.816Z (3 months ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- awesome-blazingly-fast - blaze-code - Blazing fast to organize your MVC Framework! (PHP)
README
# Install thru Composer
```shell
composer require daison/blaze-code:"dev-master"
```Let's use the "dev-master" version which focuses on the "master" branch itself, the development is still ongoing, you may check all versions available here [https://packagist.org/packages/daison/blaze-code](https://packagist.org/packages/daison/blaze-code) to prevent code failure.
# Blaze Code
**What is blaze code?**
- A better way to handle your `Route`, `Controllers`, `Requests` into a pleasant/maintainable/reusable code.
- Agnostic, the code itself supports a Raw or you may create your own recipe for your Framework.**What is the most notable for the Route?**
- The route manages API versions, able to handle middlewares or any recipes you can provide.**What makes Controllers and Requests part of this?**
- You could organize the response to decide either a `redirect` or `json`.
- You may extend an existing Framework Recipe to override the response structure or any.
- It can transform your model data using Fractal in an easy way.
- It separates the Controller and Repository Pattern.#### Laravel:
[https://github.com/daison12006013/blaze-code/wiki/Laravel-Example](https://github.com/daison12006013/blaze-code/wiki/Laravel-Example)#### Raw PHP:
[https://github.com/daison12006013/blaze-code/wiki/Raw-PHP](https://github.com/daison12006013/blaze-code/wiki/Raw-PHP)