PHPackages                             phpneeds/phpneeds - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. phpneeds/phpneeds

ActiveProject[Utility &amp; Helpers](/categories/utility)

phpneeds/phpneeds
=================

PHPneeds is a lightweight non-MVC PHP library for quickly start a project.

v1.3.0(4y ago)45MITPHPPHP &gt;=8.0

Since Sep 15Pushed 4y ago1 watchersCompare

[ Source](https://github.com/PHPneeds/PHPneeds)[ Packagist](https://packagist.org/packages/phpneeds/phpneeds)[ Docs](https://www.phpneeds.xyz/)[ RSS](/packages/phpneeds-phpneeds/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (9)Dependencies (1)Versions (11)Used By (0)

[![PHPneeds Logo](https://raw.githubusercontent.com/PHPneeds/PHPneeds/main/public/assets/images/logo_256x50.png)](https://raw.githubusercontent.com/PHPneeds/PHPneeds/main/public/assets/images/logo_256x50.png)

PHPneeds is a lightweight non-MVC PHP library for quickly start a project.

[![Latest Stable Version](https://camo.githubusercontent.com/a6d6df1d38022a35f1ef24b262314d0bbd38331312633fda71c0e9f0d5f40f42/68747470733a2f2f706f7365722e707567782e6f72672f7068706e656564732f7068706e656564732f76)](https://packagist.org/packages/phpneeds/phpneeds)[![PHP Version Require](https://camo.githubusercontent.com/c388bcd78019472b6dd1948c02eec1e57449b4a4032f49197009313eb265cbbf/68747470733a2f2f706f7365722e707567782e6f72672f7068706e656564732f7068706e656564732f726571756972652f706870)](https://packagist.org/packages/phpneeds/phpneeds)[![Latest Unstable Version](https://camo.githubusercontent.com/0b982f8a169f5fe4bc37915295a23954dda88f9af5a187f6ee9d3a80672914c3/68747470733a2f2f706f7365722e707567782e6f72672f7068706e656564732f7068706e656564732f762f756e737461626c65)](https://packagist.org/packages/phpneeds/phpneeds)[![License](https://camo.githubusercontent.com/0f92428650acd368fb6775d09eb21fb61bd1dfe5420e88d83efce6f52c65c8ec/68747470733a2f2f706f7365722e707567782e6f72672f7068706e656564732f7068706e656564732f6c6963656e7365)](https://packagist.org/packages/phpneeds/phpneeds)[![Total Downloads](https://camo.githubusercontent.com/3d4e4821c9c00e74c5a22bb14c6cea178316942cafd932bdc6a9a6da919deb6c/68747470733a2f2f706f7365722e707567782e6f72672f7068706e656564732f7068706e656564732f646f776e6c6f616473)](https://packagist.org/packages/phpneeds/phpneeds)[![Total Downloads](https://camo.githubusercontent.com/5fed8386c01f74f95e766d78df075a17c2b00a494327f7ae09a35602c6be70f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646576656c6f7065722d467269656e646c792d627269676874677265656e)](https://camo.githubusercontent.com/5fed8386c01f74f95e766d78df075a17c2b00a494327f7ae09a35602c6be70f6/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f646576656c6f7065722d467269656e646c792d627269676874677265656e)

---

### About

[](#about)

PHPneeds is an attempt to show that it's not necessary to use MVC and FRAMEWORK in every project, it can be done also old-school way without spaghetti.

---

### Installation

[](#installation)

"**--keep-vcs**" is important for upgrade the prject from git.

```
composer create-project phpneeds/phpneeds {your_project_name} --keep-vcs

```

---

### NGINX Rewrite Rules

[](#nginx-rewrite-rules)

#### for image.php

[](#for-imagephp)

```
rewrite "^/assets/images/(.*)-w=([0-9]{1,4})-h=([0-9]{1,4})-q=([0-9]{1,4})-c=([0-1]{1,4}).jpg$" /assets/images/image.php?f=$1&w=$2&h=$3&q=$4&c=$5;

```

### Upgrade

[](#upgrade)

Composer cannot upgrade packages of type "**project**". You can upgrade this project files with "**git**".

**important: Directory structure may change after upgrade via git**

```
git pull origin tags/v{version}

```

Classes will be upgrade via Composer. Because, "**Libs**" separated from base project

```
composer update

```

---

### Author

[](#author)

- [Mertcan Ayhan](mailto:mertowitch@gmail.com) ([LinkedIn](https://www.linkedin.com/in/mertcan-ayhan/))

---

### License

[](#license)

The code for PHPneeds is distributed under the terms of the MIT license (see [LICENSE](LICENSE)).

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

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 ~3 days

Total

10

Last Release

1671d ago

Major Versions

v0.4.0 → v1.0.02021-10-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/b889f508a8e1ff28107857d2caf346a7f3631eae387864cf371dfdf75102bb88?d=identicon)[mertowitch](/maintainers/mertowitch)

---

Top Contributors

[![mertowitch](https://avatars.githubusercontent.com/u/12594339?v=4)](https://github.com/mertowitch "mertowitch (119 commits)")

---

Tags

lightweightnoframeworknon-mvcphpphplightweightNoFrameworknon-mvcphpneeds

### Embed Badge

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

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

###  Alternatives

[imanghafoori/laravel-anypass

A minimal yet powerful package to help you in development.

21421.6k](/packages/imanghafoori-laravel-anypass)

PHPackages © 2026

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