iansltx / greenrope-api-client

Symfony bundle for Greenrope's API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

greenrope-api-client

Add bundle to bundles.php

<?php

return [
    Sctr\Greenrope\Api\GreenropeApiClientBundle::class => ['all' => true],
];

Add configuration to "greenrope_api_client.yaml"

greenrope_api_client:
    api_url: https://api.stgi.net/api-xml
    email: email@greenrope.com
    password: password
    account_id: account id

About

Symfony bundle for Greenrope's API

License:MIT License


Languages

Language:PHP 100.0%