Popularity
4.9
Stable
Activity
0.0
Stable
754
41
81

Programming language: HTML
License: GNU General Public License v3.0 or later
Tags: Misc/Other    
Latest version: v4.9.0

EasyBook Project alternatives and similar software solutions

Based on the "Misc/Other" category.
Alternatively, view EasyBook Project alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of EasyBook Project or a related project?

Add another 'Misc/Other' Software solution

README

easybook

«book publishing as easy as it should be»

SensioLabsInsight Travis CI status Scrutinizer Quality Score Coverage Status

easybook 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 globally in your system and execute the following command:

$ composer create-project easybook/easybook easybook

Once installed, use easybook with the book command:

$ cd <easybook-installation-dir>
$ ./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 <easybook-installation-dir>
$ 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


*Note that all licence references and agreements mentioned in the EasyBook Project README section above are relevant to that project's source code only.