An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# 🪵 codex

[![ci](https://github.com/syntatis/codex/actions/workflows/ci.yml/badge.svg)](https://github.com/syntatis/codex/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/syntatis/codex/graph/badge.svg?token=9Y9PU6IOA8)](https://codecov.io/gh/syntatis/codex)
![Packagist Dependency Version](https://img.shields.io/packagist/dependency-v/syntatis/codex/php?color=7a86b8)

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)