proclame / clubplanner-php
A PHP wrapper for using clubplanner's API
Installs: 8
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/proclame/clubplanner-php
Requires
- php: >=7.2
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- fzaninotto/faker: ^1.9
- phpunit/phpunit: >=8.0
- squizlabs/php_codesniffer: ^3.0
This package is auto-updated.
Last update: 2025-09-29 03:05:43 UTC
README
This is a PHP SDK to connect with the Clubplanner API. This is a Work In Progress, heavily inspired by Picqer/Moneybird.
To run tests or use this API, get your url & tokens from clubplanner support.
Install
Via Composer
$ composer require proclame/clubplanner
Usage
$clubplanner = new Proclame\Clubplanner(); $member = $clubplanner->member()->find(123);
Testing
- copy phpunit.xml.dist to phpunit.xml enter the CLUBPLANNER_URL and CLUBPLANNER_TOKEN in phpunit.xml
$ composer test
Contributing
Please see CONTRIBUTING and CODE_OF_CONDUCT for details.
Security
If you discover any security related issues, please email nick@proclame.be instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.