https://github.com/ixnode/php-api-version-bundle
This symfony bundle provides the base API plattform functionality.
https://github.com/ixnode/php-api-version-bundle
Last synced: 4 months ago
JSON representation
This symfony bundle provides the base API plattform functionality.
- Host: GitHub
- URL: https://github.com/ixnode/php-api-version-bundle
- Owner: ixnode
- License: mit
- Created: 2023-01-01T16:36:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T22:21:15.000Z (over 1 year ago)
- Last Synced: 2024-12-22T03:23:47.004Z (over 1 year ago)
- Language: PHP
- Size: 442 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP API Version Bundle
[](https://github.com/ixnode/php-api-version-bundle/releases)
[](https://www.php.net/supported-versions.php)
[](https://phpstan.org/user-guide/rule-levels)
[](https://www.php-fig.org/psr/psr-12/)
[](https://github.com/ixnode/php-api-version-bundle/blob/master/LICENSE)
> This symfony bundle provides the base API plattform functionality.
## Installation
```bash
composer require ixnode/php-api-version-bundle
```
```bash
vendor/bin/php-api-version-bundle -V
```
```bash
php-api-version-bundle 0.1.0 (12-30-2022 10:45:29) - Björn Hempel
```
## Usage
Tbd.
## Development
```bash
git clone git@github.com:ixnode/php-api-version-bundle.git && cd php-api-version-bundle
```
```bash
composer install
```
```bash
composer test
```
## License
This tool is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details