2017 © Pedro Peláez
 

symfony-bundle transip-api-bundle

TransIp API bundle

image

verschoof/transip-api-bundle

TransIp API bundle

  • Wednesday, August 16, 2017
  • by verschoof
  • Repository
  • 1 Watchers
  • 4 Stars
  • 4,922 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 7 % Grown

The README.md

DEPRECATED

The library that is used by this bundle is deprecated. INFO: https://www.transip.nl/nieuws/de-nieuwe-transip-rest-api-is-live/



, (*1)

Wrapper of the transip API, (*2)

transip-api-bundle

A Symfony2 bundle for the TransIP API, (*3)

Installation

Run the following command, (*4)

composer require verschoof/transip-api-bundle

Register bundle in AppKernel, (*5)

#app/AppKernel.php
$bundles = array(
  ...
  new Verschoof\TransipApiBundle\TransipApiBundle()
);

Run composer update verschoof/transip-api-bundle, (*6)

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, (*7)

The Versions

16/08 2017

dev-master

9999999-dev

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

16/08 2017

v1.2.5

1.2.5.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

07/08 2017

v1.2.4

1.2.4.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

07/11 2016

v1.2.3

1.2.3.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

11/05 2014

v1.2.2

1.2.2.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

04/05 2014

v1.2.1

1.2.1.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

23/03 2014

v1.2.0

1.2.0.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip

01/03 2014

v1.1.0

1.1.0.0

TransIp API bundle

  Sources   Download

MIT

The Requires

 

api symfony transip