https://github.com/studiometa/foehn-framework
π A modern WordPress framework powered by Tempest, featuring attribute-based auto-discovery for hooks, post types, blocks, and more.
https://github.com/studiometa/foehn-framework
framework php wordpress
Last synced: about 1 month ago
JSON representation
π A modern WordPress framework powered by Tempest, featuring attribute-based auto-discovery for hooks, post types, blocks, and more.
- Host: GitHub
- URL: https://github.com/studiometa/foehn-framework
- Owner: studiometa
- License: mit
- Created: 2026-02-04T14:09:35.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-13T16:06:44.000Z (2 months ago)
- Last Synced: 2026-03-14T03:58:32.666Z (about 2 months ago)
- Topics: framework, php, wordpress
- Language: PHP
- Homepage: https://studiometa.github.io/foehn-framework/
- Size: 1.17 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# π FΓΈhn
A modern WordPress framework powered by [Tempest](https://github.com/tempestphp/tempest-framework), featuring attribute-based auto-discovery for hooks, post types, blocks, and more.
[](https://github.com/studiometa/foehn-framework/releases)
[](https://php.net)
[](https://github.com/studiometa/foehn-framework/actions/workflows/ci.yml)
[](LICENSE)
> [!WARNING]
> **AI-Generated Project** β This project was primarily built by AI coding agents (Claude). While functional and tested, it may contain bugs, security issues, or unexpected behavior. Use at your own risk, especially in production environments.
## Packages
This monorepo contains the following packages:
| Package | Description | Packagist |
| -------------------------------------------------- | ------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------- |
| [`studiometa/foehn`](packages/foehn) | Core framework β auto-discovery, DI, blocks, hooks | [](https://packagist.org/packages/studiometa/foehn) |
| [`studiometa/foehn-installer`](packages/installer) | Composer plugin β generates web root, symlinks, wp-config | [](https://packagist.org/packages/studiometa/foehn-installer) |
| [`studiometa/foehn-starter`](packages/starter) | Starter theme β complete example with create-project support | [](https://packagist.org/packages/studiometa/foehn-starter) |
## Quick Start
### New project
```bash
composer create-project studiometa/foehn-starter my-project
```
### Add to existing theme
```bash
composer require studiometa/foehn
```
```php