PHPackages                             originphp/framework - 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. originphp/framework

ActiveLibrary[Framework](/categories/framework)

originphp/framework
===================

The OriginPHP framework

3.27.1(4y ago)472.6k2[5 issues](https://github.com/originphp/framework/issues)6MITPHPPHP &gt;=7.3.0CI failing

Since Mar 4Pushed 4y ago5 watchersCompare

[ Source](https://github.com/originphp/framework)[ Packagist](https://packagist.org/packages/originphp/framework)[ Docs](https://www.originphp.com)[ RSS](/packages/originphp-framework/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (13)Versions (179)Used By (6)

OriginPHP Framework
===================

[](#originphp-framework)

[![license](https://camo.githubusercontent.com/6fdb99389fe9d9e8a5c197002a191ace7c8b12a2020c0fa5756cf17aa08a4966/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874477265656e2e737667)](https://camo.githubusercontent.com/6fdb99389fe9d9e8a5c197002a191ace7c8b12a2020c0fa5756cf17aa08a4966/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874477265656e2e737667)[![build](https://github.com/originphp/framework/workflows/CI/badge.svg)](https://github.com/originphp/framework/actions)[![coverage](https://camo.githubusercontent.com/ea4ab39433fea9e39cfabe69163c1c05b7eeff4dbaae7055b7de5a0cf8e3bbef/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f6f726967696e7068702f6672616d65776f726b2f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/originphp/framework?branch=master)[![memory](https://camo.githubusercontent.com/43a19c3123ea6b79c19422f8407832f55e3be19bfba4bdc31cf44d2498020815/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d656d6f72792d3935304b422d6272696768744765656e2e737667)](https://camo.githubusercontent.com/43a19c3123ea6b79c19422f8407832f55e3be19bfba4bdc31cf44d2498020815/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d656d6f72792d3935304b422d6272696768744765656e2e737667)

OriginPHP is a MVC web application framework for PHP developers designed to be fast, easy to use (and learn) and highly scalable. It is modeled upon CakePHP and Ruby On Rails (Which CakePHP was modeled upon). It comes with a Dockerized development environment.

Features
--------

[](#features)

- ORM database with support for MySQL, Postgres &amp; SQLite.
- Caching that supports APCu, Redis, Memcache and File based cache.
- Web Applications using MVC pattern
- Console Applications and Commands
- Caching concern which caches all the database results for your web application
- Middleware (Firewall,IDS,Throttle and Profiler)
- Migrations - update your database using migrations
- Code Generation and scaffolding
- Integration Testing for Web Applications and Console Commands
- Queue System for background jobs, with both Database and Redis engines
- Form helper
- Date,time,and number formating,validation and delocalization support
- Internationalization (I18n)
- Manage events using the Publisher Pattern
- Http utility for making get,post,patch,put and delete requests
- Yaml reading and writing
- CSV reading and writing
- XML reading and writing
- Html parsing and converting
- Markdown parsing and converting
- Storage system which supports local disk, FTP, SFTP, S3 and ZIP.
- Service Objects
- Repositories
- Query Objects
- Send Email using SMTP with support OAUTH2
- Mailboxes - receive and process emails using piping, IMAP or POP3.
- Collections
- and much more

See the [documentation](https://www.originphp.com/docs/getting-started/) to find out more. If you want to help contribute make this even better then I would love to hear from you.

Testing
-------

[](#testing)

Download the source code

```
$ git clone https://github.com/originphp/framework.git originphp

```

Run composer install

```
$ cd originphp
$ composer install

```

Rename the `phpunit.xml.dist` and edit the settings for the database connection and other services.

Create two databases `origin_test` and `origin` which are used by testing.

Then run PHPUnit

```
$ vendor/bin/phpunit

```

You can send an email to .

Jamiel Sharief

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity27

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity74

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

Recently: every ~34 days

Total

178

Last Release

1627d ago

Major Versions

1.33.4 → 2.0.02019-10-25

1.x-dev → 2.2.02019-11-06

2.8.1 → 3.0.02020-07-08

2.x-dev → 3.0.22020-07-17

PHP version history (3 changes)1.0.0-alphaPHP &gt;=7.0.0

1.18.1PHP ^7.2.0

3.0.0PHP &gt;=7.3.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/7e8a821333d9c7b7bc2ad3d164d142f65cd3912dea78033d31f76b0f19ba8a0c?d=identicon)[originphp](/maintainers/originphp)

---

Top Contributors

[![jamielsharief](https://avatars.githubusercontent.com/u/20553479?v=4)](https://github.com/jamielsharief "jamielsharief (2587 commits)")

---

Tags

frameworkmvcphpphpunitframeworkormSimpledockermvceasyrapidoriginPHPconvention over configuration

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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