Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

jordonsc/hyperion_dbal

Repository files navigation

Hyperion DBAL & API Client

Hyperion logistics and API client.

Command Line

To view all command line options:

./hyperion

Configuration

To change the location of the API server, create a config file named config/console-[ENV].yml (replacing [ENV] with 'dev' or 'prod') and populate it with:

data_manager:
    driver: Hyperion\Dbal\Driver\ApiDataDriver
    arguments: [ 'your.api-server.com' ]

stack_manager:
    driver: Hyperion\Dbal\Driver\ApiStackDriver
    arguments: [ 'your.api-server.com' ]