承接 mcorrigan/salesforce-rest-api-php-wrapper 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mcorrigan/salesforce-rest-api-php-wrapper

最新稳定版本:1.0.3

Composer 安装命令:

composer require mcorrigan/salesforce-rest-api-php-wrapper

包简介

SalesForce REST API PHP Wrapper

关键字:

README 文档

README

Description

This is a PHP Wrapper for the Salesforce Rest API.

Grant Type

This library currently only supports the Username-Password authentication flow or password grant type.

Consumer Key / Secret

To retrieve your consumer key and secret, you will need to login to the instance (or sandbox instance). Click Setup at the top of the page and then navigate to Create -> Apps. Here you will see several types of applications: Apps, Subtab Apps, and Connected Apps. Click the New button inside the Connected Apps section. Fill out the required form fields and check the Enable OAuth Settings checkbox. When using the username/password grant type, the Callback URL is not required, however you will still be required to enter a value.

Sandbox Setup

To create a new sandbox instance, login to your main salesforce instance. Click Setup at the top of the screen and navigate to Deploy -> Sandboxes. Here you can choose a type of sandbox to deploy.

API Versions

To see available API versions, you can navigate to https://<your-instance-subdomain>.salesforce.com/services/data. Generally you should be fine to use the most recent version. If you are not sure, please check the SOQL documentation

Security Token

The Security Token used for login is emailed to the user on creation and when they reset their password. If you do not have access to this information, you will most likely need to reset the user's password.

统计信息

  • 总下载量: 231.84k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 12
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 12
  • Watchers: 4
  • Forks: 17
  • 开发语言: PHP

其他信息

  • 授权协议: GNU-2.0
  • 更新时间: 2016-01-15