Enables Cloudinary Admin API functionality.
Defines the response returned by the API.
Class ApiUtils
AlreadyExists error.
General API error class.
AuthorizationRequired error.
BadRequest error.
General error.
NotAllowed error.
NotFound error.
RateLimited error.
Represents a structured metadata field with 'Date' type.
Represents a structured metadata field with 'Enum' (single-selection list) type.
Represents a structured metadata field with 'Int' type.
The root structured metadata class.
Controls structured metadata data entry.
Represents the data source (list values) of a structured metadata list field. This is used in both 'set' and 'enum' field types. The datasource holds a list of the valid values to be used with the corresponding metadata field.
Represents a single metadata field. Use one of the derived classes in metadata API calls.
Represents a structured metadata list field.
Defines the structured metadata field type.
Represents a metadata field with 'Set' (multi-selection list) type.
Represents a metadata field with 'String' type.
An 'And' rule validation used to combine other rules with an 'AND' logic relation between them.
Base class for all comparison (greater than/less than) validation rules.
Greater-than rule for dates.
Less-than rule for dates.
Greater-than rule for integers.
Less-than rule for integers.
Represents the base class for metadata fields validation mechanisms.
A validator to validate string lengths.
Class AccountApi
A user role to use in the user management API (create/update user)
Class SearchApi
Class SearchFoldersApi
Class UploadApi for accessing Cloudinary Upload API functionality
Class AccessControlRule
Class AccessType
Class AssetDescriptor
Class AssetTransformation
Class AssetType
Class AuthToken
Class BaseAsset
Class BaseMediaAsset
Class DeliveryType
Class File
Class Image
Class Media
Class ModerationStatus
Class ModerationType
Class SearchAsset
Class Video
Defines the Cloudinary instance.
Defines the global configuration when making requests to the Cloudinary API.
Defines the configuration for delivering token-based authenticated media assets.
Defines the cloud configuration required to connect your application to Cloudinary.
Defines the available global configurations.
Defines the global configuration for logging messages when using the SDK.
Class ProvisioningAccountConfig
Class ProvisioningConfiguration
Defines the global responsive breakpoints configuration.
Defines the global configuration for html tags generated using the Cloudinary PHP SDK.
Defines the global configuration applied when generating Cloudinary URLs.
Class ConfigurationException
Class Error
Class Logger
Class BaseConfigurableApiTag
Class BaseImageTag
Class BaseTag
Generates an HTML <meta> tag to indicate support for Client Hints:
Generates an HTML <form> tag, for example:
Generates an HTML <img> tag with the src attribute set to the transformation URL, optional srcset and other specified attributes.
Generates an HTML <script/> tag for JavaScript:
Generates an HTML <source> tag with media and srcset attributes that can be used with a <picture> tag.
Generates an HTML <picture> tag containing <source> and <img> tags.
Generates an HTML <link> tag to specify the relationship to the CSS file associated with an image sprite.
Generates an HTML <input> tag to use for uploading files.
Generates an HTML <source> tag that can be used with a <video> tag.
Generates an HTML <video> tag with specified attributes, containing <source> tags for the transformation URLs.
Generates an HTML <img> tag based on a captured frame from the specified video source.