cct-marketing / cct-technology-php-sdk
Sdk to communicate with the CCT Technology api
Installs: 3 169
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 3
Forks: 0
Open Issues: 0
Requires
- php: ~8.1
- ext-json: *
- beberlei/assert: ^2.6|^3.0
- eventsauce/object-hydrator: 1.2.0
- guzzlehttp/guzzle: ^7.4
- psr/http-client: ^1.0
- ramsey/uuid: ^3.8|^4.0
- softonic/guzzle-oauth2-middleware: ^2.1
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.13
- league/construct-finder: ^1.2
- nyholm/psr7: ^1.4
- phpunit/phpunit: ^9.0
- symfony/cache: ^6.1
- vimeo/psalm: ^5.4.0
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