2017 © Pedro Peláez
 

library laravel-vimeo

Laravel 4.2 wrapper for the official Vimeo API. Original: https://github.com/vinkla/vimeo

image

gvhuyssteen/laravel-vimeo

Laravel 4.2 wrapper for the official Vimeo API. Original: https://github.com/vinkla/vimeo

  • Tuesday, June 30, 2015
  • by gvhuyssteen
  • Repository
  • 1 Watchers
  • 0 Stars
  • 87 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Laravel Vimeo

image, (*1)

Laravel wrapper for the official Vimeo API. Read more about the API in the official Vimeo repository., (*2)

// Fetching data.
$vimeo->request('/users/dashron', ['per_page' => 2], 'GET');

// Upload videos.
$vimeo->upload('/home/aaron/foo.mp4', false);

// Wanna use a facade?
Vimeo::uploadImage('/videos/123/images', '/home/aaron/bar.png', true);

This package gives you an easy way to handle Vimeo configuration keys like client identifier and secret. The package includes a Facade and a contract which you can integrate within your project. Happy coding!, (*3)

Build Status Latest Stable Version License, (*4)

Installation

Require this package in your composer.json and update composer., (*5)

{
    "require": {
        "vinkla/vimeo": "~1.0"
    }
}

Add the service provider to config/app.php in the providers array., (*6)

'Vinkla\Vimeo\VimeoServiceProvider'

If you want you can use the facade. Add the reference in config/app.php to your aliases array., (*7)

'Vimeo' => 'Vinkla\Vimeo\Facades\Vimeo'

To add the configuration file to your app/config/packages directory, run the command below., (*8)

php artisan config:publish vinkla/vimeo

Documentation

This a wrapper for the official Vimeo API package. You can find the documentation in their repository. The documentation applies to this package as well., (*9)

License

The Laravel Vimeo package is open-sourced software licensed under the MIT license., (*10)

The Versions

30/06 2015

dev-master

9999999-dev https://github.com/gvhuyssteen/laravel-vimeo

Laravel 4.2 wrapper for the official Vimeo API. Original: https://github.com/vinkla/vimeo

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel video vimeo

30/06 2015

1.0.0

1.0.0.0 https://github.com/gvhuyssteen/laravel-vimeo

Laravel 4.2 wrapper for the official Vimeo API. Original: https://github.com/vinkla/vimeo

  Sources   Download

MIT

The Requires

 

The Development Requires

laravel video vimeo