PHPackages                             mremi/dolist - 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. mremi/dolist

ActiveLibrary[API Development](/categories/api)

mremi/dolist
============

A PHP5 library to interact with the API of Dolist CRM

v1.0.0(12y ago)81.1k1MITPHPPHP &gt;=5.3.3

Since Jul 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/mremi/Dolist)[ Packagist](https://packagist.org/packages/mremi/dolist)[ Docs](https://github.com/mremi/Dolist)[ RSS](/packages/mremi-dolist/feed)WikiDiscussions master Synced 2mo ago

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

Dolist library
==============

[](#dolist-library)

[![SensioLabsInsight](https://camo.githubusercontent.com/08181f06226f25397c043a68d95c3a56a6e8bdf81d87f192eec65d31c14772ef/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f63616536646537612d616338652d346566372d613434322d6230306661353039386463392f6269672e706e67)](https://insight.sensiolabs.com/projects/cae6de7a-ac8e-4ef7-a442-b00fa5098dc9)

[![Build Status](https://camo.githubusercontent.com/902da824d11d074ab453a84548004048b457aef388f95992d34d8d818eb50669/68747470733a2f2f6170692e7472617669732d63692e6f72672f6d72656d692f446f6c6973742e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/mremi/Dolist)[![Total Downloads](https://camo.githubusercontent.com/0a0324265463dffb6a92d0ed81b6243d0876b5ac8f980c4af1871e21bafda440/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f446f6c6973742f646f776e6c6f6164732e706e67)](https://packagist.org/packages/mremi/Dolist)[![Latest Stable Version](https://camo.githubusercontent.com/46ca2cbc4b6d3d548b6813c6d895c70753774c01dc6875fc708039169e275561/68747470733a2f2f706f7365722e707567782e6f72672f6d72656d692f446f6c6973742f762f737461626c652e706e67)](https://packagist.org/packages/mremi/Dolist)

This library allows you to interact with the API of Dolist CRM.

**Basic Docs**

- [Installation](#installation)
- [Add a contact](#add-contact)
- [Retrieve contacts](#retrieve-contacts)
- [Contribution](#contribution)

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

[](#installation)

Only 1 step:

### Download Dolist using composer

[](#download-dolist-using-composer)

Add Dolist in your composer.json:

```
{
    "require": {
        "mremi/dolist": "dev-master"
    }
}
```

Now tell composer to download the library by running the command:

```
$ php composer.phar update mremi/dolist
```

Composer will install the library to your project's `vendor/mremi` directory.

Add/update a contact
--------------------

[](#addupdate-a-contact)

```
