Support the ongoing development of Laravel.io →
Installation Configuration IOC
Last updated 1 year ago.
0

Put the file wherever you want, e.g. app/vimeo.php and then update composer.json and add it to the classmap section, e.g.

"autoload": {
    "classmap": [
        "app/commands",
        "app/controllers",
        "app/models",
        "app/database/migrations",
        "app/database/seeds",
        "app/tests/TestCase.php",
        "app/Vimeo.php"
    ]
}
Last updated 1 year ago.
0

Here is an Laravel wrapper for the official Vimeo API: https://github.com/vinkla/vimeo

Last updated 1 year ago.
0

Sign in to participate in this thread!

Eventy

Your banner here too?

jqr108 jqr108 Joined 6 Oct 2014

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.