Download the PHP package typesetterio/typesetter without Composer
On this page you can find all versions of the php package typesetterio/typesetter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download typesetterio/typesetter
More information about typesetterio/typesetter
Files in typesetterio/typesetter
Package typesetter
Short Description The main typesetter service for generating PDFs from Markdown for ebooks.
License MIT
Homepage https://typesetter.io
Informations about the package typesetter
Typesetter
This is the Typesetter main service. This can be used in your own projects directly if you want. You probably want to head over to typesetter-cli though.
Install
This requires PHP 8.1 or above.
composer require typesetterio/typesetter
Usage
Create a config array and pass that to the config maker. Then create a new instance of the Typesetter class. Call the generate method with your config to get a PDF binary return from MPDF.
Example:
To learn more, please check out the documentation. This details configuration, customization, themes and cover generation, observers, listeners and more.
Credits
This was heavily influenced by the Ibis project but is a complete rewrite.
This package stands on the shoulders of giants like MPDF, some parts of Laravel and also the League Commonmark library.
Aaron Saray is the primary author and maintainer.
All versions of typesetter with dependencies
ext-dom Version *
ext-libxml Version *
league/commonmark Version ^2.4
mpdf/mpdf Version ^8.1
spatie/commonmark-highlighter Version ^3.0
illuminate/support Version ^10.12
illuminate/collections Version ^10.12