movingimage / vmpro-api-bundle
Official Symfony bundle for interacting with the MovingIMAGE Video Manager Pro public API
Installs: 13 055
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 3
Open Issues: 1
Type:bundle
Requires
- php: ^7.2
- guzzlehttp/guzzle: ^6.0
- movingimage/vmpro-api-client: ^4.0
- psr/cache: ^1.0
- symfony/framework-bundle: ^3.4 || ^4.0
- symfony/stopwatch: ^3.4 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.9
- phpunit/phpunit: ^8.0
- symfony/cache: ~3.1
- symfony/yaml: ^4.1
This package is auto-updated.
Last update: 2024-10-19 02:57:12 UTC
README
Official Symfony bundle for interacting with the Video Manager Pro API.
Features include:
- Easy set up & configuration for interacting with the Video Manager Pro API
- API client available through Symfony dependency injection container
- Command-line utility for testing and debugging connection problems
See also the list of contributors.
Installation
Please check the Getting Started guide for installation and configuration within your project.
Documentation
The source of the documentation is stored within the Resources/doc/
folder of this repository.
License
This bundle is under the BSD 3-clause license. Please check the LICENSE file for the complete license.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.