syntatis/codex

Helpers, facades, and service container for WordPress® extensions

v0.3.0 2025-04-20 17:48 UTC

This package is auto-updated.

Last update: 2025-08-03 05:00:46 UTC


README

ci codecov Packagist Dependency Version

Caution

This project is still in development and currently tagged as v0.*, which means it's not stable yet and may include breaking changes between versions. I keep working toward a stable release, but until then, things may change as we improve the project. Thanks for your interest and feel free to explore, test, or contribute!

Why?

WordPress is a powerful platform, but while PHP has evolved over the years, WordPress development has largely stayed the same. Modern PHP practices like Autoloading with Composer and Dependency Injection aren't commonly used when building extensions for WordPress. It has caused some gaps between WordPress and the rest of the PHP ecosystem.

This project aims to close the gap by providing functions, classes, and structure as the foundation to build extensions for WordPress with a slightly modern PHP approach.

Providers

Inspiration

This project is inspired by the following awesome projects in the PHP ecosystem: