Download the PHP package efectn/php-pdf-calendar without Composer
On this page you can find all versions of the php package efectn/php-pdf-calendar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download efectn/php-pdf-calendar
More information about efectn/php-pdf-calendar
Files in efectn/php-pdf-calendar
Download efectn/php-pdf-calendar
More information about efectn/php-pdf-calendar
Files in efectn/php-pdf-calendar
Vendor efectn
Package php-pdf-calendar
Short Description PDF month calendar generator
License Apache-2.0
Homepage https://github.com/a-schild/pdfcalendarbuilder
Package php-pdf-calendar
Short Description PDF month calendar generator
License Apache-2.0
Homepage https://github.com/a-schild/pdfcalendarbuilder
Please rate this library. Is it a good library?
Informations about the package php-pdf-calendar
PDF Calendar Generator for PHP
Generate PDF month calendars with autoscaling/sizing.
Originally forked from a-schild/pdfcalendarbuilder, but under active maintenance.
With the addMonth() introduced in 1.0.8 you can generate a PDF containing multiple months. Each month will be on it's own page then.
Unique Features
- The class can try to put everything on one page.
- In an normal calendar, all rows have the same height.
-
This library can shrink/expand rows, so everything fits on one page. See setResizeRowHeightsIfNeeded(true/false);
- If this is not enough, it can reduce the font size until everything fits on one page. See setShrinkFontSizeIfNeeded(true/false);
Installation & Usage:
Run: composer require efectn/php-pdf-calendar
Creating the class and generate calendar
Creating the class and generate calendar for 3 months (Required version 1.0.7 or higher)
Examples
- Empty calendar, no entries, just a month grid
- Overflowing boxes in normal libraries
- Resize row heights to adapt space usage
- Resize row heights and shrink font size if needed
- Day spanning events
(C) 2019-2022 A.Schild, (C) 2022 Efe Çetin
All versions of php-pdf-calendar with dependencies
PHP Build Version
Package Version
The package efectn/php-pdf-calendar contains the following files
Loading the files please wait ....