2017 © Pedro Peláez
 

symfony-bundle 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.

image

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.

  • Thursday, June 30, 2016
  • by masood-anwer
  • Repository
  • 6 Watchers
  • 4 Stars
  • 10,946 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 7 Versions
  • 10 % Grown

The README.md

PHP version, (*1)

Aspose Cloud for Symfony

This bundle allows you to work with Aspose Cloud SDK in your Symfony applications, (*2)

Installation

Add the following lines to your composer.json file:, (*3)

// 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., (*4)

Update your AppKernel.php by registering the new bundle:, (*5)

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

Add you Aspose API key to your config, (*6)

// 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

To configure the initial credentials in the static fields of the AsposeApp, first get it from the container, (*7)

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

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

The Versions

30/06 2016

dev-master

9999999-dev https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

30/06 2016

0.3.2

0.3.2.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

30/06 2016

0.3.3

0.3.3.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

20/01 2015

0.3.1

0.3.1.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

20/01 2015

0.3.0

0.3.0.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

22/12 2014

0.2.0

0.2.0.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose

18/12 2014

v0.1.0

0.1.0.0 https://github.com/asposeforcloud/asposesymfony

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.

  Sources   Download

MIT

The Requires

 

by Masood Anwer

cloud sdk aspose