ixnode / php-api-version-bundle
Provides the base API plattform functionality
Installs: 61
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=8.2
- ext-ctype: *
- ext-iconv: *
- api-platform/core: ^3.0
- doctrine/annotations: ^2.0
- doctrine/doctrine-bundle: ^2.12
- doctrine/doctrine-migrations-bundle: ^3.3
- doctrine/orm: ^3.2
- ixnode/bash-version-manager: ^0.1.8
- ixnode/php-array-to-object: ^0.1.1
- ixnode/php-checker: ^0.1.9
- ixnode/php-container: ^0.1.8
- ixnode/php-exception: ^0.1.20
- ixnode/php-json-schema-validator: ^0.1.2
- ixnode/php-naming-conventions: ^0.1.1
- monolog/monolog: ^3.4
- nelmio/cors-bundle: ^2.2
- opis/json-schema: ^2.3
- phpdocumentor/reflection-docblock: ^5.3
- phpstan/phpdoc-parser: ^1.15
- symfony/asset: 7.1.*
- symfony/console: 7.1.*
- symfony/dependency-injection: 7.1.*
- symfony/doctrine-messenger: 7.1.*
- symfony/dotenv: 7.1.*
- symfony/expression-language: 7.1.*
- symfony/flex: ^2
- symfony/framework-bundle: 7.1.*
- symfony/http-foundation: 7.1.*
- symfony/messenger: 7.1.*
- symfony/monolog-bundle: ^3.8
- symfony/property-access: 7.1.*
- symfony/property-info: 7.1.*
- symfony/runtime: 7.1.*
- symfony/security-bundle: 7.1.*
- symfony/serializer: 7.1.*
- symfony/twig-bundle: 7.1.*
- symfony/validator: 7.1.*
- symfony/yaml: 7.1.*
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: ^3.4
- friendsofphp/php-cs-fixer: ^3.13
- ixnode/php-branch-diagram-builder: ^1.2
- phpmd/phpmd: ^2.13
- phpstan/phpstan: ^1.9
- phpstan/phpstan-doctrine: ^1.3
- phpunit/phpunit: ^9
- povils/phpmnd: ^3.0
- rector/rector: ^0.15.2
- symfony/browser-kit: 7.1.*
- symfony/css-selector: 7.1.*
- symfony/http-client: 7.1.*
- symfony/maker-bundle: ^1.48
- symfony/phpunit-bridge: ^7.1
- symfony/stopwatch: 7.1.*
- symfony/web-profiler-bundle: 7.1.*
Conflicts
README
This symfony bundle provides the base API plattform functionality.
Installation
composer require ixnode/php-api-version-bundle
vendor/bin/php-api-version-bundle -V
php-api-version-bundle 0.1.0 (12-30-2022 10:45:29) - Björn Hempel <bjoern@hempel.li>
Usage
Tbd.
Development
git clone git@github.com:ixnode/php-api-version-bundle.git && cd php-api-version-bundle
composer install
composer test
License
This tool is licensed under the MIT License - see the LICENSE file for details