PHPackages                             ronster/salesforce - 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. ronster/salesforce

ActiveLibrary[API Development](/categories/api)

ronster/salesforce
==================

A Laravel 4 package for the PHPForce Salesforce library

3495[1 issues](https://github.com/ronnievisser/Laravel4-Salesforce-library/issues)PHP

Since Nov 28Pushed 12y ago1 watchersCompare

[ Source](https://github.com/ronnievisser/Laravel4-Salesforce-library)[ Packagist](https://packagist.org/packages/ronster/salesforce)[ RSS](/packages/ronster-salesforce/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel4-Salesforce-library
===========================

[](#laravel4-salesforce-library)

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

[](#installation)

Install this package through Composer. To your `composer.json` file, add:

```
"require-dev": {
	"Ronster/Salesforce": "dev-master"
}
```

Next, run `composer update` to download it.

Finally, add the service provider to `app/config/app.php`, within the `providers` array.

```
'providers' => array(
	// ...

	'Ronster\Salesforce\SalesforceServiceProvider'
)
```

Configuration
-------------

[](#configuration)

Run `php artisan config:publish ronster/salesforce` to publish the package config file. Add your username, password, security token(optional) and the absolute path to your enterprise/partner WSDL file which can be obtained from your Salesforce Org.

Usage
-----

[](#usage)

This package is a laravel 4 port of the PHPforce/soap-client library. Instructions can be found here: [PHPForce/soap-client](https://github.com/phpforce/soap-client)

Example
-------

[](#example)

```
Salesforce::query('select Name, SystemModstamp from Account limit 5');
```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/9988291?v=4)[RonLin](/maintainers/Ronster)[@Ronster](https://github.com/Ronster)

---

Top Contributors

[![ronnievisser](https://avatars.githubusercontent.com/u/1931199?v=4)](https://github.com/ronnievisser "ronnievisser (15 commits)")

### Embed Badge

![Health badge](/badges/ronster-salesforce/health.svg)

```
[![Health](https://phpackages.com/badges/ronster-salesforce/health.svg)](https://phpackages.com/packages/ronster-salesforce)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M19](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
