Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javiereguiluz/easybook
Book publishing as easy as it should be (built with Symfony components)
https://github.com/javiereguiluz/easybook
book documentation epub generator markdown mobi pdf php publishing
Last synced: 4 days ago
JSON representation
Book publishing as easy as it should be (built with Symfony components)
- Host: GitHub
- URL: https://github.com/javiereguiluz/easybook
- Owner: javiereguiluz
- License: other
- Created: 2012-02-05T11:29:10.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-10-08T17:17:40.000Z (over 6 years ago)
- Last Synced: 2025-01-11T15:05:36.277Z (11 days ago)
- Topics: book, documentation, epub, generator, markdown, mobi, pdf, php, publishing
- Language: HTML
- Homepage: https://easycorp.io/EasyBook
- Size: 9.65 MB
- Stars: 755
- Watchers: 40
- Forks: 82
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
easybook
========*«book publishing as easy as it should be»*
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/34c47e7f-a523-4702-8310-ebec02a6a241/mini.png)](https://insight.sensiolabs.com/projects/34c47e7f-a523-4702-8310-ebec02a6a241) [![Travis CI status](https://secure.travis-ci.org/javiereguiluz/easybook.png?branch=master)](http://travis-ci.org/javiereguiluz/easybook) [![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/javiereguiluz/easybook/badges/quality-score.png?s=90c6ed79f22c90ee2c4761937b58ebe9c6b68889)](https://scrutinizer-ci.com/g/javiereguiluz/easybook/) [![Coverage Status](https://coveralls.io/repos/javiereguiluz/easybook/badge.svg?branch=master)](https://coveralls.io/r/javiereguiluz/easybook?branch=master)
**[easybook](http://easybook-project.org)** lets you easily publish books in
various electronic formats (ePub, MOBI, PDF and HTML). It was originally
designed to publish programming books, but you can use **easybook** to
publish any kind of book, manual or documentation website.![easybook worflow diagram](doc/easybook-doc-en/Contents/images/what_is_easybook.png)
Installation
------------Make sure to have installed [Composer](https://getcomposer.org/) globally in
your system and execute the following command:```bash
$ composer create-project easybook/easybook easybook
```Once installed, use **easybook** with the `book` command:
```
$ cd
$ ./book
```If the last command doesn't work, try `php book` or check `book` script
permissions.Documentation
-------------**easybook** is fully documented at http://easybook-project.org/documentation
License
-------**easybook** is licensed under the [MIT license](LICENSE.md).
Tests
-----Execute the following command to test **easybook** (it requires PHPUnit):
```
$ cd
$ phpunit
```Requirements
------------In order to generate PDF files, PrinceXML library must be installed.
If you haven't installed it yet, you can download a fully-functional demo at:http://www.princexml.com/download
In order to generate MOBI files, KindleGen library must be installed.
If you haven't installed it yet, you can download it freely at Amazon:http://amzn.to/kindlegen