PHPackages                             rampmaster/phpepub-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. rampmaster/phpepub-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

rampmaster/phpepub-bundle
=========================

Symfony bundle for PHPePub library

1.0.0(3mo ago)00LGPL-2.1PHPPHP &gt;=8.2

Since Jan 29Pushed 3mo agoCompare

[ Source](https://github.com/rampmaster/phpepub-bundle)[ Packagist](https://packagist.org/packages/rampmaster/phpepub-bundle)[ RSS](/packages/rampmaster-phpepub-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (7)Versions (2)Used By (0)

PHPePub Symfony Bundle
======================

[](#phpepub-symfony-bundle)

[![License](https://camo.githubusercontent.com/e7a46e7a312debd4f79ea233a5ca6a51982703fc4bb11d90c69ba81420b3757b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4c47504c253230322e312d626c75652e737667)](https://opensource.org/licenses/LGPL-2.1)

A Symfony bundle for the [PHPePub](https://github.com/rampmaster/phpepub) library, allowing you to easily generate ePub electronic books in your Symfony applications.

Features
--------

[](#features)

- **Easy Integration**: Seamlessly integrate PHPePub into your Symfony application
- **Multi-version Support**: Generate EPUB 2.0.1, 3.0, 3.0.1, 3.1, and 3.2 files
- **Configurable Defaults**: Set default language and EPUB version in your configuration
- **Factory Service**: Create EPub instances through a convenient factory service
- **Modern PHP**: Compatible with PHP 8.2+
- **Symfony Support**: Works with Symfony 5.4, 6.x, and 7.x

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require rampmaster/phpepub-bundle
```

### Enable the Bundle

[](#enable-the-bundle)

If you're using Symfony Flex, the bundle will be automatically enabled. Otherwise, add it to your `config/bundles.php`:

```
