PHPackages                             wboyz/cloud-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. wboyz/cloud-sdk-php

ActiveLibrary

wboyz/cloud-sdk-php
===================

This repository contains Aspose Cloud SDK for PHP source code. Aspose Cloud SDK for PHP lets PHP developers convert and process a variety of file formats in the cloud quickly and easily.

010.2kPHP

Since Nov 10Pushed 5y agoCompare

[ Source](https://github.com/wboyz/Aspose_Cloud_SDK_For_PHP)[ Packagist](https://packagist.org/packages/wboyz/cloud-sdk-php)[ RSS](/packages/wboyz-cloud-sdk-php/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![PHP version](https://camo.githubusercontent.com/cb08065894771b82df780c693e8f31aea58932998cb95b4a830cc7814fbf42f0/68747470733a2f2f62616467652e667572792e696f2f70682f6173706f7365253246636c6f75642d73646b2d7068702e737667)](http://badge.fury.io/ph/aspose%2Fcloud-sdk-php)

\#Aspose Cloud SDK for PHP Repository

This repository holds Aspose Cloud SDK for PHP source code. This SDK allows you to work with Aspose REST API in your PHP applications quickly and easily.

Installation
------------

[](#installation)

Add the following line to your composer.json file:

```
// composer.json
{
    require: {
        "aspose/cloud-sdk-php": "~1.1"
    }
}
```

Install the new dependencies by running `composer update` from the directory where your composer.json file is located.

\##What's included in this SDK repository?

ModuleDescriptionCommonThis module provides the features commonly used by other sections of the SDK.StorageThis module provides the features to work with Aspose storage.PdfThis module provides the features to manipulate PDF file formats using Aspose.Pdf for Cloud.WordsThis module provides the features to manipulate word processing file formats using Aspose.Words for Cloud.CellsThis module provides the features to manipulate spreadsheet file formats using Aspose.Cloud for Cloud.SlidesThis module provides the features to manipulate presentations file formats using Aspose.Slides for Cloud.BarCodeThis module provides the features to create and detect BarCodes images using Aspose.BarCode for Cloud.EmailThis module provides the features to manipulate email file formats using Aspose.Email for Cloud.OCRThis module provides the features to detect text from images using Aspose.OCR for Cloud.ImagingThis module provides the features to process image file formats using Aspose.Imaging for Cloud.TasksThis module provides the features to process Microsoft Project file formats using Aspose.Tasks for Cloud.### Data

[](#data)

In order to manipulate any files, you first need to upload them to the Aspose Cloud storage using Storage module.

### Output

[](#output)

The Aspose Cloud SDK for PHP allows you to save the output files at your specified location.

Make use of the EventDispatcher
-------------------------------

[](#make-use-of-the-eventdispatcher)

The SDK allows you to alter the calls made by [connecting `EventListeners`](http://symfony.com/doc/current/components/event_dispatcher/introduction.html#connecting-listeners). You can simply register a php callable in your code by using the following example:

```
use Aspose\Cloud\Common\AsposeApp;
use Aspose\Cloud\Event\ProcessCommandEvent;

$dispatcher = AsposeApp::getEventDispatcher();
$dispatcher->addListener(ProcessCommandEvent::PRE_CURL, function (ProcessCommandEvent $event) {
    // will be executed when the ProcessCommandEvent::PRE_CURL event is dispatched
    curl_setopt($event->getSession(), CURLOPT_TIMEOUT, 60);
});
```

The SDK currenlty dispatches the following events. Please use the Event class constants in your code to register to the specific events.

ModuleEvent namesDescriptionUtilsProcessCommandEvent::PRE\_CURLAllows you to alter the curl session before the call is executed.UtilsProcessCommandEvent::POST\_CURLAllows you to alter the curl session and response after the curl request is executed, but before the curl session is closed.UtilsValidateOutputEvent::VALIDATE\_OUTPUTAllows you to add extra validation on the result, by altering the invalid variable.Pdf &amp; DocumentSplitPageEvent::PAGE\_IS\_SPLITTriggers after a SDK split call, for each page that was split. This allows you to use the `$outputFile` and `$pageNumber` directly after it was saved by `Utils::saveFile`.Docs
----

[](#docs)

For SDK API Ref Docs, please go through [API Docs](http://asposeforcloud.github.io/php-sdk-docs/). For SDK Usage Examples, please go through [wiki](https://github.com/asposeforcloud/Aspose_Cloud_SDK_For_PHP/wiki). For Aspose Cloud APIs related help, please go through [Aspose.Total for Cloud](http://www.aspose.com/cloud/total-api.aspx).

Start a Free Trial Today
------------------------

[](#start-a-free-trial-today)

Start a free trial today – all you need is to [sign up](https://cloud.aspose.com/SignUp) with Aspose for Cloud service. Once you have signed up, you are ready to try powerful file processing features offered by Aspose for Cloud.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/818582d1f22df2591b960e52ee1db1d519cc23466f5556613e3cebff5e2bf503?d=identicon)[verebelyicsabi](/maintainers/verebelyicsabi)

---

Top Contributors

[![rannien](https://avatars.githubusercontent.com/u/2854597?v=4)](https://github.com/rannien "rannien (2 commits)")[![vzcsaba](https://avatars.githubusercontent.com/u/174011024?v=4)](https://github.com/vzcsaba "vzcsaba (2 commits)")[![msohailismail](https://avatars.githubusercontent.com/u/357146?v=4)](https://github.com/msohailismail "msohailismail (1 commits)")

### Embed Badge

![Health badge](/badges/wboyz-cloud-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/wboyz-cloud-sdk-php/health.svg)](https://phpackages.com/packages/wboyz-cloud-sdk-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
