Simple PHP Framework for smale-scale projects
Electrify is a minimal PHP framework for quick development of PHP web applications.
Electrify is inspired by the popular PHP framework - Laravel
Electrify is currently under development and is ONLY suitable for building small scale applications. You may not want to use Electrify on production environment until a production ready release is made
- Download or clone the repo to your computer
- start a server on any port, run
php builder servethe default port is8080, to start the server on a different port, runphp builder serve your_port_number - while awaiting to be completed for the start, you can use Electrify same way you use laravel
Electrify requires php >= 7.4
If you discover a security vulnerability within ElectrifyPHP, please send an e-mail to Manuel Wils via manuelwils@surgewares.com. All security vulnerabilities will be promptly addressed.