imamuseum / piction-client
Export data from Piction Digital Asset Management System via its API.
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 5
Forks: 1
Open Issues: 0
pkg:composer/imamuseum/piction-client
Requires
- php: >=5.4.0
- vlucas/phpdotenv: ~2.0
This package is not auto-updated.
Last update: 2025-09-28 01:08:23 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