Download the PHP package topsoft4u/pq-api-connector without Composer
On this page you can find all versions of the php package topsoft4u/pq-api-connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download topsoft4u/pq-api-connector
More information about topsoft4u/pq-api-connector
Files in topsoft4u/pq-api-connector
Download topsoft4u/pq-api-connector
More information about topsoft4u/pq-api-connector
Files in topsoft4u/pq-api-connector
Vendor topsoft4u
Package pq-api-connector
Short Description Allows you to connect to API instances running on ProQoS platform.
License MIT
Homepage https://topsoft4u.com
Package pq-api-connector
Short Description Allows you to connect to API instances running on ProQoS platform.
License MIT
Homepage https://topsoft4u.com
Please rate this library. Is it a good library?
Informations about the package pq-api-connector
API Connector for websites using ProQoS backend services
Type-safe PHP connector for websites using ProQoS backend services.
Requirements
- Minimum PHP Version: 7.4
- Dependencies: ext-curl, ext-json
Application
This connector can be used for the following websites:
Website | 📕 Documentation |
---|---|
e-hedo.pl | 📕 LINK |
magboss.pl | 📕 LINK |
hedo-electro.com | 📕 LINK |
hedo-pets.com | 📕 LINK |
Note: For each website, you need a separate API key. To get one, please use the contact form on specific website.
Installation
You can install the connector via Composer using the following command:
Usage
Each method has its own example in the examples directory.
For explanation of each method, please refer to the API documentation links mentioned earlier.
Functions
- 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).
- You can 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).
Releasing a new version
- Update the version in the
composer.json
file withbash /scripts/bump_version.sh
. - Finish the release with
bash /scripts/commit_tag_push.sh
- which will create a new tag and push it to the repository.
All versions of pq-api-connector with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
ext-curl Version *
ext-json Version *
ext-curl Version *
ext-json Version *
The package topsoft4u/pq-api-connector contains the following files
Loading the files please wait ....