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 issues](https://github.com/helinp/helip-pdf-planning/issues)[1 PRs](https://github.com/helinp/helip-pdf-planning/pulls)PHPCI failing

Since Aug 5Pushed 5mo 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 2d 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

21

—

LowBetter than 18% of packages

Maintenance49

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity20

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://avatars.githubusercontent.com/u/10816630?v=4)[helip](/maintainers/helip)[@helip](https://github.com/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

[tarfin-labs/easy-pdf

Makes pdf processing easy.

1719.9k](/packages/tarfin-labs-easy-pdf)

PHPackages © 2026

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