PHPackages                             aspose/cloud-bundle - 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. [API Development](/categories/api)
4. /
5. aspose/cloud-bundle

ActiveSymfony-bundle[API Development](/categories/api)

aspose/cloud-bundle
===================

This is a symfony2 bundle to use Aspose cloud service in symfony2 applications quickly and easily. Aspose for Cloud is a REST API to work with a number of file formats including word precessing documents, spreadsheets, presentations, PDFs and images.

011.6kPHP

Since Oct 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/asposeforcloud/asposesymfony)[ Packagist](https://packagist.org/packages/aspose/cloud-bundle)[ RSS](/packages/aspose-cloud-bundle/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![PHP version](https://camo.githubusercontent.com/01d79b0c8d4f9858718e80b1ded8dfe65dddcf16796f3b603478a1c7048353a0/68747470733a2f2f62616467652e667572792e696f2f70682f6173706f7365253246636c6f75642d62756e646c652e737667)](http://badge.fury.io/ph/aspose%2Fcloud-bundle)

\#Aspose Cloud for Symfony

This bundle allows you to work with [Aspose Cloud SDK](https://cloud.aspose.com/) in your Symfony applications

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

[](#installation)

Add the following lines to your composer.json file:

```
// composer.json
{
    require: {
        "aspose/cloud-bundle": "~0.3"
    },
    "prefer-stable": true,
}
```

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

Update your `AppKernel.php` by registering the new bundle:

```
// app/AppKernel.php
public function registerBundles()
{
    // ...
     new Aspose\Bundle\CloudBundle\AsposeCloudBundle(),
    // ...
);
}
```

Add you Aspose API key to your config

```
// app/config/config.yml

aspose_cloud:
    url: http://api.aspose.com/v1.1
    app:
        sid: yoursidhere
        key: yourkeyhere
        outputLocation: "%kernel.cache_dir%/aspose_cloud/" # let the API save files in the cache directory by default
```

Usage
-----

[](#usage)

To configure the initial credentials in the static fields of the `AsposeApp`, first get it from the container

```
// Bundle/Controller/DemoController.php
$app = $this->get('aspose.app');

$wordConverter = $this->get('aspose.wordsconverter');
$wordConverter->setFilename($absolutePath)
              ->convert();
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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/d23b39db642bea7416f922659453ab3f0c3f0a74f2c235baf42c09565e5671c2?d=identicon)[masood-anwer](/maintainers/masood-anwer)

![](https://www.gravatar.com/avatar/d24b5baeaae392bf593cb4242f00f3d482154d040bb681e2323c7e1ec52eb143?d=identicon)[saudaspose](/maintainers/saudaspose)

### Embed Badge

![Health badge](/badges/aspose-cloud-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/aspose-cloud-bundle/health.svg)](https://phpackages.com/packages/aspose-cloud-bundle)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k12](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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