ambientia/symfony-toolset

PHP项目中可使用的各种工具

v2.0.1 2021-05-26 08:26 UTC

This package is auto-updated.

Last update: 2024-09-26 15:53:30 UTC


README

PHP项目中使用的各种工具。

关键词

  • Doctrine测试
  • Guzzle辅助工具和测试
  • Directo API

工具

查看文档

开发

运行docker docker-composer up -d

Bash到容器 docker/bash.sh

运行代码修复器

运行php cs fixer ./vendor/bin/php-cs-fixer fix

运行测试

使用phpunit运行测试 ./vendor/bin/phpunit

运行分析器

运行phan ./vendor/bin/phan