PHPackages                             waaseyaa/waaseyaa - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. waaseyaa/waaseyaa

ActiveProject[Framework](/categories/framework)

waaseyaa/waaseyaa
=================

Waaseyaa CMS project skeleton

v0.1.0-alpha.188(1mo ago)066↓90%[4 issues](https://github.com/waaseyaa/waaseyaa/issues)GPL-2.0-or-laterPHPPHP &gt;=8.4

Since Mar 18Pushed 1mo agoCompare

[ Source](https://github.com/waaseyaa/waaseyaa)[ Packagist](https://packagist.org/packages/waaseyaa/waaseyaa)[ RSS](/packages/waaseyaa-waaseyaa/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (48)Versions (171)Used By (0)

Waaseyaa Application
====================

[](#waaseyaa-application)

A Waaseyaa CMS application.

[**Discord**](https://discord.gg/ZzQNhrBb7U) | [GitHub](https://github.com/waaseyaa/framework) | [Website](https://waaseyaa.org)

New project
-----------

[](#new-project)

```
composer create-project waaseyaa/waaseyaa my-app --stability=dev
cd my-app
```

Use `./vendor/bin/waaseyaa` for the CLI. Optional path-linked `waaseyaa/*` checkouts: copy `composer.local.json.example` to `composer.local.json` (see [docs/local-dev.md](docs/local-dev.md)).

Directory Structure
-------------------

[](#directory-structure)

```
bin/
├── dev.sh               Local development runner (`composer run dev`)
├── post-create-setup.php  One-time setup after `create-project`
└── maintenance/         Audit/release helpers (optional for beginners)

src/
├── Access/        Authorization policies
├── Controller/    HTTP controllers (thin orchestration)
├── Domain/        Domain logic grouped by bounded context
├── Entity/        ORM entities (pure data models)
├── Ingestion/     Inbound data pipelines (files, email, APIs)
├── Provider/      Service providers (bootstrapping, DI, routing)
├── Search/        Search providers, autocomplete, indexing
├── Seed/          Seeders for dev/local bootstrap
└── Support/       Cross-cutting utilities (ValueObjects, helpers)

```

### Domain Rules

[](#domain-rules)

Bounded contexts go under `Domain//` with optional subdirectories: `Service/`, `ValueObject/`, `Workflow/`, `Assembler/`, `Ranker/`, `Mapper/`.

### Support Rules

[](#support-rules)

Cross-cutting utilities (validators, slug generators, normalizers, distance calculators) belong in `Support/`.

### Namespace Rules

[](#namespace-rules)

Namespaces must match PSR-4 directory structure. Update namespaces in files and all references when moving code.

Commands
--------

[](#commands)

```
composer install                    # Install dependencies
composer run dev                    # Start backend (+ admin HMR when configured)
./vendor/bin/phpunit                # Run tests
./vendor/bin/waaseyaa optimize:manifest  # Rebuild provider manifest
./vendor/bin/waaseyaa serve              # Dev server
./vendor/bin/waaseyaa                    # CLI
./bin/maintenance/waaseyaa-audit-site    # Optional convergence preflight
```

First 60 Seconds
----------------

[](#first-60-seconds)

```
composer install
composer run dev
```

`composer run dev` always starts the PHP app. If an admin Nuxt package is configured, it also starts the admin dev server with hot reloading.

Open your app at `http://127.0.0.1:8080` (or your configured `APP_HOST` / `APP_PORT`).

Optional: Admin HMR Setup
-------------------------

[](#optional-admin-hmr-setup)

If your project has a Nuxt admin app outside this skeleton, point Waaseyaa to it:

```
export WAASEYAA_ADMIN_PATH=../waaseyaa/packages/admin
composer run dev
```

When `WAASEYAA_ADMIN_PATH` resolves to a directory containing `package.json`, the dev command launches both backend and admin HMR together.

Configuration
-------------

[](#configuration)

- `config/waaseyaa.php` — Framework configuration
- `config/entity-types.php` — Custom entity types
- `config/services.php` — Service overrides

License
-------

[](#license)

GPL-2.0-or-later

###  Health Score

44

—

FairBetter than 91% of packages

Maintenance91

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 86.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

170

Last Release

45d ago

Major Versions

v0.1.0-alpha.27 → v1.0.12026-03-19

### Community

Maintainers

![](https://www.gravatar.com/avatar/25d0ff572e93e3461e5180a920725d65691fd1e15e2d914b254dbbc2d6c393bd?d=identicon)[jonesrussell](/maintainers/jonesrussell)

---

Top Contributors

[![jonesrussell](https://avatars.githubusercontent.com/u/499552?v=4)](https://github.com/jonesrussell "jonesrussell (62 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (10 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/waaseyaa-waaseyaa/health.svg)

```
[![Health](https://phpackages.com/badges/waaseyaa-waaseyaa/health.svg)](https://phpackages.com/packages/waaseyaa-waaseyaa)
```

###  Alternatives

[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M519](/packages/shopware-core)[sulu/skeleton

Project template for starting your new project based on the Sulu content management system

29734.8k](/packages/sulu-skeleton)[chameleon-system/chameleon-base

The Chameleon System core.

1027.9k4](/packages/chameleon-system-chameleon-base)[forumify/forumify-platform

122.0k12](/packages/forumify-forumify-platform)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
