Download the PHP package r0adrunn3r/easy-pnp without Composer
On this page you can find all versions of the php package r0adrunn3r/easy-pnp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download r0adrunn3r/easy-pnp
More information about r0adrunn3r/easy-pnp
Files in r0adrunn3r/easy-pnp
Package easy-pnp
Short Description EasyPnP is a PHP class which allows to generate easily a PDF for PnP (Print and Play) Games from images.
License AGPL-3.0
Homepage https://github.com/R0adRunn3r/easy-pnp
Informations about the package easy-pnp
EasyPnP
EasyPnP is a PHP class which allows to generate easily a PDF for PnP (Print and Play) Games. I made it for helping me generate precise pdf from a set of card and tokens images for some of my projects becouse I'd like to have more control, so i decided to share it, maybe someone will find it useful.
Obviously this class is far from perfect but gets the job done for me :) the only dependency is fpdf
Installation
Download from github
You can just download the class from github and use it in your project, the only dependency is fpdf so make sure to require it!
Composer
If you're using Composer to manage dependencies, you can use
$ composer require r0adrunn3r/easy-pnp
or you can include the following in your composer.json:
How to use
The unit of measurement is mm (I'm Italian) but the underlying fpdf supports inches too, modify the class to support other units is not too hard, if someone needs it and doesn't know how, just open an issue and I will add it :)
Example use with various configurations:
You can find more examples in the examples
folder, ready for testing (included a version of fpdf).
All the cards in the example folder are from https://code.google.com/archive/p/vector-playing-cards/