drive / scaleflex-api-connector
Wrapper for the Scaleflex API (https://developers.scaleflex.com/)
v1.0.2
2024-04-12 12:12 UTC
Requires
- php: ^8.1
- dragon-code/simple-dto: ^2.8
- guzzlehttp/guzzle: ^7.8.1
- guzzlehttp/psr7: ^2.6
- illuminate/config: ^10.48
- illuminate/support: ^10.48
Requires (Dev)
- laravel/pint: ^1.14
- mockery/mockery: ^1.6
- orchestra/testbench: ^8.22
- pestphp/pest: ^2.34
- pestphp/pest-plugin-laravel: ^2.3
- phpstan/phpstan: ^1.10
README
Scaleflex API Connector
Description:
The Scaleflex PHP API Connector is a powerful tool designed to seamlessly integrate your PHP applications with Filerobot, a comprehensive digital asset management platform offered by Scaleflex. With this connector, developers can effortlessly leverage Filerobot's robust features to manage, optimize, and deliver digital assets within their PHP projects.
Requirements:
- PHP ^8.1
- composer
- Laravel ^10.0
Usage:
- Add package to your project
composer require caradvice/scaleflex-api-connector
- Copy configuration file to your project
php artisan vendor:publish --provider="Drive\ScaleflexApiConnector\ScaleflexServiceProvider" --tag="config"`
- Set required environment variable values
SCALEFLEX_CONTAINER_ID
- Container ID (can be found in Scaleflex hub)SCALEFLEX_API_KEY
- API key for Scaleflex API
Endpoint Coverage:
Testing:
Test suite is available in the package. To run tests, execute the following command:
Feature Tests:
composer test
Code Coverage:
composer coverage