Skip to content

syntatis/codex

Repository files navigation

🪵 codex

ci codecov Packagist Dependency Version

A codebase designed to build extensions for WordPress® with modern PHP practices.

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 modern PHP techniques.

Projects

List of projects built on top of Codex as their foundation.

  • 🧪 👋 howdy: Build your next modern plugin for WordPress®.
  • 🧪 ✨ howdy-open-ai: Build your next modern plugin for WordPress® with OpenAI integration.

Providers

Additional services for the Codex service container.

Inspiration

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