-
Notifications
You must be signed in to change notification settings - Fork 0
Home
lpachecob edited this page Mar 23, 2026
·
8 revisions
BOUNDLY is a high-performance PHP framework inspired by Domain-Driven Design (DDD) and Convention-over-Configuration. It eliminates boilerplate code by using PHP 8+ Attributes as the single source of truth for your infrastructure.
- Installation: How to get BOUNDLY up and running.
- Architecture: Understanding the Pure DDD folder structure.
-
CLI-Commands: Reference for
core:watch,core:migrate,core:cache, andcore:docs.
- Entity-Definition: Defining your domain entities with attributes.
- Action-Definition: Declaring API endpoints on your use cases.
-
Behavioral-Traits: Using
#[Auditable],#[SoftDelete],#[TenantAware], and#[Authorize].
- Query-Engine: Filtering, eager loading, cursor pagination, and OR groups via URL.
-
Configuration: Customizing
boundly.php(cache, auth guard, pagination limits). - Internationalization: Working with English and Spanish locales.
-
Automated-Testing: Generating test stubs with
core:make:test.
- Contributing: How to help grow the project.
- Roadmap: What's coming next for BOUNDLY.
- GitHub Repository
Made with ❤️ by EpOpenLabs