sowerphp framework
Versión 21.10
SowerPHP is a framework, or development environment, for PHP developed in Chile.
The main project developed with this Framework is the Web application of FreeDte. Thanks to this project is that this framework has been improved over the years, always, having free use.
The entire SowerPHP source code is released using the AGPL V3 or higher license.
composer create-project --prefer-dist sowerphp/sowerphp-project my-project dev-master
cd my-project
cp env-dist .envmkdir -p $HOME /dev/www
cd $HOME /dev/www
git clone [email protected]:sascocl/sowerphp.git sowerphp-framework
cd sowerphp-framework
composer installXDEBUG_MODE=coverage ./vendor/bin/phpunit