dev-master
9999999-devThe PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document
MIT
The Requires
by xokaido T. GNUcious
portaswitch
The PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document
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)
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)
For examples check the example.php file., (*7)
Thank you!, (*8)
The PortaSwitch API client in PHP according to their PortaSwitch_Interfaces_MR45.pdf document
MIT
portaswitch