PHPackages                             blackoptic/xerobundle - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. blackoptic/xerobundle

ActiveSymfony-bundle[HTTP &amp; Networking](/categories/http)

blackoptic/xerobundle
=====================

Symfony2 Bundle that creates an Guzzle client for Xero

44704[3 issues](https://github.com/james75/XeroBundle/issues)[1 PRs](https://github.com/james75/XeroBundle/pulls)PHP

Since Oct 7Pushed 10y ago2 watchersCompare

[ Source](https://github.com/james75/XeroBundle)[ Packagist](https://packagist.org/packages/blackoptic/xerobundle)[ RSS](/packages/blackoptic-xerobundle/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

XeroBundle
==========

[](#xerobundle)

`XeroBundle` makes it easy to communicate with the Xero api using the Guzzle library

How to get started
------------------

[](#how-to-get-started)

1. Add the following to your `composer.json` file

    ```
        "require": {
            ...
            "blackoptic/xerobundle": "*"
            ...
        }
    ```
2. Run `php composer.phar update "blackoptic/xerobundle"`
3. Register the bundle in your `app/AppKernel.php`:

    ```
