From ca51ac6d3a2b8d7ac158b420840f0dae4b1bbc03 Mon Sep 17 00:00:00 2001 From: David Everly Date: Mon, 4 Feb 2019 16:44:28 -0800 Subject: [PATCH] Added PHP client. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 60a3eea..92cbe8f 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Note that these client libraries have not been security tested by Marketo. If yo ### PHP * [PHP client library for REST API developed by dchesterton](https://github.com/dchesterton/marketo-rest-api) +* [PHP client library for REST API developed by kristenlk](https://github.com/eventfarm/marketo-client) * [PHP client library for SOAP API developed by codecrafts-dev](https://github.com/codecrafts-dev/marketo-soap-api-php-client) ### Node