2017 © Pedro Peláez
 

library vimeo-api

Official PHP library for the Vimeo API.

image

vimeo/vimeo-api

Official PHP library for the Vimeo API.

  • Monday, July 2, 2018
  • by erunion
  • Repository
  • 52 Watchers
  • 260 Stars
  • 608,191 Installations
  • PHP
  • 18 Dependents
  • 0 Suggesters
  • 121 Forks
  • 15 Open issues
  • 20 Versions
  • 10 % Grown

The README.md

Interacting with the Vimeo API using PHP

This is a simple PHP library for interacting with the Vimeo API., (*1)

Before you start

Get started with the Vimeo API

If you’re new to Vimeo APIs, check out Getting Started: The Basics before diving into the content on this page., (*2)

Understand the PHP hierarchy

The API docs often use dot notation to represent a hierarchy of data, such as privacy.view. Since the PHP library sends all data using JSON, you must use nested associative arrays instead of dot notation., (*3)

// The documentation refers to the following as `privacy.view`
$params = ['privacy' => ['view' => 'disable']];

Install and access the PHP library

To install the PHP library, run the following command:, (*4)

composer require vimeo/vimeo-api

After installation is complete, you can access the library by using $lib = new \Vimeo\Vimeo($client_id, $client_secret) in a Composer-enabled PHP script., (*5)

Advanced examples

To see examples of the most common use cases of the PHP library, visit our PHP Library Examples page., (*6)

Framework integrations

We have PHP framework integrations for WordPress and Laravel., (*7)

If you've integrated Vimeo into a popular PHP framework, let us know!, (*8)

Support

To troubleshoot an issue, reach out to Vimeo Support., (*9)

The Versions

02/07 2018

dev-master

9999999-dev https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

24/04 2018

2.0.4

2.0.4.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

24/04 2018

dev-explicit-auth-header-support

dev-explicit-auth-header-support https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

03/04 2018

2.0.3

2.0.3.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

03/04 2018

dev-remove-preemptive-size-checks

dev-remove-preemptive-size-checks https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

20/03 2018

2.0.2

2.0.2.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

07/03 2018

2.0.1

2.0.1.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

08/02 2018

dev-readme-updates

dev-readme-updates https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

06/02 2018

2.0.0

2.0.0.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

01/02 2018

dev-tus-support

dev-tus-support https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

25/10 2017

1.3.0

1.3.0.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

04/10 2017

1.2.7

1.2.7.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0
  • ext-curl *
  • ext-json *

 

The Development Requires

video vimeo

02/12 2016

1.2.6

1.2.6.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

13/10 2016

1.2.5

1.2.5.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

13/09 2016

1.2.4

1.2.4.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

02/06 2015

1.2.3

1.2.3.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

11/05 2015

1.2.2

1.2.2.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

07/05 2015

1.2.1

1.2.1.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

01/05 2015

1.2.0

1.2.0.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo

23/10 2014

v1.1.0

1.1.0.0 https://github.com/vimeo/vimeo.php

Official PHP library for the Vimeo API.

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

video vimeo