PHPackages                             danone89/restforcephp - 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. danone89/restforcephp

ActiveLibrary[API Development](/categories/api)

danone89/restforcephp
=====================

PHP Salesforce REST

2.1.8(3y ago)02.0kMITPHPPHP &gt;=7.1

Since Mar 3Pushed 3y agoCompare

[ Source](https://github.com/Danone89/restforcephp)[ Packagist](https://packagist.org/packages/danone89/restforcephp)[ RSS](/packages/danone89-restforcephp/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (5)Versions (2)Used By (0)

Restforce PHP
=============

[](#restforce-php)

[![Travis](https://camo.githubusercontent.com/408f89f242ae05ff3697d20da03719eb44647b6d6763b84ebf643c8dcc7e4968/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f6576656e746661726d2f72657374666f7263657068702e7376673f6d61784167653d323539323030303f7374796c653d666c61742d737175617265)](https://travis-ci.org/eventfarm/restforcephp)[![Downloads](https://camo.githubusercontent.com/59321a2be06433ddd4c5574da35573d9e145619724b894111beb161aafd478af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6576656e746661726d2f72657374666f7263657068702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eventfarm/restforcephp)[![Packagist](https://camo.githubusercontent.com/f807ef08ebf881e18ec99d8d699f4ccb7cfd733eae6ac9998c916e9b4514df50/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6576656e746661726d2f72657374666f7263657068702e7376673f6d61784167653d323539323030303f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eventfarm/restforcephp)[![Code Climate](https://camo.githubusercontent.com/6aa6f442f5bc35d2cda0445896e79b05e7b6e0604c2f14cea3414473f38c3e22/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6576656e746661726d2f72657374666f7263657068702f6261646765732f6770612e737667)](https://codeclimate.com/github/eventfarm/restforcephp)[![Test Coverage](https://camo.githubusercontent.com/a0632b36d164b60eb8d121d39d8580d4a67958ae9b91186dc3b8710089b907c2/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f6576656e746661726d2f72657374666f7263657068702f6261646765732f636f7665726167652e737667)](https://codeclimate.com/github/eventfarm/restforcephp/coverage)

This is meant to emulate what the [ejhomes/restforce gem](https://github.com/ejholmes/restforce) is doing for rails.

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

[](#installation)

This library requires PHP 7.1 or later; we recommend using the latest available version of PHP.

```
$ composer require danone89/restforcephp

```

Or.

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

```
{
    "require": {
        "danone89/restforcephp": "^2.0.0"
    }
}
```

```
$ composer install
```

Project Defaults
----------------

[](#project-defaults)

```
