2017 © Pedro Peláez
 

library givey

PHP library for https://api.givey.com

image

givey/givey

PHP library for https://api.givey.com

  • Thursday, March 12, 2015
  • by scottrobertson
  • Repository
  • 6 Watchers
  • 2 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Givey PHP SDK

This is a preview release so please use at your own risk and report any issues you may experience. Contact Givey Support if you have any questions., (*1)

Build Status Downloads Version Licence, (*2)

Usage

Install

``` json { "require": { "givey/givey" : "*" } }, (*3)


### Setup Resource and Adapter ``` php use Givey\Adapter\Buzz; use Givey\Resource; Resource::setAdapter(new Buzz($token));

Users

``` php use Givey\User;, (*4)

User::retrieve('scott'); // Givey\Entity\User User::all(array('business_id' => 100); // array(Givey\Entity\User, Givey\Entity\User), (*5)


### Businesses ``` php use Givey\Business; $business = Business::retrieve('giveybiz'); // Givey\Entity\Business $business->employees(); // array(Givey\Entity\User, Givey\Entity\User)

Charities

``` php use Givey\Charity;, (*6)

Charity::retrieve('dogstrust'); // Givey\Entity\Charity Charity::all(array('business_id' => 100); // array(Givey\Entity\Charity, Givey\Entity\Charity) ```, (*7)

The Versions

12/03 2015

dev-master

9999999-dev https://github.com/givey/givey-php

PHP library for https://api.givey.com

  Sources   Download

The Requires

 

The Development Requires

12/03 2015

v0.2

0.2.0.0 https://github.com/givey/givey-php

PHP library for https://api.givey.com

  Sources   Download

The Requires

 

The Development Requires

12/03 2015

v0.1

0.1.0.0

  Sources   Download

The Requires

 

The Development Requires