Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-11T20:50:46.000Z (5 months ago)
- Last Synced: 2024-07-12T15:03:14.900Z (4 months ago)
- Language: PHP
- Size: 383 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
[![Release](https://img.shields.io/github/v/release/ixnode/php-api-version-bundle)](https://github.com/ixnode/php-api-version-bundle/releases)
[![PHP](https://img.shields.io/badge/PHP-^8.0-777bb3.svg?logo=php&logoColor=white&labelColor=555555&style=flat)](https://www.php.net/supported-versions.php)
[![PHPStan](https://img.shields.io/badge/PHPStan-Level%20Max-brightgreen.svg?style=flat)](https://phpstan.org/user-guide/rule-levels)
[![PHPCS](https://img.shields.io/badge/PHPCS-PSR12-brightgreen.svg?style=flat)](https://www.php-fig.org/psr/psr-12/)
[![LICENSE](https://img.shields.io/github/license/ixnode/php-api-version-bundle)](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 [email protected]: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