2017 © Pedro Peláez
 

library portaswitch

The PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document

image

xokaido/portaswitch

The PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document

  • Tuesday, March 13, 2018
  • by xokaido
  • Repository
  • 1 Watchers
  • 0 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

The PortaSwitch API library in PHP

This is a PortaSwitch Client Library Based on their PortaSwitch_Interfaces_MR45.pdf document. The client library is not finished and only some parts are implemented but it's easy to add more as the software architecture makes it possible to quickly add new methods., (*1)

To deploy the application:

You need to create the .env file with, (*2)

API_BASE = Base URL of the APIbr/ API_USER = The API user br/ API_PASS = The password for the API userbr/, (*3)

The file should look something like this:, (*4)

API_BASE = "https://mybilling.telinta.com:8442/rest/"br/ API_USER = 'test_user'br/ API_PASS = 'test_pass'br/, (*5)

Please pay desired attention to have the /rest/ API instead of SOAP., (*6)

Examples

For examples check the example.php file., (*7)

Thank you!, (*8)

The Versions

13/03 2018

dev-master

9999999-dev

The PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document

  Sources   Download

MIT

The Requires

 

by xokaido T. GNUcious

portaswitch