PHPackages                             there4/fogbugz-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. there4/fogbugz-api

ActiveLibrary[API Development](/categories/api)

there4/fogbugz-api
==================

API interface for FogBugz

2.0.0(8y ago)1710.2k5[2 issues](https://github.com/there4/fogbugz-php-api/issues)MITPHPCI failing

Since Sep 29Pushed 5y ago6 watchersCompare

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

READMEChangelog (1)Dependencies (5)Versions (4)Used By (0)

FogBugz PHP API [![Maintainability](https://camo.githubusercontent.com/881e66c64612fc8dfeb50998c2117712c56b2f4a16b14ecf5fd7168535f01191/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f65316363653961653739353936623435343634322f6d61696e7461696e6162696c6974793f6e633d32)](https://codeclimate.com/github/there4/fogbugz-php-api/maintainability) [![Test Coverage](https://camo.githubusercontent.com/6ec32c05bbce7aeb4c869d94e08d9b7f2faee5a8d9fb5beaa3f2e8e666c75401/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f65316363653961653739353936623435343634322f746573745f636f7665726167653f6e633d32)](https://codeclimate.com/github/there4/fogbugz-php-api/test_coverage) [![Build Status](https://camo.githubusercontent.com/a080678bd5cd82d9f0917954822e6cc6c957a084828bbc40a597835aa6ee8c4f/68747470733a2f2f7472617669732d63692e6f72672f7468657265342f666f676275677a2d7068702d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/there4/fogbugz-php-api)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#fogbugz-php-api---)

> PHP Wrapper for FogBugz 8 XML API

See the api documentation at [XML API Documentation](https://support.fogbugz.com/hc/en-us/sections/360002378313)

This is a small API used to wrap up the FogBugz API into an easy to call object. It allows access to all of the API commands exposed by FogBugz, and returns a SimpleXMLElement object for any commands that return data.

FogBugz CLI
-----------

[](#fogbugz-cli)

This project was written in support for a FogBugz command line client. Check out my repo at [there4/fogbugz-php-cli](https://github.com/there4/fogbugz-php-cli)for a working command line tool for FogBugz. You can notate cases, track time working, and review histories. Try it, you'll like it.

Sample Code
-----------

[](#sample-code)

```
