imamuseum / piction-client
Export data from Piction Digital Asset Management System via its API.
2.0.0
2016-06-08 17:51 UTC
Requires
- php: >=5.4.0
- vlucas/phpdotenv: ~2.0
This package is not auto-updated.
Last update: 2025-01-18 21:30:31 UTC
README
This package will work independently of the Laravel Framework.
Composer Setup
composer require imamuseum/piction-client
Environmental Variables Setup
Add Piction Variables to your .env
:
PICTION_ENDPOINT_URL=null
PICTION_IMAGE_URL=null
PICTION_USERNAME=null
PICTION_PASSWORD=null
PICTION_FORMAT=null
PICTION_SURL=null
Laravel Specific
Service Provider
In config\app.php
add to the autoloaded providers -
Imamuseum\PictionClient\PictionServiceProvider::class,
Publish Config
php artisan vendor:publish