2017 © Pedro Peláez
 

library crowdtilt

A mininimal Crowdtilt API v1 Wrapper

image

nwpointer/crowdtilt

A mininimal Crowdtilt API v1 Wrapper

  • Sunday, July 20, 2014
  • by nwpointer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Crowdtilt API

NOTE: This is a rough draft not really intended for public use yet, (*1)

This is a super simple php wrapper that lets you get started integrating the Crowdtilt crowdfunding api into your project as quickly as posible., (*2)

Basic format of api calls: $Crowdtilt->$request-type($api call); please refer to the crowdtilt documentation for more information, (*3)

example: $Crowdtilt->get('users');, (*4)

Instalation

add the following to your composer.json file in your projects root directory, (*5)

{
    "require": {
        "nwpointer/crowdtilt": "dev-master"
    }
}

alternatively you can also git clone it into your projects directory or add it as as submodule, (*6)

git clone https://github.com/nwpointer/crowdtilt-api.git crowdtilt

or, (*7)

git submodule add https://github.com/nwpointer/crowdtilt-api.git crowdtilt

The Versions

20/07 2014

dev-master

9999999-dev

A mininimal Crowdtilt API v1 Wrapper

  Sources   Download

The Requires

  • php >=5.4.0