PHPackages                             raahim/pine - 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. [Framework](/categories/framework)
4. /
5. raahim/pine

ActiveProject[Framework](/categories/framework)

raahim/pine
===========

Minimal PHP framework

0.x-dev(1y ago)30MITPHPPHP &gt;=8.2

Since Mar 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/raahimfareed/pine)[ Packagist](https://packagist.org/packages/raahim/pine)[ RSS](/packages/raahim-pine/feed)WikiDiscussions 0.x Synced 1mo ago

READMEChangelogDependencies (4)Versions (1)Used By (0)

Pine: A PHP Framework
=====================

[](#pine-a-php-framework)

About Pine
----------

[](#about-pine)

Pine is a minimal PHP Web Framework

[Visit Official Pine Docs](https://pine.raahimfareed.com/)

Important
---------

[](#important)

This is just a hobby project and is not complete in any way. If you are looking for a framework that is production compatible, check out [Laravel](https://github.com/laravel/laravel/). This is not meant to be used in a production environment. On the other hand, if you stumble upon any issues (which I assume are plenty), please open an issue on github so I can take a look at it.

Prerequisites
-------------

[](#prerequisites)

- PHP 8
- Composer
- Node 20

Installation
------------

[](#installation)

First clone the repository

```
git clone https://github.com/raahimfareed/pine.git
```

Install composer packages

```
composer install
```

Optional: If you intend on using ViteJS, you can install all js packages

We use pnpm for this but, you can use any package manager for node

```
pnpm install
# Or
npm install
```

Run PHP server

```
php -S localhost:8000
```

This will run a php server on localhost with port 8000

In a new terminal window, start vite

```
pnpm dev
```

Migrations and Models
---------------------

[](#migrations-and-models)

Note

Migrations and models are not implemented yet, they will be added in the future along with database helpers.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance44

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity34

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

439d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dced02bf94545e7cd8d4d3b3537d7a3dcc3601034a1db47a05bc85365bd10ec?d=identicon)[raahim](/maintainers/raahim)

---

Top Contributors

[![raahimfareed](https://avatars.githubusercontent.com/u/56921723?v=4)](https://github.com/raahimfareed "raahimfareed (107 commits)")

---

Tags

frameworkphpweb

### Embed Badge

![Health badge](/badges/raahim-pine/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)

PHPackages © 2026

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