You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[See full documentation](https://cloudinary.com/documentation/php_image_and_video_upload).
74
81
-[Learn more about configuring your uploads with upload presets](https://cloudinary.com/documentation/upload_presets).
82
+
75
83
```php
76
84
$cloudinary->uploadApi->upload('my_image.jpg');
77
85
```
78
86
79
87
### Security options
88
+
80
89
-[See full documentation](https://cloudinary.com/documentation/solution_overview#security).
81
90
82
91
## Contributions
92
+
83
93
- Ensure tests run locally
84
94
- Open a PR and ensure Travis tests pass
85
95
86
-
87
96
## Get Help
97
+
88
98
If you run into an issue or have a question, you can either:
99
+
89
100
- Issues related to the SDK: [Open a GitHub issue](https://github.com/cloudinary/cloudinary_php/issues).
90
101
- Issues related to your account: [Open a support ticket](https://cloudinary.com/contact)
91
102
92
-
93
103
## About Cloudinary
94
-
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently
95
-
manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive
96
-
and personalized visual-media experiences—irrespective of the viewing device.
97
104
105
+
Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently
106
+
manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive
107
+
and personalized visual-media experiences—irrespective of the viewing device.
98
108
99
109
## Additional Resources
100
-
-[Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references): Comprehensive references, including syntax and examples for all SDKs.
110
+
111
+
-[Cloudinary Transformation and REST API References](https://cloudinary.com/documentation/cloudinary_references):
112
+
Comprehensive references, including syntax and examples for all SDKs.
101
113
-[MediaJams.dev](https://mediajams.dev/): Bite-size use-case tutorials written by and for Cloudinary Developers
102
-
-[DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on YouTube.
-[Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop for all code explorers, Postman collections, and feature demos found in the docs.
105
-
-[Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should develop next.
106
-
-[Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to other Cloudinary developers.
114
+
-[DevJams](https://www.youtube.com/playlist?list=PL8dVGjLA2oMr09amgERARsZyrOz_sPvqw): Cloudinary developer podcasts on
115
+
YouTube.
116
+
-[Cloudinary Academy](https://training.cloudinary.com/): Free self-paced courses, instructor-led virtual courses, and
117
+
on-site courses.
118
+
-[Code Explorers and Feature Demos](https://cloudinary.com/documentation/code_explorers_demos_index): A one-stop shop
119
+
for all code explorers, Postman collections, and feature demos found in the docs.
120
+
-[Cloudinary Roadmap](https://cloudinary.com/roadmap): Your chance to follow, vote, or suggest what Cloudinary should
121
+
develop next.
122
+
-[Cloudinary Facebook Community](https://www.facebook.com/groups/CloudinaryCommunity): Learn from and offer help to
0 commit comments