Download the PHP package tregor/epub without Composer

On this page you can find all versions of the php package tregor/epub. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package epub

EPub Generator

GitHub stars Last Commit GitHub forks

The EPub Generator is a powerful PHP library for creating EPub books. It provides a comprehensive set of features and an intuitive API to generate EPub files with ease. Whether you're a writer, publisher, or developer, this library will simplify the process of creating EPub books and help you deliver high-quality content to your readers.

Features

Requirements

Installation

You can install the package via composer:

Usage

Creating a New EPub Book

To create a new EPub book, you need to instantiate the EPubBook class and provide the book's title:

Parsing an Existing EPub Book

You can also parse an existing EPub book and retrieve its information. To do this, use the open method:

Setting Book Metadata

You can set the author and language of the book using the setAuthor and setLanguage methods:

Adding Chapters

You can add chapters to the book using the addChapter method. Each chapter requires a title, content, and order:

Rearranging Chapters

You can add a new chapter after an existing chapter by specifying the order of the existing chapter, the title and content of the new chapter, and the new order:

Removing Chapters

To remove a chapter from the book, specify its order:

Updating Chapters

You can update the content of a chapter by specifying its order and providing the new content:

Exporting the EPub Book

Once you have added all the chapters, you can export the EPub book to a file using the export method:

Available Methods

Here are the available methods provided by the EPubBook class:

TODO

Here is a list of features that we plan to implement in future releases:

License

The EPub Generator is proprietary software. See the license file for more information.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

Credits

The EPub Generator library is developed and maintained by tregor.

Keywords

EPub, EPub Generator, PHP, Library, EPub Book, EPub Format, EPub Files, EPub Creation, EPub Parser, EPub Writer, EPub Library, EPub PHP Library, EPub Generator PHP, EPub Generator Library, EPub Generator PHP Library, EPub Generator Example, EPub Generator Usage, EPub Generator Documentation, EPub Generator Tutorial, EPub Generator Guide, EPub Generator Features, EPub Generator Requirements, EPub Generator Installation, EPub Generator API, EPub Generator Methods, EPub Generator TODO, EPub Generator License, EPub Generator Contributing, EPub Generator Credits


All versions of epub with dependencies

PHP Build Version
Package Version
Requires ext-xmlwriter Version *
ext-zip Version *
ext-simplexml Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package tregor/epub contains the following files

Loading the files please wait ....