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
Requires
- php: >=5.4.0
- bravo3/properties: ~1.0
- doctrine/collections: ~1.2
- eloquent/enumeration: ~5.1
- guzzle/guzzle: ~3.9
- jms/serializer: ~0.16
- psr/log: ~1.0
- symfony/console: ~2.4
Requires (Dev)
- phpunit/phpunit: >=4.0.0
This package is not auto-updated.
Last update: 2020-08-17 07:05:30 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' ]