Fluent cron expression builder with human-readable methods
Validate required environment variables with type checking and defaults
HTTP client wrapper with automatic retries, exponential backoff, and jitter
Laravel middleware for API versioning with multi-source resolution from headers, Accept vendor types, and URL path segments
Standardized cache key builder and tag-aware cache operations for Laravel with graceful fallback for non-tagging drivers
Laravel middleware that generates or propagates correlation IDs for request tracing with automatic log context injection
Chunked CSV import with row-level validation, error collection, dry-run mode, and queue support
Database-agnostic SQL expression helper for date truncation, extraction, and differences across SQLite and MySQL
Registry-based data export system for Laravel with pluggable format support. Ships with CSV and JSON exporters
Lightweight feature flags with config and database drivers, percentage rollout, and scheduling
Configurable health check endpoint with built-in checks and Kubernetes probe support
Artisan generator commands for services, DTOs, enums, actions, value objects, and interfaces
Track and display structured differences between Eloquent model versions with human-readable labels
Typed Result pattern for Laravel service-layer operations with named factory methods and specialized result types
Advanced rate limiting with sliding window, token bucket, and per-entity controls for Laravel
Response macros for consistent, standardized API responses in Laravel
Parse GitHub-style search queries into structured filters for Laravel Eloquent. Supports field:value, comparisons, exclusions, and relation filters.
Laravel middleware for comprehensive security headers including CSP with nonce support, HSTS, and Permissions-Policy
Fluent SEO metadata service for Laravel with Open Graph, Twitter Card, and JSON-LD structured data support
Type-safe, cached application settings stored in the database with a simple key-value API
Automatic slug generation for Eloquent models with scoped uniqueness, history, and transliteration
Standardized API response builder for consistent JSON APIs
SQL-like fluent query builder for filtering, sorting, and transforming arrays
Lightweight background job queue with file-based driver
Circuit breaker pattern with configurable thresholds and multiple storage backends
Color parsing, conversion, manipulation, and WCAG contrast checking
Load configuration from JSON and PHP files with environment variable substitution
Secure-by-default encryption with AES-256-GCM and key rotation
Memory-efficient CSV reader and writer with header mapping and type casting
Diff strings, arrays, and objects with unified, HTML, and structured output
Map arrays and JSON to strongly-typed DTOs with attribute-driven configuration
Utility trait and helpers for PHP 8.1+ native enums
Lightweight exception reporting to log channels and webhooks
Geospatial utilities for distance, bounding box, and point-in-polygon calculations
Convert seconds into human-readable duration strings
CLI diagnostic tool that checks PHP extensions, permissions, and configuration
Mask sensitive data in strings, arrays, and objects for safe logging
Immutable Money value object with currency support, formatting, arithmetic, and Laravel Eloquent cast
Password strength validation with entropy calculation and common password detection
Composable pipeline pattern for processing data through ordered stages
Composable retry utility with exponential backoff, jitter, and exception filtering
Lightweight business rule engine with declarative conditions and actions
Safe JSON parsing with exceptions, schema validation, and typed getters
Fluent data schema validator with nested objects, arrays, and dot-notation errors
Declarative state machine with guards, hooks, and transition history
Precise code execution timer with lap tracking and memory measurement
PSR-3 compatible logger that outputs structured JSON log lines
UUID v4 and v7 generation, validation, and ordered UUIDs for database indexing
Minimal, framework-agnostic HMAC-SHA256 webhook signature generation and verification with replay attack prevention
Atomic file writes with temp-file swap and file locking