GithubHelp home page GithubHelp logo

grahamcampbell / cloudinary_php Goto Github PK

View Code? Open in Web Editor NEW

This project forked from cloudinary/cloudinary_php

0.0 2.0 0.0 2.29 MB

PHP extension for Cloudinary

License: MIT License

Shell 0.65% JavaScript 0.23% PHP 98.76% TypeScript 0.35%

cloudinary_php's Introduction

Build Status license Packagist Packagist

Cloudinary PHP SDK

About

The Cloudinary PHP SDK allows you to quickly and easily integrate your application with Cloudinary. Effortlessly optimize, transform, upload and manage your cloud's assets.

Note

This Readme provides basic installation and usage information. For the complete documentation, see the PHP SDK Guide.

Table of Contents

Key Features

Version Support

SDK Version PHP 5.4 PHP 5.5 PHP 5.6 PHP 7.x PHP 8.x
2.x x x v v v
1.x v v v v x

Installation

composer require "cloudinary/cloudinary_php"

Usage

Migration

See the Cloudinary PHP SDK Migration guide for more information on migrating to this version of the PHP SDK.

The previous (1.x) version of the SDK is located here.

Setup

use Cloudinary\Cloudinary;

$cloudinary = new Cloudinary();

Transform and Optimize Assets

$cloudinary->image('sample.jpg')->resize(Resize::fill()->width(100)->height(150))->format(Format::auto());

Upload

$cloudinary->uploadApi->upload('my_image.jpg');

Security options

Contributions

  • Ensure tests run locally
  • Open a PR and ensure Travis tests pass

Get Help

If you run into an issue or have a question, you can either:

About Cloudinary

Cloudinary is a powerful media API for websites and mobile apps alike, Cloudinary enables developers to efficiently manage, transform, optimize, and deliver images and videos through multiple CDNs. Ultimately, viewers enjoy responsive and personalized visual-media experiences—irrespective of the viewing device.

Additional Resources

Licence

Released under the MIT license.

cloudinary_php's People

Contributors

abishekrsrikaanth avatar cloudinaraz avatar const-cloudinary avatar holtkamp avatar ionbazan avatar isleshocky77 avatar itaibenari avatar jackieros avatar konforti avatar leptians avatar lukitsbrian avatar m0she avatar marissa-masangcay avatar mikeys avatar nadavofi avatar nadavofir avatar nadavs avatar onassar avatar patrick-tolosa avatar peter279k avatar robinmalfait avatar ruudk avatar sergey-safonov avatar shedar avatar tallevami avatar tdutrion avatar thedigitalorchard avatar tocker avatar yakirp avatar yomesinc avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.