kickplan / kickplan-sdk
PHP implementation of Kickplan's API as an SDK.
Installs: 37
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
pkg:composer/kickplan/kickplan-sdk
Requires
- php: >=7.4
- guzzlehttp/guzzle: ^7.9
- ramsey/uuid: ^4.7
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-11-04 19:20:02 UTC
README
Development Notes
To test this SDK, follow these steps:
-
Install Dependencies
Run the following command in the root directory to install all required dependencies:composer install
-
Autoload Classes
Generate the autoload files with:composer dump-autoload
-
Set Environment Variables
Ensure the following environment variables are set:export KICKPLAN_API_KEY="your_api_token" export KICKPLAN_BASE_URL="your_url_here"
-
Run Tests
Execute the test suite using PHPUnit:vendor/bin/phpunit
Implementation
For detailed implementation guidance, see our Introduction.