This project permit to start the new php project.
- PHP >=8.3
- Composer
- Make (unix utilities to execute make commands)
You can install by executing:
composer create-project ug-php/php-template <project-name>
cd <project-name>
make install
You can run tests by executing:
make tests
You can run coding quality by executing:
make check-code-quality
You can know more about the src/Shared
structure regarding the https://github.com/ug-libraries/clean-architecture-core-php