Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asyrafhussin/bright
PHP Micro-Framework By Asyraf Hussin
https://github.com/asyrafhussin/bright
bright-framework framework micro-framework mvc-framework php php-framework php-micro-framework php-mvc
Last synced: 17 days ago
JSON representation
PHP Micro-Framework By Asyraf Hussin
- Host: GitHub
- URL: https://github.com/asyrafhussin/bright
- Owner: AsyrafHussin
- Created: 2017-09-23T20:49:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-26T18:54:40.000Z (over 7 years ago)
- Last Synced: 2024-11-14T23:31:47.269Z (3 months ago)
- Topics: bright-framework, framework, micro-framework, mvc-framework, php, php-framework, php-micro-framework, php-mvc
- Language: PHP
- Homepage: https://brightframework.psm.my
- Size: 44.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bright
PHP Micro-Framework by Asyraf Hussin
## Status
Still in development## Requirements
To use this framework you will need to make sure your server meets the following requirements:* PHP >= 7.0.0
## Installation
* Create new project using [Composer](https://getcomposer.org/)
```bash
$ composer create-project --prefer-dist "asyrafhussin/bright dev-master" [project-name]
```* Start development server at [http://localhost:8000](http://localhost:8000)
```bash
$ php bright serve
```## Documentation
Coming soon...## Contributing
If you spot any errors, typos or missing information, please submit a pull request.## Credits
* Icons made by [Freepik](http://www.freepik.com) from [www.flaticon.com](https://www.flaticon.com/) is licensed by [CC 3.0 BY](http://creativecommons.org/licenses/by/3.0/)