asposeslides / aspose_slides_java_for_php
Aspose Slides Java Examples for PHP Developers. Helps you understand how to use Aspose.Slides Java classes in your PHP Projects.
dev-master
2015-09-21 15:38 UTC
Requires
- php: >=5.3.0
This package is not auto-updated.
Last update: 2024-11-13 10:52:13 UTC
README
Project Aspose.Slides for PHP shows how different tasks can be performed using Aspose.Slides Java APIs in PHP. This project is aimed to provide useful examples for PHP Developers who want to utilise Aspose.Slides for Java in their PHP Projects using PHP/Java Bridge.
System Requirements
- Tomcat Server 8.0 or above installed.
- PHP/JavaBridge is configured.
- FastCGI is installed.
- Downloaded Aspose.Slides component.
Supported Platforms
- PHP 5.3 or above
- Java 1.8 or above
Configure Aspose.Slides Java for PHP Examples
Method 1
- Clone the Repository
git clone git@github.com:asposemarketplace/Aspose_Slides_Java_for_PHP.git
- Setup the project using composer
composer install
Mothod 2
- In your PHP Project's composer.json file add following lines
{
"require": {
"asposeslides/aspose_slides_java_for_php": "dev-master"
}
}
and run the install command
composer install
Read more about composer on http://www.getcomposer.com
Read more about installation of Tomcat & Java Bridge on http://www.aspose.com/docs/display/slidesjava/5.1.3+Downloads+and+Configure