PHPackages                             page-carbajal/wpexpress - 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. page-carbajal/wpexpress

ActiveLibrary[Framework](/categories/framework)

page-carbajal/wpexpress
=======================

2.0.7(3y ago)91911GPL3PHPPHP &gt;=7.4

Since Feb 9Pushed 3y ago2 watchersCompare

[ Source](https://github.com/Page-Carbajal/WPExpress)[ Packagist](https://packagist.org/packages/page-carbajal/wpexpress)[ Docs](https://github.com/Page-Carbajal/WPExpress)[ RSS](/packages/page-carbajal-wpexpress/feed)WikiDiscussions development Synced 1mo ago

READMEChangelog (5)Dependencies (1)Versions (34)Used By (1)

WPExpress - A WordPress Framework for Software Developers
=========================================================

[](#wpexpress---a-wordpress-framework-for-software-developers)

For all of you my fellow developers who are not familiar with WordPress.

Instead of trying to sell you into WordPress I'll ask you to do a google search for ***[why wordpress](https://www.google.com.mx/?gws_rd=ssl#q=why+wordpress)***.

Then do the same for other Content Management Systems, read a little, then decide what's better for you.

I will however tell you why I use WordPress to run my Websites.

**WordPress** powers +25% of the websites on the Internet. This means that 1 of every 4 websites are using it.

Some of the bennefits it gives me:

- Improved time to market
- Easily create Content Networks
- Thousands of themes free and premium
- Thousands of plugins free and premium
- It is already a great blogging platform
- Great UX
- BuiltIn API
- Runs on apache or nginx
- It runs 1/4 of the Internet's websites
- And it is Open Source

What is WPExpress
-----------------

[](#what-is-wpexpress)

I like using frameworks like Rails, Laravel and Symfony.

They make me love writing code.

Very smart people wrote hundreds of thousands of lines of code to implement concepts such as Separation of Concern, Convention over Configuration and so on.

I love rake, and artisan. I am infatuated with how [Symfony](https://github.com/symfony/symfony) is structured as a set of components rather than a full fledged Framework.

And I also have a thing for composer, autoloading and depedency management.

Last but not least. I worship [Mustache](http://mustache.github.io) and [Twig](http://twig.sensiolabs.org)

When you get to know and work in environments as cool as those I have talked about, going back to monolite-style code writing is, HARD.

I found myself having to write similar code across different projects and I decided I wanted to focus on writing meaningful code and abstract the repetitive stuff as much as possible.

**I wanted to go from this**

```
$args = array();

$query = new WP_Query( $args );

wp_reset_post_data();
```

**To this**

```
$posts = Query::Posts->limit(10)->meta('field', 'value')->get();
```

I wanted to use composer, abstraction and chainable methods, and every other thing I love in modern PHP within WordPress. But here's the compromise. I do not want to change WordPress.

I do not want to write my own queries, I do not want to alter the core. I want WordPress to be kept intact. I just want a Framework which will allow me to do more with less.

Less configuration, less plugins, less time to market.

Finally I am writing this framework to allo my self to focus on writing **meaningful code**.

Quick Start
-----------

[](#quick-start)

This small **WordPress Frmework** is designed to be easy to use.

Start by reading our [documentation](https://github.com/Page-Carbajal/WPExpress/wiki).

Framework Structure
-------------------

[](#framework-structure)

- Database [WPExpress\\Query](https://github.com/Page-Carbajal/WPExpress-Query)
    - [Query](https://github.com/Page-Carbajal/WPExpress/wiki/Query)
    - Post
    - Taxonomy
    - User
    - UserRole
- Model
    - [BaseModel](https://github.com/Page-Carbajal/WPExpress/wiki/BaseModel)
    - [BaseTaxonomy](https://github.com/Page-Carbajal/WPExpress/wiki/BaseTaxonomy)
    - BaseUser
    - BaseUserRole
    - BaseRelation **May Be**
- Contracts
    - BaseWordPressFilters (Maybe TBD)
- Admin
    - [BaseSettingsPage](https://github.com/Page-Carbajal/WPExpress/wiki/BaseSettingsPage)
    - BaseWidget
    - BaseAPI
- UI [WPExpress\\UI](https://github.com/Page-Carbajal/WPExpress-UI)
    - BaseResources
    - [FieldCollection](https://github.com/Page-Carbajal/WPExpress/wiki/FieldCollection)
    - MetaBoxCollection
    - HTMLFieldParser
    - RenderEngine
    - ReactJS (TBD)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community10

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

Recently: every ~560 days

Total

24

Last Release

1247d ago

Major Versions

0.6.1 → 1.0.02016-02-12

1.3.7 → 2.0.02016-09-11

PHP version history (2 changes)0.6.0PHP &gt;=5.5

2.0.6PHP &gt;=7.4

### Community

Maintainers

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

---

Top Contributors

[![Page-Carbajal](https://avatars.githubusercontent.com/u/6045106?v=4)](https://github.com/Page-Carbajal "Page-Carbajal (152 commits)")

### Embed Badge

![Health badge](/badges/page-carbajal-wpexpress/health.svg)

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

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

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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