ambientia/symfony-toolset

Various tools that can be used in PHP projects

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

This package is auto-updated.

Last update: 2024-04-26 14:58:56 UTC


README

Various tools used in PHP projects.

Keywords

  • Doctrine testing
  • Guzzle helpers and testing
  • Directo API

Tools

see docs

Developing

Run docker docker-composer up -d

Bash to container docker/bash.sh

Running code fixer

Run php cs fixer ./vendor/bin/php-cs-fixer fix

Running the tests

Run tests with phpunit ./vendor/bin/phpunit

Running analyzer

Run phan ./vendor/bin/phan