jin2chen / api-bundle
API bundle for symfony
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 1
Type:symfony-bundle
Requires
- php: ^8.0
- psr/log: ^1.1
- ramsey/uuid: ^4.1
- samj/fractal-bundle: ^4.0
- symfony/framework-bundle: ^5.0
- symfony/monolog-bundle: ^3.7
Requires (Dev)
- jin2chen/phpcs-phar: ^3.6
- phpro/grumphp-shim: ^1.3
- phpunit/phpunit: ^9.5
- psalm/phar: ~4.8.0
- spatie/phpunit-watcher: ^1.23
- symfony/browser-kit: ^5.3
- symfony/dotenv: ^5.3
- symfony/stopwatch: ^5.3
This package is auto-updated.
Last update: 2025-03-29 01:13:48 UTC
README
The package ...
Requirements
- PHP 8.0 or higher.
Installation
The package could be installed with composer:
composer require jin2chen/api-bundle --prefer-dist
General usage
Testing
Unit testing
The package is tested with PHPUnit. To run tests:
./vendor/bin/phpunit
Static analysis
The code is statically analyzed with Psalm. To run static analysis:
./vendor/bin/psalm