PHPackages                             beleneglorion/php-bugherd-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. beleneglorion/php-bugherd-api

AbandonedArchivedLibrary[API Development](/categories/api)

beleneglorion/php-bugherd-api
=============================

Bugherd API client

1.0(12y ago)97.2k↓75%5[1 issues](https://github.com/beleneglorion/php-bugherd-api/issues)[1 PRs](https://github.com/beleneglorion/php-bugherd-api/pulls)4MITPHPPHP &gt;=5.3.2

Since Mar 23Pushed 9y ago1 watchersCompare

[ Source](https://github.com/beleneglorion/php-bugherd-api)[ Packagist](https://packagist.org/packages/beleneglorion/php-bugherd-api)[ Docs](https://github.com/beleneglorion/php-bugherd-api)[ RSS](/packages/beleneglorion-php-bugherd-api/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (1)Versions (2)Used By (4)

PHP Bugherd API
===============

[](#php-bugherd-api)

A simple Object Oriented wrapper for Bugherd API, written with PHP5.

Uses [Bugherd API](https://www.bugherd.com/api_v2).

Features
--------

[](#features)

- Follows PSR-0 conventions and coding standard: autoload friendly
- API entry points implementation state :
- \*OK Organizations
- \*OK Users
- \*OK Projects
- \*OK Tasks
- \*OK Comments
- \*OK Webhooks

Todo
----

[](#todo)

- Write some doc
- handle 404

Requirements
------------

[](#requirements)

- PHP &gt;= 5.3.2 with [cURL](http://php.net/manual/en/book.curl.php) extension,
- An Account to bugherd then obtain your *API access key* in Settings &gt; General Settings.

Install
-------

[](#install)

Through [composer](http://getcomposer.org/download/), simply run :

```
$ php composer.phar require beleneglorion/php-bugherd-api:dev-master
```

Basic usage of `php-bugherd-api` client
---------------------------------------

[](#basic-usage-of-php-bugherd-api-client)

```
