Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

modify readme to include information about deprecation #89

Merged
merged 1 commit into from
Oct 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Force.com Toolkit for PHP
=========================

### Notice:

This repo and toolkit are no longer supported. This toolkit is based on HTTP 1.0 and may have vulnerabilities. HTTP/1.0 support *likely* will be depracated and will definitely not be supported on [Hyperforce](https://www.salesforce.com/news/press-releases/2020/12/02/introducing-salesforce-hyperforce/). Additionally, this toolkit is currently using v27.0 of the Salesforce API and that version will be officially deprecated as detailed in the [Salesforce Platform API Versions 21.0 through 30.0 Retirement](https://help.salesforce.com/s/articleView?id=000354473&type=1) knowledge article.

---
The Force.com PHP Toolkit provides an easy-to-use wrapper for the Force.com Web Services SOAP API, presenting SOAP client implementations for both the enterprise and partner WSDLs.

See the [getting started guide](https://developer.salesforce.com/page/PHP_Toolkit_13.0_Getting_Started) for sample code to create, retrieve, update and delete records in the Force.com database.