https://github.com/syntatis/codex
🪵 The codebase for WordPress extensions
https://github.com/syntatis/codex
dependency-injection facades php service-container service-providers wordpress wp-hooks
Last synced: 12 months ago
JSON representation
🪵 The codebase for WordPress extensions
- Host: GitHub
- URL: https://github.com/syntatis/codex
- Owner: syntatis
- License: gpl-3.0
- Created: 2024-07-29T09:14:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T10:14:47.000Z (over 1 year ago)
- Last Synced: 2024-11-15T01:50:57.843Z (over 1 year ago)
- Topics: dependency-injection, facades, php, service-container, service-providers, wordpress, wp-hooks
- Language: PHP
- Homepage:
- Size: 135 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🪵 codex
[](https://github.com/syntatis/codex/actions/workflows/ci.yml) [](https://codecov.io/gh/syntatis/codex)

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](https://getcomposer.org) 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](https://github.com/syntatis/howdy): Build your next modern plugin for WordPress®.
- 🧪 ✨ [howdy-open-ai](https://github.com/syntatis/howdy-open-ai): Build your next modern plugin for WordPress® with OpenAI integration.
## Providers
Additional services for the Codex service container.
- 🧪 🎛 [`codex-settings-provider`](https://github.com/syntatis/codex-settings-provider): Service provider for [WordPress Settings API](https://developer.wordpress.org/plugins/settings/settings-api/)
## Inspiration
This project is inspired by the following awesome projects in the PHP ecosystem:
- [Illuminate: The Laravel Components](https://github.com/illuminate)
- [Symfony: Reusable PHP components](https://github.com/symfony)