Loading README.md +1 −3 Original line number Diff line number Diff line # GitLab CI template for PHP This project implements a generic GitLab CI template for [PHP](https://www.php.net/). This project implements a GitLab CI/CD template to build, test and analyse your [PHP](https://www.php.net/) projects. :warning: For now it only supports [Composer](https://getcomposer.org/) as dependency manager. It provides several features, usable in different modes (by configuration). ## Usage In order to include this template in your project, add the following to your `gitlab-ci.yml`: Loading kicker.json +1 −1 Original line number Diff line number Diff line { "name": "PHP", "description": "GitLab CI template for PHP", "description": "Build, test and analyse your [PHP](https://www.php.net/) projects", "template_path": "templates/gitlab-ci-php.yml", "kind": "build", "variables": [ Loading Loading
README.md +1 −3 Original line number Diff line number Diff line # GitLab CI template for PHP This project implements a generic GitLab CI template for [PHP](https://www.php.net/). This project implements a GitLab CI/CD template to build, test and analyse your [PHP](https://www.php.net/) projects. :warning: For now it only supports [Composer](https://getcomposer.org/) as dependency manager. It provides several features, usable in different modes (by configuration). ## Usage In order to include this template in your project, add the following to your `gitlab-ci.yml`: Loading
kicker.json +1 −1 Original line number Diff line number Diff line { "name": "PHP", "description": "GitLab CI template for PHP", "description": "Build, test and analyse your [PHP](https://www.php.net/) projects", "template_path": "templates/gitlab-ci-php.yml", "kind": "build", "variables": [ Loading