PHPackages                             loresjoberg/codicil - 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. loresjoberg/codicil

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

loresjoberg/codicil
===================

Object-oriented facade for WordPress

00PHP

Since Jul 31Pushed 7y ago1 watchersCompare

[ Source](https://github.com/loresjoberg/codicil)[ Packagist](https://packagist.org/packages/loresjoberg/codicil)[ RSS](/packages/loresjoberg-codicil/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (2)Used By (0)

Codicil -- A Fluent Query Interface for WordPress
=================================================

[](#codicil----a-fluent-query-interface-for-wordpress)

Usage
-----

[](#usage)

```
   $query = Codicil::query();
   $results = $query->select('posts')->offset(1)->limit(5)->fetch();

   foreach ($results as $wpPost) {
     print '' . $wpPost->post_title . ' by ' . $wpPost->post_author . "";
   }

```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity42

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6a53c60c704aabdb747ed5b509bc9ee43e0e4dcf238746ba9c8501bb186c1173?d=identicon)[loresjoberg](/maintainers/loresjoberg)

---

Top Contributors

[![loresjoberg](https://avatars.githubusercontent.com/u/5074981?v=4)](https://github.com/loresjoberg "loresjoberg (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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