-
Notifications
You must be signed in to change notification settings - Fork 0
Home
lpachecob edited this page Mar 24, 2026
·
8 revisions
BOUNDLY is a high-performance PHP framework based on Metadata-Driven Architecture and Convention-over-Configuration. It eliminates boilerplate code by using PHP 8+ Attributes as the single source of truth for your infrastructure.
Define your Domain. BOUNDLY handles the rest.
- 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. - Automated-Testing: How to write tests for your Actions and Entities.
- Installation: How to get BOUNDLY up and running.
- Architecture: Understanding the Pure DDD folder structure.
- Entity-Definition: Defining your domain entities with schema attributes.
- Relations-Definition: All relationship types (BelongsTo, HasMany, ManyToMany, Polymorphic).
- Action-Definition: Declaring API endpoints on your use cases.
- DTOs: Data Transfer Objects pattern for clean Action-to-Domain communication.
- Query-Engine: Powerful filtering, sorting, pagination, and eager loading.
-
Behavioral-Traits: Using
#[Auditable],#[SoftDelete],#[TenantAware],#[Authorize], and more. -
Security-Attributes: Using
#[Hidden],#[Encrypted],#[Hashed], and#[RateLimit]. - Validation-Attributes: Comprehensive data validation with 40+ built-in validators.
- Configuration: All configuration options explained.
-
Health-Checks: Monitor service health with
/health,/health/liveness,/health/readiness. - Logging: Structured logging with request correlation IDs and audit trails.
- Cache: Response caching with automatic invalidation.
- Exception-Handling: Standardized API responses and error codes.
- Security-Attributes: Updated with IP Access Control, HMAC Signing, and Tier Throttling.
- Production-Checklist: Pre-deployment checklist, deploy strategies, and monitoring hooks.
- Contributing: How to help grow the project.
- Roadmap: What's coming next for BOUNDLY.
- GitHub Repository
BOUNDLY v0.9.0 - Production Readiness & Advanced Security
- 218+ passing tests
- PHPStan Level 5 with 0 errors
- Complete security suite with HMAC, IP controls, and tier throttling
Made with ❤️ by EpOpenLabs