marketo-rest-api
marketo-rest-api copied to clipboard
PHP client for the Marketo.com REST API
@dchesterton any chance for update?
There is a recent security release for guzzle. It would be good to see a move for compatibility with later versions of guzzle. See: https://github.com/commerceguys/guzzle-oauth2-plugin/issues/19
Clarifying documentation and example for custom "My Tokens" in Client::requestCampaign() method.
The GetLeadActivities call is cirrently missing from the service listing. That has been added, as well as support in the client library and a cooresponding response object.
Builds on #36, #37, and #38. This PR gives users the ability to create, update, and createOrUpdate opportunity roles.
Builds on #36 and #37. This PR gives users the ability to update, create, and createOrUpdate Opportunities
Builds on PR #36, gives users the ability to createCompanies, updateCompanies, and createOrUpdateCompanies
This pull request has the folowing: - Fixes the docblocks. - Adds some basic tests. - Adds an interface for the client. - Adds Travis CI which is free for...
@dchesterton Describe calls for all objects, not just leads.
Please review changes added as part of issue #29. Thank you.