xhezairi/sforce-rest-api-php

A Salesforce REST API wrapper for PHP applications.

0.2.1 2020-10-09 15:22 UTC

This package is auto-updated.

Last update: 2024-05-09 22:54:42 UTC


README

The Story

I had the need to integrate a PHP web app with Salesforce, and given the humongous popularity of the platform, it was surprising that there was no library which provides a seamless way into its REST API.

Google results returned these two packages, but neither was being actively developed, nor were they up to date with the recent state of Salesforce's API, and both were using a non-recommended authentication flow.

Install

Via Composer

composer require xhezairi/sforce-rest-api-php

Recommended Salesforce API Readings