Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prhost/epub-php

Epub Generator
https://github.com/prhost/epub-php

epub epub-generation epub-php php

Last synced: about 2 months ago
JSON representation

Epub Generator

Awesome Lists containing this project

README

        

# [Working in progress] Epub Generator

[![Latest Version on Packagist](https://img.shields.io/packagist/v/prhost/epub-php.svg?style=flat-square)](https://packagist.org/packages/prhost/epub-php)
[![Total Downloads](https://img.shields.io/packagist/dt/prhost/epub-php.svg?style=flat-square)](https://packagist.org/packages/prhost/epub-php)

---
Just a package to facilitate Epub generation. I didn't find any good.

## Installation

You can install the package via composer:

```bash
composer require prhost/epub-php
```

## Usage

```php
$epub = new Prhost\Epub\Epub('Title Epub');
```

## Testing

```bash
composer test
```
or
```bash
php vendor/bin/phpunit
```

## Credits

- [Kallef Alexandre](https://github.com/prhost)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.