verschoof / transip-api-bundle
TransIp API bundle
Installs: 9 270
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 1
Forks: 4
Open Issues: 1
Type:symfony-bundle
Requires
- php: >=5.3.3
- verschoof/transip-api: 1.1.*
This package is not auto-updated.
Last update: 2020-03-05 12:28:39 UTC
README
The library that is used by this bundle is deprecated.
INFO: https://www.transip.nl/nieuws/de-nieuwe-transip-rest-api-is-live/
Wrapper of the transip API
transip-api-bundle
A Symfony2 bundle for the TransIP API
Installation
Run the following command
composer require verschoof/transip-api-bundle
Register bundle in AppKernel
#app/AppKernel.php $bundles = array( ... new Verschoof\TransipApiBundle\TransipApiBundle() );
Run composer update verschoof/transip-api-bundle
Configuration
#app/config/config.yml transip_api: login : "%transip_login%" private_key : "%transip_privatekey%" read_only : "%transip_readonly%"
#parameters.yml parameters: transip_login: yourusername transip_privatekey: "yourkey" transip_readonly: true
Info: privatekey is a multiline key from transip, just remove the breaks to create a one-liner