Creating Accounts and Contacts with the Salesforce API using PHP/CURL The Salesforce API provides a comprehensive method of accessing your Salesforce data, including Accounts and Contacts. This article will walk…
Read More
If you're building a web service, you'll want to keep it secure. One popular way to do this is by using JSON Web Tokens (JWTs). In PHP, we have two…
Read More
How To: Salesforce Authentication with Firebase/PHP-JWT What is Firebase/PHP-JWT? You can find the firebase/php-jwt library on GitHub. This library is a lightweight and straightforward implementation specifically designed for working with…
Read More