hyperion/dbal

This package is abandoned and no longer maintained. No replacement package was suggested.

Hyperion DBAL and API client

0.0.15-beta 2014-10-27 00:46 UTC

README

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' ]