Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 491 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 491 Bytes

PHP cURL CRUD Example

Example code to accompany this YouTube video.

Note that the init_curl.php file contains a placeholder for an API key. DO NOT check this into source code control containing a valid key. To keep this codebase as simple as possible, it doesn't use a separate .env file containing sensitive data like this. It is recommended however that you use such a file to store the API key, and add it to a file like .gitignore.