requestlab / vimeo-bundle
Installs: 1 862
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- symfony/framework-bundle: 3.*
- vimeo/vimeo-api: 1.*
Requires (Dev)
- phpunit/phpunit: 4.5.*
This package is not auto-updated.
Last update: 2025-01-02 00:26:56 UTC
README
The RequestLab VimeoBundle provides a way to use the Vimeo API as Symfony 2 Bundle.
Documentation
composer
composer require requestlab/vimeo-bundle "^0.0.2"
config.yml
request_lab_vimeo: client_id: "your_vimeo_client_id" client_secret: "your_vimeo_client_secret" access_token: "your_vimeo_token"
appKernel.php
$bundles = [ new RequestLab\VimeoBundle\RequestLabVimeoBundle(), new AppBundle\AppBundle() ];
Contribute
We love contributors! The bundle is open source, if you'd like to contribute, feel free to propose a PR!
License
The RequestLab Vimeo Bundle is under the MIT license. For the full copyright and license information, please read the LICENSE file that was distributed with this source code.
VimeoBundle
A Symfony 3 Bundle to use Vimeo API