PHPackages                             datmachine/datmachine - 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. datmachine/datmachine

ActiveLibrary[API Development](/categories/api)

datmachine/datmachine
=====================

Client for Datmachine API

1.0.1(11y ago)15MITPHP

Since Sep 12Pushed 11y ago1 watchersCompare

[ Source](https://github.com/datmachine/datmachine-php)[ Packagist](https://packagist.org/packages/datmachine/datmachine)[ Docs](http://github.com/datmachine/datmachine-php)[ RSS](/packages/datmachine-datmachine/feed)WikiDiscussions master Synced 4w ago

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

Datmachine
==========

[](#datmachine)

Business Analytics for SaaS

The design of this library was heavily influenced by [Httpful](https://github.com/nategood/httpful).

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

[](#requirements)

- [PHP](http://www.php.net) &gt;= 5.3 **with** [cURL](http://www.php.net/manual/en/curl.installation.php)
- [RESTful](https://github.com/matthewfl/restful) &gt;= 1.0.x
- [Httpful](https://github.com/nategood/httpful) &gt;= 0.2.x

Issues
------

[](#issues)

Please use appropriately tagged github [issues](https://github.com/datmachine/datmachine-php/issues) to request features or report bugs.

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

[](#installation)

You can install using [composer](#composer) or from [source](#source). Note that Datmachine is [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compliant:

### Composer

[](#composer)

If you don't have Composer [install](http://getcomposer.org/doc/00-intro.md#installation) it:

```
$ curl -s https://getcomposer.org/installer | php

```

Require datmachine in your `composer.json`:

```
{
    "require": {
        "datmachine/datmachine": "1.*"
    }
}
```

Refresh your dependencies:

```
$ php composer.phar update
```

Then make sure to `require` the autoloader and initialize all:

```
