2017 © Pedro Peláez
 

library bugherd

BugHerd API Libraries for PHP

image

bugherd/bugherd

BugHerd API Libraries for PHP

  • Tuesday, July 30, 2013
  • by spekkionu
  • Repository
  • 0 Watchers
  • 0 Stars
  • 15 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Latest Stable Version Total Downloads, (*1)

BugHerd API PHP Library

PHP library for interacting with the BugHerd API (http://www.bugherd.com/api), (*2)

Usage

  1. Install the library using one of the methods below., (*3)

  2. Ensure the library files are loadable from a PSR-0 compatible autoloader., (*4)

  3. Initialize the API library by passing the account email address and password., (*5)

    php $api = new BugHerd_Api('email@address.com`, 'password');, (*6)

  4. Call any of the available API methods., (*7)

    php $api = new BugHerd_Api('email@address.com`, 'password'); $projects = $api->listProjects();, (*8)

A list of available api methods can be found at http://www.bugherd.com/api, (*9)

Full usage documentation can be found at https://github.com/spekkionu/bugherd/wiki/Usage, (*10)

Installation

Install from zip

  1. Go to https://github.com/spekkionu/bugherd
  2. Click the ZIP button.
  3. Extract to desired directory.

Installing with Git

  1. Clone the repository sh $ git clone git://github.com/spekkionu/bugherd.git

Installing with Composer

  1. Download the composer.phar executable or use the installer., (*11)

    sh $ curl -s http://getcomposer.org/installer | php, (*12)

  2. Create a composer.json with the following requirements, (*13)

    json { "require": { "bugherd/bugherd": "*" } }, (*14)

  3. Run Composer: php composer.phar install, (*15)

Running Tests

  1. Copy or rename sample.config.ini as config.ini inside the tests directory., (*16)

  2. Edit the tests/config.ini file to add the email address and password of the account to test with., (*17)

  3. Run phpunit on tests/BugHerd_ApiTest.php, (*18)

Warning This will run tests on the account. Test projects will be created to run tests on and removed as the tests complete. If a test fails the test project may fail to be deleted and must be removed maually., (*19)

License

BugHerd API PHP library is licensed under the New BSD License - http://www.opensource.org/licenses/bsd-license.php, (*20)

The Versions

30/07 2013

dev-master

9999999-dev https://github.com/spekkionu/bugherd

BugHerd API Libraries for PHP

  Sources   Download

New BSD

The Requires

  • ext-curl *
  • ext-simplexml *
  • php >=5.2.4

 

api bugherd

15/05 2012

1.0.1

1.0.1.0 https://github.com/spekkionu/bugherd

BugHerd API Libraries for PHP

  Sources   Download

New BSD

The Requires

  • php >=5.2.4
  • ext-curl *
  • ext-simplexml *

 

api bugherd

13/05 2012

1.0.0

1.0.0.0 https://github.com/spekkionu/bugherd

BugHerd API Libraries for PHP

  Sources   Download

New BSD

The Requires

  • php >=5.2.4
  • ext-curl *
  • ext-simplexml *

 

api bugherd