PHPackages                             herurahmat/salesforce-bulk-api - 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. herurahmat/salesforce-bulk-api

ActiveLibrary[API Development](/categories/api)

herurahmat/salesforce-bulk-api
==============================

Client for Salesforce Bulk Api. Easy way to manipulate your Salesforce data.

1.1.10(6y ago)05BSD-3-ClausePHPPHP &gt;=5.6

Since Mar 6Pushed 5y agoCompare

[ Source](https://github.com/herurahmat/salesforce-bulk-api)[ Packagist](https://packagist.org/packages/herurahmat/salesforce-bulk-api)[ Docs](https://github.com/shubinmi/salesforce-bulk-api)[ RSS](/packages/herurahmat-salesforce-bulk-api/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (3)Versions (14)Used By (0)

Client for Salesforce Bulk Api
==============================

[](#client-for-salesforce-bulk-api)

Easy way to manipulate your Salesforce data
-------------------------------------------

[](#easy-way-to-manipulate-your-salesforce-data)

Don't worry, Be happy

[![Scrutinizer Code Quality](https://camo.githubusercontent.com/6b5a99a7ea7854f756495e8e39c7fe3bd05da4180ab2d7b3d525f2bc23aaece4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f73687562696e6d692f73616c6573666f7263652d62756c6b2d6170692f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/shubinmi/salesforce-bulk-api/?branch=master) [![Latest Stable Version](https://camo.githubusercontent.com/df5957cef7985b8fcb2c6e9243b77b9bf32cd5bfc38a7613bc319fb29938a3fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73687562696e6d692f73616c6573666f7263652d62756c6b2d6170692e737667)](https://packagist.org/packages/shubinmi/salesforce-bulk-api) [![Maintainability](https://camo.githubusercontent.com/becb4e0bdeb21e7f932d98e4b7a8bc96be50faf32ce31893e690ffd02dffbac4/68747470733a2f2f6170692e636f6465636c696d6174652e636f6d2f76312f6261646765732f63383932653936653738393537323232323736322f6d61696e7461696e6162696c697479)](https://codeclimate.com/github/shubinmi/salesforce-bulk-api/maintainability) [![Open Source Love](https://camo.githubusercontent.com/f971c555060afed15a9defa40392ebbd417d5ab07c818440208c9d3e30610230/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76322f6f70656e2d736f757263652e7376673f763d313033)](https://github.com/shubinmi/salesforce-bulk-api) [![MIT Licence](https://camo.githubusercontent.com/fabb40ab22588a0746bb0916ed92739171bde7fb31f281c627aa588bcba62cc2/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e7376673f763d313033)](https://opensource.org/licenses/mit-license.php) [![Build Status](https://camo.githubusercontent.com/0e813ab49c7c5ce9eb055610befecb797df776b588536b8fa96d95d0a3ee64e5/68747470733a2f2f7472617669732d63692e6f72672f73687562696e6d692f73616c6573666f7263652d62756c6b2d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/shubinmi/salesforce-bulk-api) [![Codacy Badge](https://camo.githubusercontent.com/f7f037820a50afed3e5a27568c47cdab44b0513da2fd4a7794308816c13d0e88/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6632393836363661613734323464666661623833323334326166363634366462)](https://www.codacy.com/app/shubinmi/salesforce-bulk-api?utm_source=github.com&utm_medium=referral&utm_content=shubinmi/salesforce-bulk-api&utm_campaign=Badge_Grade)

Features
--------

[](#features)

- INSERT job
- UPDATE job
- UPSERT job
- DELETE job
- QUERY (SELECT) job

#### For example see to the [tests](https://github.com/shubinmi/salesforce-bulk-api/blob/master/tests/services/JobServiceTest.php)

[](#for-example-see-to-the-tests)

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

[](#installation)

Install the latest version with

```
$ composer require shubinmi/salesforce-bulk-api
```

Basic Usage
-----------

[](#basic-usage)

```
