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 3d 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 19% 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://www.gravatar.com/avatar/21bf1cce4bbcf3e1252fc7ab50205956a05406e4e80dd7fdb6599abc84c79b59?d=identicon)[Ronster](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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