2017 © Pedro Peláez
 

library showpad-php-api

This Showpad PHP class connects to the Showpad API.

image

jeroendesloovere/showpad-php-api

This Showpad PHP class connects to the Showpad API.

  • Friday, May 29, 2015
  • by jeroendesloovere
  • Repository
  • 1 Watchers
  • 2 Stars
  • 9 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 125 % Grown

The README.md

Showpad PHP wrapper class

Latest Stable Version License Build Status, (*1)

This Showpad PHP wrapper class connects to the Showpad API., (*2)

Usage

Installation

``` json { "require": { "jeroendesloovere/showpad-php-api": "1.0.*" } }, (*3)


> Adding this code in your `composer.json` file will get the [latest GitHub package](https://packagist.org/packages/jeroendesloovere/showpad-php-api) using [Composer](https://getcomposer.org). ### Example

$showpadUsername = ''; $showpadApiKey = '';, (*4)

// define api $api = new JeroenDesloovere\Showpad\Showpad( $showpadUsername, $showpadApiKey );, (*5)

// get all users $items = $api->users->getAll();, (*6)

// get all user groups $items = $api->userGroups->getAll(); ... ```, (*7)

View all examples or check the Showpad class., (*8)

Work in progress

Jeroen Desloovere started this class to test if it is possible to make connection to the API of Showpad. It was possible and the base is set for this class. All functions in this class work, excepts the assets->create is untested (didn't worked offline). Every subClass has its getAll() function, other functions aren't defined yet., (*9)

Documentation

The class is well documented inline. If you use a decent IDE you'll see that each method is documented with PHPDoc., (*10)

Contributing

It would be great if you could help us improve this class. GitHub does a great job in managing collaboration by providing different tools, the only thing you need is a GitHub login., (*11)

  • Use Pull requests to add or update code
  • Issues for bug reporting or code discussions
  • Or regarding documentation and how-to's, check out Wiki More info on how to work with GitHub on help.github.com.

License

The module is licensed under MIT. In short, this license allows you to do everything as long as the copyright statement stays present., (*12)

The Versions

29/05 2015

dev-master

9999999-dev https://github.com/jeroendesloovere/showpad-php-api

This Showpad PHP class connects to the Showpad API.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

api php showpad

10/02 2015

1.0.0

1.0.0.0 https://github.com/jeroendesloovere/showpad-php-api

This Showpad PHP class connects to the Showpad API.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

api php showpad