We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
docs: update Action, CLI Commands, and Entity documentation
docs: update Roadmap to v0.9.1 with bug fixes section
docs: Update Installation with Packagist support - Add Composer as recommended installation method - Update requirements to PHP 8.3+ - Update Laravel requirement to 13+
docs(v0.9.0): Add Production-Checklist.md and update navigation - Add Production-Checklist.md with deployment guide - Update Home.md with deployment section - Add monitoring hooks documentation reference
docs(v0.9.0): Update Wiki with Production Readiness features ## New Documentation - Health-Checks.md: Endpoints, configuration, custom checks - Logging.md: StructuredLogger, AuditLogger, RequestLogger - Cache.md: Response caching, invalidation, stores - Exception-Handling.md: ApiException, ErrorCode, ApiResponse trait ## Updated Documentation - Home.md: Added Production Features section - Security-Attributes.md: Added IP Access, HMAC, Tier Throttling - Configuration.md: Added all new config sections - Behavioral-Traits.md: Added #[Transactional] attribute - Roadmap.md: v0.9.0 marked as completed
docs: update roadmap with v0.9.0 production features Added v0.9.0 section with: - Exception Handler - API Response Format (opt-in) - Transactional Attribute - Health Checks (auto-discovery) - Structured Logging - Database Timeouts - Response Cache - IP Whitelist/Blacklist - Request Signing (HMAC) - Tier-based Throttling Added v0.9.5 for advanced features
docs: update security documentation for v0.8.0 - Added Security section to Roadmap - Added ThrottleLogin and Ownership attributes to Behavioral-Traits - Added Enterprise Security Features section to Security-Attributes - Updated version references to v0.8.0
docs: update branding to Metadata-Driven PHP Framework - Update Home.md description - Update Architecture.md subtitle
docs: update documentation for v0.7.0 production-ready features ## Updates - Add #[RateLimit] documentation to Behavioral-Traits.md - Add Quality Assurance section to Roadmap.md (PHPStan, Tests, CI) - Update Configuration.md with rate_limit settings - Rewrite Action-Definition.md with correct patterns (execute + Request) - Create DTOs.md guide with comprehensive examples - Update Home.md navigation with new docs
docs: Complete Wiki documentation overhaul New wiki pages: - Relations-Definition.md: Complete guide to all relationship types with examples - Security-Attributes.md: Documentation for Hidden, Encrypted, and Hashed attributes - Validation-Attributes.md: Comprehensive validation attributes reference with 40+ examples Updated wiki pages: - Entity-Definition.md: Added PrimaryKey, ForeignKey, Index, UniqueConstraint documentation - Behavioral-Traits.md: Added Timestampable, Blameable, Sluggable, Policy documentation - Architecture.md: Updated attributes structure - Home.md: Added links to new documentation pages - Roadmap.md: Updated to v0.7.0 with complete feature list All documentation includes: - Parameter tables with types and defaults - Code examples for every attribute - Use case descriptions - Generated SQL output examples
docs: Reorder v0.8.0 before v1.0.0 in Roadmap
docs: Add WebSockets integration guide
docs: update roadmap with strategic pre-v1 features
docs: progress on roadmap v0.5.4-alpha
docs: update roadmap for v0.5.3-alpha
docs: release v0.5.1-alpha with infrastructure isolation note
docs: finalize v0.5.0-alpha-final boilerplate documentation - Updated Architecture to include boilerplate examples (Action/DTO/Entity) - Bumped roadmap version to alpha-final
docs: update Roadmap and CLI Commands for v0.5.0-alpha - Documented core:make:entity functionality - Moved Automated Testing, Scaffolding and DB Parity to Shipped Features section - Bumped active development version to v0.5.0-alpha
docs: add automated testing documentation and CLI reference
docs: document ManyToMany, auto-sync, and Eager Loading N+1 fix
docs: update Wiki for v0.2.0-alpha - CLI-Commands: add core:cache, core:docs, updated core:migrate, production workflow - Query-Engine: nested includes, cursor pagination, OR groups, new operators, auto validation - Configuration: disable_cache, auth.default_guard, pagination settings, .env reference - Behavioral-Traits: #[Authorize] full documentation - Roadmap: shipped features table, future roadmap reorganized - Home: updated navigation links
docs: release v0.1.0-alpha wiki documentation