https://github.com/stereoflo/symfony-responder-bundle
https://github.com/stereoflo/symfony-responder-bundle
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stereoflo/symfony-responder-bundle
- Owner: StereoFlo
- Created: 2023-10-23T17:16:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-23T17:21:22.000Z (over 2 years ago)
- Last Synced: 2025-01-08T02:49:38.656Z (over 1 year ago)
- Language: PHP
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```shell
php ./vendor/bin/php-cs-fixer fix src --config=.php-cs-fixer.dist.php --diff
```
```shell
php ./vendor/bin/phpstan analyse -c phpstan.neon
```
```shell
php ./vendor/bin/phpunit
```