cct-marketing/cct-technology-php-sdk

Sdk to communicate with the CCT Technology api

v0.2.6 2024-04-22 08:01 UTC

This package is auto-updated.

Last update: 2024-04-22 14:24:42 UTC


README

The PHP SDK allows for seamless interaction with the CCT Technology API, providing a convenient and efficient way to access its features and functionality.

Installation

composer require cct-marketing/cct-technology-php-sdk

Requirements

To utilize the API, you will require both a Client ID and Client Secret key. Kindly request them from your designated CCT contact. In addition to obtaining a client ID and secret key, ensure that you meet the following minimum requirements:

  • PHP version 8.1 or higher
  • Composer installed on your system.

How to use

For guidance on how to use the API, review the examples provided in the examples folder. For more comprehensive information, please visit the documentation at https://cct-technology.slite.com/app/docs/7COnxb4Dl7Y6kq

Development

# Create the git hooks and runs composer install
chmod +x make.sh && ./make.sh