Official PHP Connector for ProQoS API Now Available!

We are excited to announce that an official PHP connector for websites using ProQoS backend services is now available.
This connector comes with a host of features including:

  • Type-safe methods and responses with null-type support
  • Client (connector) validations before sending requests
  • Error handling with exceptions
  • Option to change output language
  • Option to change the output format (JSON/XML)
  • Ability to fetch the JSON/XML file without parsing (usable for testing)
  • Test mode for POST methods (sends data to the server, but it's not saved)

You can find the connector on our GitHub repository: https://github.com/TopSoft4U/pq-api-connector

To install the connector via Composer, use the following command:

composer require topsoft4u/api-connector