Download the PHP package aspose/slides without Composer

On this page you can find all versions of the php package aspose/slides. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package slides

PHP Library for PowerPoint File Formats

Aspose.Slides for PHP via Java is a PowerPoint PHP API for creating, manipulating, and managing presentations. It allows applications and developers to read, write, convert, and manipulate PowerPoint presentations in PHP. Using this API, you get to manipulate all elements in a presentation: slides, tables, text, charts, shapes, images, SmartArt diagrams, etc.

Aspose.Slides for PHP via Java supports export operations to PDF, PDF/A, HTML, XPS, JPG, PNG, and other image formats. This PowerPoint PHP API provides extensive PPT and PPTX features in PHP: merge, clone, split, compare, print PPT and PPTX presentations in PHP.

Aspose.Slides for PHP API works without dependencies.

PHP PowerPoint Library Features

Read & Write PowerPoint Files

Microsoft PowerPoint: PPT, PPTX, PPS, POT, PPSX, PPTM, PPSM, POTX, POTM\ OpenOffice: ODP

Save PowerPoint Files As

Fixed Layout: PDF, PDF/A, XPS\ Images: JPEG, PNG, BMP, TIFF, GIFS, SVG\ Web: HTML

Getting Started with Aspose.Slides for PHP via Java

Aspose.Slides for PHP via Java consists of 3 individual parts: the script wrapper (aspose.slides-xx.x.php), the java wrapper (aspose.slides.php-xx.x.jar), and Aspose.Slides for PHP via Java. These components communicate via a PHP/Java Bridge whereas both require separate environments & processes for execution.

Prerequisites

  1. JDK
  2. PHP/Java Bridge
  3. Web Server like Tomcat
  4. PHP

Installation

  1. Install Tomcat on any location such as \java\apache-tomcat-9.0.24.
  2. Copy JavaBridge.war to Tomcat's webapps folder such as \java\apache-tomcat-9.0.24\webapps.
  3. Run \bin\startup.bat. JavaBridge.war will be deployed to \java\apache-tomcat-9.0.24\webapps\JavaBridge. If you want to use php 8, replace the original Java.inc from php-java bridge with Java.inc from Java.inc.php8.zip.
  4. Copy aspose-slides-xx.x-php.jar to a lib folder such as \java\apache-tomcat-9.0.24\webapps\JavaBridge\WEB-INF\lib.
  5. Run \bin\shutdown.bat and then \bin\startup.bat.
  6. Test http://localhost:8080/JavaBridge/test.php to confirm that PHP works fine.
  7. Copy aspose.slides.php and example.php to \java\apache-tomcat-9.0.24\webapps\JavaBridge.
  8. Open http://localhost:8080/JavaBridge/example.php or create your own PHP file (see the examples below)

You will find the Jar and PHP library in the vendor/aspose/slides folder.

Convert Presentation to Multiple Formats in PHP

Convert Presentation to PDF

Product Page | Documentation | API Reference | Code Examples | Blog | Free Support | Temporary License


All versions of slides with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package aspose/slides contains the following files

Loading the files please wait ....