Skip to content

faraweilyas/whitegold

Repository files navigation

whiteGold

Latest Stable Version Total Downloads License Coverage Status Build Status

whiteGold is a PHP light web application framework with sophisticated syntax and this is inspired by the Laravel Framework with the aim to ease the way components are being installed alongside our project which disrupts scaling and development process. whiteGold attempts to tackle this by tearing down components to make them stand alone so it's easy to remove, add and update different components at any point in time.

Installation

You can get a fresh installation With Composer, all you have to do is create a new project from Packagist:

$ composer create-project faraweilyas/whitegold project-folder
$ cd project-folder
$ php -S localhost:8765 -t public/

Contributing

Thank you for considering contributing to the whiteGold mini PHP framework! please send an e-mail to Farawe iLyas via faraweilyas@gmail.com.

Security Vulnerabilities

If you discover a security vulnerability within whiteGold, please send an e-mail to Farawe iLyas via faraweilyas@gmail.com. All security vulnerabilities will be tackled swiftly.

License

The whiteGold mini PHP framework is open-sourced software licensed under the MIT license.