PHPackages                             sylynder/webby - 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. sylynder/webby

ActiveProject[Framework](/categories/framework)

sylynder/webby
==============

WebbyPHP: A lego-like PHP Framework extended from the CodeIgniter 3 Framework for easy web application development

v3.0.0(5mo ago)182331[2 issues](https://github.com/webbyphp/webby/issues)MITPHPPHP ^8.3

Since Aug 31Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/webbyphp/webby)[ Packagist](https://packagist.org/packages/sylynder/webby)[ RSS](/packages/sylynder-webby/feed)WikiDiscussions master Synced 5d ago

READMEChangelog (10)Dependencies (1)Versions (40)Used By (0)

 [![WebbyPHP](public/assets/webbyphp.png)](public/assets/webbyphp.png)

[![MIT License](https://camo.githubusercontent.com/cdf2f88b4b93d427fba8e5fba298c96fdb96085d447456aeeb70e518845013b8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f77656262797068702f7765626279)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs) [![GitHub code size in bytes](https://camo.githubusercontent.com/f025f7978f8f2d239dca3d54d968f596acf20738fe676b7b2789a09dc0e6672a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f77656262797068702f7765626279)](https://camo.githubusercontent.com/f025f7978f8f2d239dca3d54d968f596acf20738fe676b7b2789a09dc0e6672a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c616e6775616765732f636f64652d73697a652f77656262797068702f7765626279) [![Packagist Version](https://camo.githubusercontent.com/75fc94b07ffa9f678003d526c1fe7604bf029a620dfe57ed335621ca6edf1327/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656262797068702f7765626279)](https://camo.githubusercontent.com/75fc94b07ffa9f678003d526c1fe7604bf029a620dfe57ed335621ca6edf1327/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77656262797068702f7765626279) [![Packagist Downloads (custom server)](https://camo.githubusercontent.com/b96c87b8b54f7dd2dd4baece045ecbadd94d05af74fcff6595c6ff2dd8168ff6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656262797068702f7765626279)](https://camo.githubusercontent.com/b96c87b8b54f7dd2dd4baece045ecbadd94d05af74fcff6595c6ff2dd8168ff6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77656262797068702f7765626279)

About WebbyPHP
--------------

[](#about-webbyphp)

---

WebbyPHP is a lightweight, modular, “lego-style” PHP framework designed to make building APIs, CLI/Console tools, and Web Applications simple, modern, and enjoyable—especially for beginners.

Built as an enhanced extension of CodeIgniter 3, WebbyPHP brings a fresh, modern developer experience (DX) while keeping the simplicity, speed, and small footprint that made CI3 popular. It also introduces flexible modular architecture, improved routing, and integration patterns that make it easy to combine packages or even borrow concepts from other PHP frameworks.

Build powerful PHP applications with a simple, sweet, and scalable architecture.

Features
--------

[](#features)

- Improved and Modern Routing
- HMVC First Architecture
- Supports API-only, Console/CLI, or Web Apps
- Easy Integration with Other Frameworks &amp; PHP Packages
- Extendable with Standalone WebbyPHP Packages
- “Plates” Templating Engine (configurable Blade-like views)
- Use “Services” to organize business logic
- Use “Actions” for CRUD or isolated logic
- Forms/Rules for Request Validation
- Use "Forms Or Rules" to validate input requests
- Near Service-Discovery-Like Features
- Bring Your Own Database Layer — any library or abstraction works

Authors
-------

[](#authors)

- [@otengkwame](https://www.github.com/otengkwame)
- [All Contributors](https://github.com/webbyphp/webby/contributors)
- [All WebbyPHP Engine Contributors](https://github.com/webbyphp/engine/contributors)

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

[](#installation)

We recommend installing WebbyPHP via Composer [Composer](https://getcomposer.org/). Are you new to Composer? Read this short guide: [Read this short guide:](https://getcomposer.org/doc/00-intro.md) click on the link.

Install WebbyPHP: This will install the latest PHP supported version:

```
$ composer create-project webbyphp/webby
```

Replace with your preferred project folder name.

Documentation
-------------

[](#documentation)

The main documentation lives here: [WebbyPHP Docs](https://webbyphp.top/docs)

Documentation is actively being expanded. We’re updating it continuously, and the accompanying Blog section will include beginner-friendly guides to help you learn the framework step-by-step.

If you’re already familiar with CodeIgniter 3 and HMVC, you will feel at home immediately.

For deeper CI3 references, you may also visit:

The concept of CodeIgniter 4 has not been so clear and rewriting CodeIgniter 3 has set the framework back in so many ways, this is a way to show that Codeigniter could have been improved gradually without the approach the Core Team used.

Why WebbyPHP?
-------------

[](#why-webbyphp)

CodeIgniter 4 moved in a direction that left many CI3 developers behind. WebbyPHP demonstrates that CI3 could evolve gradually—without breaking its simplicity.

Server Requirements
-------------------

[](#server-requirements)

WebbyPHP recommends PHP 8.3+.

PHP 8.3's support is for backward compatibility, there were issues in CI3, but these have been resolved. WebbyPHP now supports:

- PHP 8.3 (You should be upgrading to PHP 8.4)
- PHP 8.4
- PHP 8.5 and Newer versions as compatibility is confirmed

If you encounter issues on more recent PHP versions, you’re free to report them — we fix compatibility continuously.

Quick FAQs
----------

[](#quick-faqs)

#### Why did you create WebbyPHP?

[](#why-did-you-create-webbyphp)

---

To give beginners a PHP framework that is simple, predictable, and easy to learn.

To provide a gentle introduction to modern PHP without overwhelming concepts.

Because most modern frameworks are powerful—but intimidating for new developers.

CodeIgniter 3 stalled for a long time, and updating it became a good learning journey in software architecture, framework design, and extensibility.

#### Is WebbyPHP different from CodeIgniter 3 or 4?

[](#is-webbyphp-different-from-codeigniter-3-or-4)

---

WebbyPHP is built on the core of CodeIgniter 3, while borrowing improvements and modern patterns inspired by CodeIgniter 4 and Laravel.

Its goal is to help CI3 developers transition smoothly toward more modern PHP development—but with a familiar, stable syntax.

Important Links
---------------

[](#important-links)

The links below will guide you to know more about how Webby Works

- [Installation Guide](https://webbyphp.top/docs/getting-started/installation/)
- [Getting Started](https://webbyphp.top/docs/getting-started/)
- [Contribution Guide](https://webbyphp.top/docs/contribution-guide/)
- [Learn Webby](https://blog.webbyphp.top)
- [Community](https://github.com/webbyphp/webby/discussions)

Credits
-------

[](#credits)

- Kwame Oteng Appiah Nti ()
- [All Contributors](https://github.com/webbyphp/engine/contributors)

License
-------

[](#license)

We are using the MIT License (MIT). Please see our LICENSE.md file. If you want to know more about the license go to LICENSE for more information.

###  Health Score

49

—

FairBetter than 95% of packages

Maintenance71

Regular maintenance activity

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity81

Battle-tested with a long release history

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

Recently: every ~261 days

Total

34

Last Release

155d ago

Major Versions

v0.8.0 → v1.0.02021-12-30

v1.7.0 → v2.0.02023-01-31

v2.2.0 → v3.0.02025-12-12

PHP version history (6 changes)v0.1.0PHP &gt;=7.1

v0.1.9PHP ^7.2

v0.4.0PHP ^7.4 || ^8.0

v1.6.0PHP ^8.0

v2.0.1PHP ^8.1

v3.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f834f6a5be72147b3c904bde64008b1c160085371d6af0209367b52cc004728?d=identicon)[otengkwame](/maintainers/otengkwame)

---

Top Contributors

[![otengkwame](https://avatars.githubusercontent.com/u/3446150?v=4)](https://github.com/otengkwame "otengkwame (665 commits)")

---

Tags

codeigniter-libraryhmvchmvc-frameworkphpphp-frameworksylynderwebbywebbyphpphpframeworkcodeigniterwebbysylynderwebbyphp

### Embed Badge

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

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

###  Alternatives

[phpmv/php-mv-ui

A JQuery and UI library for php and php MVC frameworks

3319.7k3](/packages/phpmv-php-mv-ui)

PHPackages © 2026

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