productsupcom / platform-api-client
PHP client to connect to the platform API of http://productsup.io/
Installs: 101 567
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 16
Forks: 4
pkg:composer/productsupcom/platform-api-client
Requires
- php: >=5.3.0
- dev-master
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2
- 2.1.1
- 2.1.0
- 2.0.0
- 2.0.0-RC5
- 2.0.0-RC4
- 2.0.0-RC3
- 2.0.0-RC2
- 2.0.0-RC1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-feature/DEV-19634-implement-site-stream-ds-endpoint
- dev-m038-pup-patch-1
- dev-allow-cloning-of-client
- dev-fix-static-batch-id-problem
- dev-php-cs-fixer
- dev-ACC-1167
- dev-RAK-232
- dev-API-91
- dev-API-34
- dev-API-28
- dev-CPU-899
This package is auto-updated.
Last update: 2025-09-13 00:11:24 UTC
README
- Attenion: this PHP client is running outdated version of PHP and is not actively maintained by Productsup. Please use at your own risk.
- We will not merge any contributions, as this repository will be replaced by an Open API Specification file in the near future
Installation (Composer)
Add this to your require section
"require": {
"productsupcom/platform-api-client": "dev-master"
}
Installation (without composer)
If you do not want to use composer, you can download or git clone the project and require the autoload.php in the root folder.
git clone https://github.com/productsupcom/Platform-API-Client.git
require_once(__DIR__.'/Platform-API-Client/autoload.php');
Requirements
- PHP 5.3+
- PHP cURL
Basic usage
See the example scripts.