WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

daveh/php-curl-crud-example

Repository files navigation

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.

About

Code to accompany the YouTube video "Full PHP cURL API tutorial - how to use a REST API from PHP using cURL"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published