PHPackages                             helip/pdf-planning - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. helip/pdf-planning

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

helip/pdf-planning
==================

010[1 PRs](https://github.com/helinp/helip-pdf-planning/pulls)PHPCI passing

Since Aug 5Pushed 3mo ago1 watchersCompare

[ Source](https://github.com/helinp/helip-pdf-planning)[ Packagist](https://packagist.org/packages/helip/pdf-planning)[ RSS](/packages/helip-pdf-planning/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

PDF Planning
============

[](#pdf-planning)

Overview
--------

[](#overview)

A PHP library designed for the dynamic creation of weekly and location-based schedules in PDF format.

Key Features
------------

[](#key-features)

- **Weekly Schedules**: Automatically generate weekly schedules with customizable time slots.
- **Location-Based Customization**: Tailor schedules for different locations with specific details.
- **High Customizability**: Modify text styles, border styles, and more to match specific branding or presentation requirements.
- **Reliability**: Includes a suite of unit tests to ensure stability and reliability across updates.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- PHP 8.0 or higher
- Composer for managing PHP dependencies

### Installation

[](#installation)

```
composer require helip/pdf-planning
```

### Usage Example

[](#usage-example)

Here’s how to quickly generate a schedule:

```
use Helip\PdfPlanning\Builders\ScheduleWeeklyBuilder;

// Create a new schedule builder instance
$pdfPlanning = new ScheduleWeeklyBuilder();

// Create a new schedule entry
$entry = $pdfPlanning->createEntry()
                     ->setDay('Monday')
                     ->setTime('08:00 - 10:00')
                     ->setLocation('Room 101')
                     ->setActivity('Meeting with Team')
                     ->setInstructor('John Doe');

// Configure the schedule
$pdfPlanning->setTitle('My Weekly Schedule')
            ->addEntries(...$entries)  // Add entries dynamically
            .build();

// Save the generated PDF to a file
$pdfPlanning->save('path/to/save', 'my_schedule.pdf');
```

Testing
-------

[](#testing)

Ensure the integrity of the schedules with our comprehensive test suite:

```
vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

We welcome contributions from the community, whether they are feature enhancements, bug fixes, or documentation improvements. Please submit a pull request or raise an issue on GitHub.

License
-------

[](#license)

This project is licensed under the GNU Lesser General Public License v3.0 (LGPL-3.0), which allows both private and commercial use while ensuring that improvements to the library remain accessible to the community. For more details, see the `LICENSE` file.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance53

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9d4c88dc97ceb49817f96dbd5313804ecc519a17a665cd76d0155f35a643646d?d=identicon)[helip](/maintainers/helip)

---

Top Contributors

[![helinp](https://avatars.githubusercontent.com/u/14966972?v=4)](https://github.com/helinp "helinp (8 commits)")

### Embed Badge

![Health badge](/badges/helip-pdf-planning/health.svg)

```
[![Health](https://phpackages.com/badges/helip-pdf-planning/health.svg)](https://phpackages.com/packages/helip-pdf-planning)
```

###  Alternatives

[phpoffice/phpspreadsheet

PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine

13.9k293.5M1.3k](/packages/phpoffice-phpspreadsheet)[spatie/browsershot

Convert a webpage to an image or pdf using headless Chrome

5.2k32.1M102](/packages/spatie-browsershot)[smalot/pdfparser

Pdf parser library. Can read and extract information from pdf file.

2.7k34.5M216](/packages/smalot-pdfparser)[barryvdh/laravel-snappy

Snappy PDF/Image for Laravel

2.8k24.8M48](/packages/barryvdh-laravel-snappy)[openspout/openspout

PHP Library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way

1.1k57.6M131](/packages/openspout-openspout)[keboola/csv

Keboola CSV reader and writer

1451.8M21](/packages/keboola-csv)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
