Download the PHP package twilroad/presentation without Composer
On this page you can find all versions of the php package twilroad/presentation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download twilroad/presentation
More information about twilroad/presentation
Files in twilroad/presentation
Package presentation
Short Description PHPPresentation - Read, Create and Write Presentations documents in PHP
License LGPL-3.0-only
Homepage http://phpoffice.github.io
Informations about the package presentation
Branch Master : Branch Develop :
PHPPresentation is a library written in pure PHP that provides a set of classes to write to different presentation file formats, i.e. Microsoft Office Open XML (OOXML or OpenXML) or OASIS Open Document Format for Office Applications (OpenDocument or ODF).
PHPPresentation is an open source project licensed under the terms of LGPL version 3. PHPPresentation is aimed to be a high quality software product by incorporating continuous integration and unit testing. You can learn more about PHPPresentation by reading the Developers' Documentation and the API Documentation.
Read more about PHPPresentation:
- Features
- Requirements
- Installation
- Getting started
- Contributing
- Developers' Documentation
- API Documentation
Features
- Create an in-memory presentation representation
- Set presentation meta data (author, title, description, etc)
- Add slides from scratch or from existing one
- Supports different fonts and font styles
- Supports different formatting, styles, fills, gradients
- Supports hyperlinks and rich-text strings
- Add images with different styles (positioning, rotation, shadow)
- Set printing options (header, footer, page margins, paper size, orientation)
- Set transitions between slides
- Output to different file formats: PowerPoint 2007 (.pptx), OpenDocument Presentation (.odp), Serialized Presentation)
- ... and lots of other things!
Requirements
PHPPresentation requires the following:
- PHP 5.3+
- Zip extension
- XML Parser extension
- XMLWriter extension (optional, used to write DOCX and ODT)
- GD
Installation
Composer method
It is recommended that you install the PHPPresentation library through composer. To do so, add
the following lines to your composer.json
.
Manual download method
Alternatively, you can download the latest release from the releases page. In this case, you will have to register the autoloader. (Register autoloading is required only if you do not use composer in your project.)
You will also need to download the latest PHPOffice/Common release from its releases page. And you will also have to register its autoloader, too.
Getting started
The following is a basic usage example of the PHPPresentation library.
More examples are provided in the API Documentation for more detail.
Contributing
We welcome everyone to contribute to PHPPresentation. Below are some of the things that you can do to contribute:
- Read our contributing guide
- Fork us and request a pull to the develop branch
- Submit bug reports or feature requests to GitHub
- Follow @PHPOffice on Twitter
All versions of presentation with dependencies
ext-dom Version *
ext-xml Version *
ext-zip Version *
twilroad/common Version 0.2.*