PHPackages                             simp/pindrop - 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. simp/pindrop

ActiveProject

simp/pindrop
============

Pindrop CMS project for building PHP websites

v4.0.3(1mo ago)02MITPHPPHP ^8.4

Since Mar 29Pushed 2w agoCompare

[ Source](https://github.com/CHANCENY/pindrop)[ Packagist](https://packagist.org/packages/simp/pindrop)[ RSS](/packages/simp-pindrop/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (46)Versions (25)Used By (0)

Pindrop
=======

[](#pindrop)

Pindrop is a modern PHP web application framework designed for building modular, plugin-driven applications with ease and flexibility.

Overview
--------

[](#overview)

Pindrop provides a solid foundation for developing web applications that can grow with your needs. It features a powerful plugin system, dependency injection container, routing system, and modern PHP practices out of the box.

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

[](#key-features)

### Plugin System

[](#plugin-system)

- **Modular Architecture**: Build functionality as independent plugins
- **Hot Loading**: Automatically discover and load plugins from the modules directory
- **Service Integration**: Each plugin can register its own services
- **Route Registration**: Plugins define their own routes in simple YAML files
- **State Management**: Enable/disable plugins without code changes

### Routing System

[](#routing-system)

- **Modern Router**: Built on simp/router package for reliable request handling
- **Plugin Integration**: Automatically loads routes from all enabled plugins
- **Flexible Configuration**: Support for controllers, forms, and middleware
- **URL Generation**: Generate URLs from route names
- **Statistics**: Track route usage and performance

### Dependency Injection

[](#dependency-injection)

- **PHP-DI Integration**: Modern dependency injection container
- **Service Providers**: Organized service registration system
- **Auto-wiring**: Automatic dependency resolution
- **Configuration Management**: Environment-based configuration

### Controller Base

[](#controller-base)

- **Standard Interface**: Consistent controller method signatures
- **Helper Methods**: Common response generation (render, json, redirect)
- **Request Handling**: Built-in Symfony HttpFoundation support
- **Extensible**: Easy to extend with custom functionality

Quick Start
-----------

[](#quick-start)

1. **Install Dependencies**: Run `composer install` to get all required packages
2. **Configure Environment**: Copy `.env.example` to `.env` and update settings
3. **Create Plugin**: Add your functionality as a plugin in the `modules/` directory
4. **Define Routes**: Add routes in your plugin's `routing.yml` file
5. **Build Controllers**: Extend `ControllerBase` for your plugin logic

Plugin Structure
----------------

[](#plugin-structure)

Each plugin follows a simple structure:

```
modules/
└── your-plugin/
    ├── info.yml          # Plugin metadata
    ├── services.yml       # Plugin services
    ├── routing.yml        # Plugin routes
    └── src/
        ├── Controller/
        │   └── YourController.php
        └── Form/
            └── YourForm.php

```

Configuration
-------------

[](#configuration)

Pindrop uses environment variables for configuration:

- **APP\_ENV**: Application environment (development/production)
- **DEBUG**: Enable debug mode
- **TIMEZONE**: Application timezone
- **PLUGIN\_ROOT**: Path to plugins directory
- **CONFIG\_ROOT**: Path to configuration files

Architecture
------------

[](#architecture)

The framework is built around these core principles:

- **Simplicity**: Easy to understand and use
- **Modularity**: Everything is a plugin
- **Flexibility**: Adapt to different project needs
- **Modern Standards**: Follows PHP best practices
- **Developer Experience**: Focused on making development enjoyable

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

[](#getting-started)

Pindrop is perfect for building:

- Content management systems
- API backends
- Admin dashboards
- E-commerce platforms
- Custom web applications

Start building your next project with Pindrop - where modularity meets simplicity.

###  Health Score

44

—

FairBetter than 90% of packages

Maintenance95

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~5 days

Total

24

Last Release

32d ago

Major Versions

v1.0.9 → v2.0.12026-05-07

v2.0.9 → v3.0.12026-07-08

v3.0.1 → v4.0.02026-07-13

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25077813?v=4)[Chance007](/maintainers/Chance007)[@CHANCE007](https://github.com/CHANCE007)

---

Top Contributors

[![CHANCENY](https://avatars.githubusercontent.com/u/96126430?v=4)](https://github.com/CHANCENY "CHANCENY (65 commits)")

### Embed Badge

![Health badge](/badges/simp-pindrop/health.svg)

```
[![Health](https://phpackages.com/badges/simp-pindrop/health.svg)](https://phpackages.com/packages/simp-pindrop)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.7M3.5k](/packages/craftcms-cms)[contao/core-bundle

Contao Open Source CMS

1231.7M3.1k](/packages/contao-core-bundle)[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.7k89.2k1](/packages/getgrav-grav)[tempest/framework

The PHP framework that gets out of your way.

2.3k42.4k21](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

605.9M709](/packages/shopware-core)

PHPackages © 2026

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