PHPackages                             snoophp/snoophp - 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. snoophp/snoophp

ActiveProject[Framework](/categories/framework)

snoophp/snoophp
===============

A light PHP framework inspired by Laravel

v1.0.1(7y ago)340[1 issues](https://github.com/snoophp/snoophp/issues)MITPHP

Since Mar 10Pushed 7y ago2 watchersCompare

[ Source](https://github.com/snoophp/snoophp)[ Packagist](https://packagist.org/packages/snoophp/snoophp)[ RSS](/packages/snoophp-snoophp/feed)WikiDiscussions v1.0 Synced today

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

[![](https://camo.githubusercontent.com/ff7f50b742c78152cc7de33013871fccac820cfca7bd63af56c026b19948aa68/68747470733a2f2f696d6167652e6962622e636f2f6d484d67726d2f736e6f6f7068702e706e67)](https://camo.githubusercontent.com/ff7f50b742c78152cc7de33013871fccac820cfca7bd63af56c026b19948aa68/68747470733a2f2f696d6167652e6962622e636f2f6d484d67726d2f736e6f6f7068702e706e67)

SnooPHP
=======

[](#snoophp)

[![Packagist](https://camo.githubusercontent.com/d9a529797612a069693b73a1991bfd9e9e94fb98040aa4e7b2faa466c29cddda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/d9a529797612a069693b73a1991bfd9e9e94fb98040aa4e7b2faa466c29cddda/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)[![Packagist](https://camo.githubusercontent.com/9416b2e44e0b7fd16d3093cd128f71fdda0e716ca32d7d78fe6033ce8b214275/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/9416b2e44e0b7fd16d3093cd128f71fdda0e716ca32d7d78fe6033ce8b214275/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)[![GitHub issues](https://camo.githubusercontent.com/fb2631cb450961c625f1689f8e790342616b71ebf076a0178db6f609e9415d09/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)](https://camo.githubusercontent.com/fb2631cb450961c625f1689f8e790342616b71ebf076a0178db6f609e9415d09/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6973737565732d7261772f736e6f6f7068702f6672616d65776f726b2e7376673f7374796c653d666f722d7468652d6261646765)

SnooPHP is a light PHP framework inspired by [Laravel](https://laravel.com/).

Who is it for
-------------

[](#who-is-it-for)

SnooPHP is a very simple and light framework, not suitable to develop complex and professional applications (for that I suggest to use mature frameworks such as [Laravel](https://github.com/laravel/laravel) or [Symfony](https://github.com/symfony/symfony)).

It is perfect if you just want to build small projects - like a blog, a forum, a simple chat or a personal website - and you don't want all the complexity that come with other frameworks.

> Simple and easy!

Features
--------

[](#features)

- **HTTP routing** with support for route parameters.
- **Model ORM** inspired by Laravel's Eloquent ORM (currently supports MySQL).
- **A libcurl interface** to perform HTTP requests server-side, without the hassle of using the libcurl library

Check the [wiki](https://github.com/snoophp/framework/wiki) for more informations.

Q&amp;A
-------

[](#qa)

**Is it fast? Is it faster than other frameworks?**

Don't know actually, never compared. Why don't you try and let me know.

**Can I use the SQL interface with a DBMS other than MySQL?**

Right now only MySQL is supported (which is my DBMS of choice). It should not be difficult to support other DBMSs, take a look at the `Model` classes for more info.

**How can I install SnooPHP?**

SnooPHP and the SnooPHP framework are available on [Packagist](https://packagist.org) so you can simply use composer to create a full project:

```
$ composer create-project "snoophp\snoophp"
```

**Why are you developing SnooPHP when there are plenty good frameworks around?**

The truth is that my university project partner refused to use a framework and I ended up creating one.

**Who's better, Ronaldo or Messi?**

Messi

**Are we destined to die?**

Yes

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance13

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity70

Established project with proven stability

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

Recently: every ~53 days

Total

11

Last Release

2693d ago

Major Versions

v0.2.3 → v1.0.02018-07-04

### Community

Maintainers

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

---

Tags

frameworklibraryphpsneppysnoophpframeworksnoophpsneppy

### Embed Badge

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

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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