andheiberg / vzaar
A little cleanup and repackaging of the official Vzaar PHP wrapper.
Installs: 831
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 4
pkg:composer/andheiberg/vzaar
Requires
- php: >=5.3.0
- ext-curl: *
- illuminate/config: >=4.0
- illuminate/support: >=4.0
This package is not auto-updated.
Last update: 2025-10-07 10:12:31 UTC
README
A little cleanup and repackaging of the official Vzaar PHP wrapper.
Documentation can be found here
The original API wrapper can be found here
#Install
Add "andheiberg/vzaar": "dev-master"
to composer.json
For laravel add 'Andheiberg\Vzaar\VzaarServiceProvider'
to app/config/app.php under providers and 'Vzaar' => 'Andheiberg\Vzaar\Facades\Vzaar'
to app/config/app.php under aliases.