Installation
Contents
[
Hide
]
Configure environment
- Install PHP 7, add the PHP path to the system
PATHvariable and setallow_url_includetoOnin thephp.inifile. - Install JRE 8. Set the
JAVA_HOMEenvironment variable to the path of the installed JRE. - Install Apache Tomcat 8.0.
Download Aspose.Slides for PHP via Java
packagist is the easiest way to download Aspose.Slides for PHP via Java.
To install Aspose.Slides using Packagist, run this command:
composer require aspose/slides
Configure Apache Tomcat
- Download PHP/Java Bridge (
php-java-bridge_x.x.x_documentation.zip) from http://php-java-bridge.sourceforge.net/pjb/download.php and extractJavaBridge.warfile to tomcatwebappsfolder. - Start Apache Tomcat service.
- Download “Aspose.Slides for PHP via Java” and extract it to
aspose.slidesfolder. Copyjar/aspose-slides-x.x-php.jarfile towebapps\JavaBridge\WEB-INF\libfolder. If you are using PHP 8, replace the originalJava.incfrom PHP-Java Bridge with theJava.incfromJava.inc.php8.zip. - Restart Apache Tomcat service.
- Run
example.phpinaspose.slidesfolder to run the example with this command:php example.php