proclame/clubplanner-php

A PHP wrapper for using clubplanner's API

v0.2.0 2023-01-02 15:15 UTC

This package is auto-updated.

Last update: 2024-03-30 00:17:47 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.