From 3f13d61e9bf1a1139d11f2682b4829afd1ee5b63 Mon Sep 17 00:00:00 2001 From: Dave Carroll <116254+dcarroll@users.noreply.github.com> Date: Mon, 25 Oct 2021 11:13:44 -0700 Subject: [PATCH] modify readme to include information about deprecation --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4098e2e..41ca0a5 100644 --- a/README.md +++ b/README.md @@ -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.