proclame / clubplanner-php
A PHP wrapper for using clubplanner's API
v0.2.0
2023-01-02 15:15 UTC
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: 2024-10-30 01:31:56 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.