Skip to content
This repository has been archived by the owner on May 18, 2018. It is now read-only.

kindrid/kindrid_php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindrid PHP Client library example

A very simple example for working with the Kindrid API in PHP

Installation

Clone this repository and install with composer

git clone https://github.com/kindrid/kindrid_php.git
cd kindrid_php
composer install

Create a new instance of the client with your API key and secret

$k = new \Kindrid\Kindrid($key, $secret);

Get all donations

$donations = $k->donations();

Get all donors

$donors = $k->donors();

Get all disbursals

$disbursals = $k->disbursals();

About

PHP sample client for the Kindrid API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages