https://gitlab.com/aochoae/php-gitlab-boilerplate
Happy CI/CD!
https://gitlab.com/aochoae/php-gitlab-boilerplate
boilerplate gitlab-ci library
Last synced: 2 months ago
JSON representation
Happy CI/CD!
- Host: gitlab.com
- URL: https://gitlab.com/aochoae/php-gitlab-boilerplate
- Owner: aochoae
- License: mit
- Created: 2019-05-08T04:38:49.071Z (about 7 years ago)
- Default Branch: main
- Last Synced: 2025-11-27T15:24:30.688Z (7 months ago)
- Topics: boilerplate, gitlab-ci, library
- Stars: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Boilerplate
Boilerplate for new PHP library hosted in GitLab.
## Requirements
* PHP version 7.2 or greater
* PHPUnit version 8 or greater
## Composer
composer create-project --no-install --remove-vcs luisalberto/php-gitlab-boilerplate DIRECTORY dev-main
## Resources
* [PHP Supported Versions](https://php.net/supported-versions.php)
* [PHPUnit](https://phpunit.de/)