Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mediamonks/symfony-rest-api-bundle
Integrates the MediaMonks REST API Spec in Symfony
https://github.com/mediamonks/symfony-rest-api-bundle
api json php rest rest-api symfony symfony-bundle
Last synced: about 2 hours ago
JSON representation
Integrates the MediaMonks REST API Spec in Symfony
- Host: GitHub
- URL: https://github.com/mediamonks/symfony-rest-api-bundle
- Owner: mediamonks
- License: mit
- Created: 2016-02-01T12:58:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-25T07:40:51.000Z (almost 2 years ago)
- Last Synced: 2024-08-10T11:07:14.704Z (3 months ago)
- Topics: api, json, php, rest, rest-api, symfony, symfony-bundle
- Language: PHP
- Homepage: http://www.mediamonks.com/
- Size: 191 KB
- Stars: 16
- Watchers: 8
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/mediamonks/symfony-rest-api-bundle.svg?branch=master)](https://travis-ci.org/mediamonks/symfony-rest-api-bundle)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/mediamonks/symfony-rest-api-bundle/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/mediamonks/symfony-rest-api-bundle/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/mediamonks/symfony-rest-api-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/mediamonks/symfony-rest-api-bundle/?branch=master)
[![Total Downloads](https://poser.pugx.org/mediamonks/rest-api-bundle/downloads)](https://packagist.org/packages/mediamonks/rest-api-bundle)
[![Latest Stable Version](https://poser.pugx.org/mediamonks/rest-api-bundle/v/stable)](https://packagist.org/packages/mediamonks/rest-api-bundle)
[![Latest Unstable Version](https://poser.pugx.org/mediamonks/rest-api-bundle/v/unstable)](https://packagist.org/packages/mediamonks/rest-api-bundle)
[![SensioLabs Insight](https://img.shields.io/sensiolabs/i/c42e43fd-9c7b-47e1-8264-3a98961e9236.svg)](https://insight.sensiolabs.com/projects/c42e43fd-9c7b-47e1-8264-3a98961e9236)
[![License](https://poser.pugx.org/mediamonks/rest-api-bundle/license)](https://packagist.org/packages/mediamonks/rest-api-bundle)# MediaMonks Symfony Rest API Bundle
This bundle provides tools to implement a Rest API by using the [MediaMonks Rest Api](https://github.com/mediamonks/php-rest-api) library.
## Highlights
- Easiest Rest API bundle to use
- Supports all library optionsThe highlights of the library itself can be found in the libraries [readme](https://github.com/mediamonks/php-rest-api).
## Documentation
Please refer to the files in the [/Resources/doc](/Resources/doc) folder.
## Requirements
- PHP ^5.6, ^7.0
- Symfony ^3.0, ^4.0To use the library.
## Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.