pfwd / vimeo-console
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application using Docker
v1.0.1
2019-03-15 15:10 UTC
Requires
- php: >=7.2
- pfwd/vimeo-api-uri: ^1.0
- pfwd/vimeo-entities: ^1.0
- symfony/console: ~4.0
- vimeo/vimeo-api: ^3.0
- vlucas/phpdotenv: ^3.3
Requires (Dev)
- codeception/codeception: ^2.5
- phpstan/phpstan: ^0.11.3
This package is auto-updated.
Last update: 2025-03-16 04:37:12 UTC
README
Console commands that interact with the Vimeo API. Can be used as a project dependency or as a standalone CLI application
Requirements
- docker-compose
- docker-machine
- Vimeo API credentials
Install as a project dependency
composer require pfwd/vimeo-console
Install as a standalone application
$ git clone git@github.com:pfwd/vimeo-console.git vimeo-console.git
Build Docker Containers
$ docker-machine create vimeo-console
$ docker-machine env vimeo-console
$ eval $(docker-machine env vimeo-console)
$ docker-compose up -d --build
Configure
$ cp .env.dist .env
Update the API credentials in .env
Console Commands
See the scripts index page for a list of available console commands
Uninstall
$ docker-machine rm vimeo-console