PHPackages                             sebastiansantillan/phpepub - 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. [File &amp; Storage](/categories/file-storage)
4. /
5. sebastiansantillan/phpepub

ActiveLibrary[File &amp; Storage](/categories/file-storage)

sebastiansantillan/phpepub
==========================

A modern PHP library for creating EPUB3 files

v0.3.0-beta(9mo ago)1451[1 PRs](https://github.com/sebastiansantillan/phpepub/pulls)MITPHPPHP &gt;=8.3

Since Jul 27Pushed 9mo agoCompare

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

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

PHPEpub
=======

[](#phpepub)

[![Version](https://camo.githubusercontent.com/540beef9fdf3a57a73ece69351abf84027c506a89f0a5672eac326685b2f5d7c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f76657273696f6e2d302e332e302d2d626574612d627269676874677265656e2e737667)](https://github.com/sebastiansantillan/phpepub)[![PHP Version](https://camo.githubusercontent.com/5c8ce4571ddf4b6b8ca847e0c4c079de98fc6460eb7eae9c81ca63319c21f546/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344382e332d626c75652e737667)](https://php.net)[![License](https://camo.githubusercontent.com/8bb50fd2278f18fc326bf71f6e88ca8f884f72f179d3e555e20ed30157190d0d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d677265656e2e737667)](LICENSE)[![EPUB Accessibility](https://camo.githubusercontent.com/377f8da51c1ab87a2e6fd86eacda2b5c8acff8550d680802136faa2da2956ed5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f455055422532304163636573736962696c6974792d312e312d626c75652e737667)](https://www.w3.org/TR/epub-a11y-11/)[![WCAG](https://camo.githubusercontent.com/b2b68ad4964c461f0da2b3b265f3cdd6c0fba0327d55dec4566d945b97270729/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f57434147253230322e312d4c6576656c25323041412d677265656e2e737667)](https://www.w3.org/TR/WCAG21/)

A modern PHP library for creating EPUB files easily and efficiently.

> 🎉 **Beta Version**: v0.3.0-beta is production-ready with complete EPUB Accessibility 1.1 support!

Features
--------

[](#features)

- ✅ Create EPUB 3.0 files
- ✅ Support for multiple chapters
- ✅ Metadata management (title, author, language, etc.)
- ✅ Support for images and CSS
- ✅ **Complete EPUB Accessibility 1.1 support**
- ✅ **WCAG 2.1 Level AA compliance**
- ✅ **Schema.org accessibility metadata**
- ✅ Fluent and easy-to-use interface
- ✅ Compatible with PHP 8.3+

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

[](#installation)

### Beta Version

[](#beta-version)

```
composer require sebastiansantillan/phpepub:^0.3.0-beta
```

> 📝 **Note**: As this is an beta version, the API may change in future versions.

Basic Usage
-----------

[](#basic-usage)

```
