drive/scaleflex-api-connector

Wrapper for the Scaleflex API (https://developers.scaleflex.com/)

v1.0.2 2024-04-12 12:12 UTC

This package is auto-updated.

Last update: 2025-03-12 14:08:47 UTC


README

Scaleflex API Connector

Latest Stable Version PHP Version Downloads Tests codecov

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