Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ddeboer/ddeboersalesforceclientbundle
A replacement for the Salesforce PHP Toolkit in the form of a Symfony2 bundle
https://github.com/ddeboer/ddeboersalesforceclientbundle
Last synced: 3 months ago
JSON representation
A replacement for the Salesforce PHP Toolkit in the form of a Symfony2 bundle
- Host: GitHub
- URL: https://github.com/ddeboer/ddeboersalesforceclientbundle
- Owner: ddeboer
- Created: 2011-12-03T10:09:47.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-05T18:23:16.000Z (almost 10 years ago)
- Last Synced: 2024-10-12T04:31:53.622Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 273 KB
- Stars: 8
- Watchers: 7
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://secure.travis-ci.org/ddeboer/DdeboerSalesforceClientBundle.png?branch=master)](http://travis-ci.org/ddeboer/DdeboerSalesforceClientBundle)
# Deprecated! This bundle has been replaced with [phpforce/salesforce-bundle](https://github.com/phpforce/salesforce-bundle).
Ddeboer Salesforce Client Bundle
================================Introduction
------------This bundle is a client for the
[Salesforce SOAP API](http://www.salesforce.com/us/developer/docs/api/index.htm).
The bundle is intended as a replacement for the
[Force.com Tookit for PHP](http://wiki.developerforce.com/page/Force.com_Toolkit_for_PHP).### Features
This bundle’s features include the following.
* Automatic conversion between PHP and SOAP date and datetime objects.
* Automatic conversion of Salesforce (UTC) times to your local timezone.
* Easily extensible through events: add custom logging, error handling etc.
* Iterating over large results sets that require multiple calls to the API
is easy through the record iterator.
* The BulkSaver helps you stay within your Salesforce API limits by using bulk
creates, deletes, updates and upserts.
* Completely unit tested (still working on that one).
* Use the client in conjunction with the
[Mapper Bundle](https://github.com/ddeboer/DdeboerSalesforceMapperBundle)
to get even easier access to your Salesforce data.Documentation
-------------Documentation is included in the [Resources/doc directory](http://github.com/ddeboer/DdeboerSalesforceClientBundle/tree/master/Resources/doc/index.md).