PHPackages                             bulldog/lacrm - 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. bulldog/lacrm

ActiveLibrary[API Development](/categories/api)

bulldog/lacrm
=============

API Client for Less Annoying CRM

v0.1.0(7y ago)0451MITPHP

Since Aug 27Pushed 7y ago2 watchersCompare

[ Source](https://github.com/bulldogcreative/lacrm)[ Packagist](https://packagist.org/packages/bulldog/lacrm)[ RSS](/packages/bulldog-lacrm/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (4)Versions (4)Used By (0)

LaCRM
=====

[](#lacrm)

[![Build Status](https://camo.githubusercontent.com/876a7bcb524b8de39ecd4ed9fefcc10725a289594f80f7b35a1405e16c90c795/68747470733a2f2f7472617669732d63692e6f72672f62756c6c646f6763726561746976652f6c6163726d2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bulldogcreative/lacrm)[![Coverage Status](https://camo.githubusercontent.com/adae388bcd0829f5a1e5483cc58d788b3c2e3dfb3a9cb4fb4c5eb7b3ef18be34/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f62756c6c646f6763726561746976652f6c6163726d2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/bulldogcreative/lacrm?branch=master)

A simple PHP Client for Less Annoying CRM.

Installation
------------

[](#installation)

```
composer require bulldog/lacrm
```

Usage
-----

[](#usage)

You will need to install `guzzlehttp/guzzle` by running `composer require guzzlehttp/guzzle`if you do not want to write your own adapter. If you do want to write your own adapter, it will need to implement the `ClientInterface` in this package. If you are not sure what to do, then install Guzzle by running `composer require guzzlehttp/guzzle`.

### Simple Client

[](#simple-client)

```
