PHP code example of techart / php-tooling
1. Go to this page and download the library: Download techart/php-tooling library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
techart / php-tooling example snippets
vcomposer create-project techart/php-tooling
vphp cli.php php_lint_run
vphp artisan php-lint:run
php_lint_test:
stage: test
variables:
CODE_SNIFFER_PATH: <Путь до php-tooling>
tags:
- docker
- php81 // Тег php-ранера, который используется на проекте
- techart
script:
- |
cd $CODE_SNIFFER_PATH && pwd
composer install
php ./vendor/bin/phpcs ../ --colors