Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
readd readme
  • Loading branch information
colbyfayock committed Oct 13, 2023
commit 10efa05c85480c3b23f327bab14e50b3e6844900
31 changes: 31 additions & 0 deletions examples/php-image-upload/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Uploading Images to Cloudinary with the PHP SDK

## 🚀 Get Started with This Example

* Create an environment variable file `.env` and inside add:

```
CLOUDINARY_CLOUD_NAME="<Your Cloud Name>"
CLOUDINARY_API_KEY="<Your API Key>"
CLOUDINARY_API_SECRET="<Your API Secret>"
```

* Install the project dependencies with:

```
composer install
```

* Run the node script with:

```
node <filename>
```

For example, inside the `examples/node-social-media-card` directory:

```
node social-media-card.js
```

The script will run in your terminal and you'll see the URL results logged.