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
Copy file name to clipboardExpand all lines: README.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ Cloudinary
3
3
4
4
Cloudinary is a cloud service that offers a solution to a web application's entire image management pipeline.
5
5
6
-
Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website’s graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more.
6
+
Easily upload images to the cloud. Automatically perform smart image resizing, cropping and conversion without installing any complex software. Integrate Facebook or Twitter profile image extraction in a snap, in any dimension and style to match your website's graphics requirements. Images are seamlessly delivered through a fast CDN, and much much more.
7
7
8
8
Cloudinary offers comprehensive APIs and administration capabilities and is easy to integrate with any web application, existing or new.
9
9
@@ -55,6 +55,8 @@ Generating a 120x90 thumbnail based on automatic face detection of the Facebook
55
55
56
56
For more details, see our documentation for embedding [Facebook](http://cloudinary.com/documentation/facebook_profile_pictures) and [Twitter](http://cloudinary.com/documentation/twitter_profile_pictures) profile pictures.
57
57
58
+
### Samples
59
+
You can find our simple and ready-to-use samples projects, along with documentations in the [samples folder](https://github.com/cloudinary/cloudinary_php/tree/master/samples). Please consult with the [README file](https://github.com/cloudinary/cloudinary_php/blob/master/samples/README.md), for usage and explanations.
58
60
59
61
## Usage
60
62
@@ -109,7 +111,7 @@ You can also specify your own public ID:
The following function returns an html form that can be used to upload the file directly to Cloudinary. The result is a redirect to the supplied callback_url.
Included in this folder are two sample projects intended to demonstrate the flow of the Cloudinary (PHP) usage.
5
+
6
+
7
+
## Installation
8
+
The cloudinary\_php package is ready to be served as-is in your Apache server. (Other servers are also supported, but the access restrictions set in .htaccess will probably not work).
9
+
10
+
11
+
## Basic sample
12
+
This sample is a synchronous script that shows the upload process from local file, remote URL, with different transformations and options.
13
+
14
+
You can access it through http://<yourserver>/<path-to-cloudinary_php>/samples/basic/basic.php
15
+
16
+
## Photo Album
17
+
A simple web application that allows you to uploads photos, maintain a database with references to them, list them with their metadata, and display them using various transformations
18
+
19
+
You can access it through http://<yourserver>/<path-to-cloudinary_php>/samples/PhotoAlbum/list.php
0 commit comments