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

v1.0.1(1mo ago)02↑1400%[7 issues](https://github.com/waaseyaa/waaseyaa/issues)GPL-2.0-or-laterTwigPHP &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 1mo ago

READMEChangelogDependencies (44)Versions (21)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)

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

[](#directory-structure)

```
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
php -S localhost:8080 -t public     # Dev server
./vendor/bin/phpunit                # Run tests
bin/waaseyaa                        # CLI
```

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

42

—

FairBetter than 90% of packages

Maintenance89

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 76.9% 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

20

Last Release

52d 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

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

### 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

[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91245.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68435.8M592](/packages/nette-bootstrap)[drupal/core-recommended

Locked core dependencies; require this project INSTEAD OF drupal/core.

6939.5M343](/packages/drupal-core-recommended)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)

PHPackages © 2026

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