Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prhost/epub-php
- Owner: prhost
- License: mit
- Created: 2022-09-06T15:09:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T02:18:45.000Z (8 months ago)
- Last Synced: 2024-10-02T03:29:48.862Z (3 months ago)
- Topics: epub, epub-generation, epub-php, php
- Language: HTML
- Homepage:
- Size: 8.93 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
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.