PHPackages                             aspose/cloud-laravel - 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-laravel

ActiveLibrary[API Development](/categories/api)

aspose/cloud-laravel
====================

This is a Laravel Package to use Aspose cloud in Laravel 4 &amp; 5 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.

0489PHP

Since Oct 2Pushed 7y ago1 watchersCompare

[ Source](https://github.com/asposeforcloud/asposelaravel)[ Packagist](https://packagist.org/packages/aspose/cloud-laravel)[ RSS](/packages/aspose-cloud-laravel/feed)WikiDiscussions master Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![PHP version](https://camo.githubusercontent.com/31c5ae45b63e7454b2babd65645a9b19856b14b7a42a7078a2822e133e9ca96d/68747470733a2f2f62616467652e667572792e696f2f70682f6173706f7365253246636c6f75642d6c61726176656c2e737667)](http://badge.fury.io/ph/aspose%2Fcloud-laravel)

\#Aspose Cloud for Laravel

This package allows you to work with Aspose Cloud SDK in your Laravel 4 &amp; 5 applications quickly and easily.

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

[](#installation)

Add the following line to your composer.json file.

```
require: {
		"aspose/cloud-laravel": "~1.0"
}
```

Run from terminal.

```
composer update

```

Laravel 4 Integration
---------------------

[](#laravel-4-integration)

Add package to the list of providers. In `config/app.php`, add the following line to the providers array.

```
'Aspose\Cloud\CloudServiceProvider',

```

Publish config file from the terminal.

```
php artisan config:publish aspose/cloud-laravel

```

Edit the new config file in the `config/packages/aspose/cloud-laravel`, enter `appSID` &amp; `appKey`.

```
return array(
	'baseUri' => 'http://api.aspose.com/v1.1',
	'appSID' => '',
	'appKey' => ''
);
```

In `config/packages/aspose`, rename `cloud-laravel` to `cloud`

Laravel 5 Integration
---------------------

[](#laravel-5-integration)

Add package to the list of providers. In `config/app.php`, add the following line to the providers array.

```
'Aspose\Cloud\CloudServiceProvider',

```

Publish config file from the terminal.

```
php artisan vendor:publish

```

Edit the new config file in the `config/asposecloud.php`, enter `appSID` &amp; `appKey`.

```
return array(
	'baseUri' => 'http://api.aspose.com/v1.1',
	'appSID' => '',
	'appKey' => ''
);
```

Usage
-----

[](#usage)

Anywhere in your application when you need to access class, just do:

```
$object = Aspose::get($moduleName, $className, $fileName);

```

This will return you object of class and you can access properties and methods of class.

In Larave 5, use following namespace at the top of your file.

```
use Aspose;
```

Please visit [Wiki](https://github.com/asposeforcloud/asposelaravel/wiki) for articles and examples.

Documentation
-------------

[](#documentation)

For most complete documentation of the plugin, please visit [Docs Wiki](http://www.aspose.com/docs/display/totalcloud/1.+Aspose.Total+Cloud+for+Laravel).

Start a Free Trail Today
========================

[](#start-a-free-trail-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

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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