Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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