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

ActiveLibrary[API Development](/categories/api)

eventfarm/restforcephp
======================

PHP Salesforce REST

v2.3.1(2y ago)23116.3k—7.9%13[6 issues](https://github.com/eventfarm/restforcephp/issues)[1 PRs](https://github.com/eventfarm/restforcephp/pulls)1MITPHPPHP &gt;=7.1CI failing

Since Oct 10Pushed 2y ago5 watchersCompare

[ Source](https://github.com/eventfarm/restforcephp)[ Packagist](https://packagist.org/packages/eventfarm/restforcephp)[ RSS](/packages/eventfarm-restforcephp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (5)Versions (35)Used By (1)

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)

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. It has been test through the latest version of PHP (v8.3 as of this writing)

```
$ composer require eventfarm/restforcephp

```

Or.

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

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

```
$ composer install
```

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

[](#project-defaults)

```
