spiral/interceptors
Spiral Interceptors provides a lightweight interception layer for Spiral apps, enabling cross-cutting concerns (logging, caching, transactions, etc.) around method calls with strong typing and test-friendly design. Includes CI checks and static analysis support.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spiral/security | 0.87 | Spiral Security adds authentication and authorization tooling for Spiral apps, including guards, token and session support, and role/permission checks. Keep access control consistent across HTTP and console with a clean, framework-native API. | 5 | 5 | 1 | 286K | 0 | 26.4 | 65.0 | MIT | 6 years ago | |
| spiral/snapshots | 0.86 | Laravel snapshot testing helpers for asserting arrays, JSON, and HTTP responses against stored snapshots. Generate, update, and compare snapshots in tests to catch unexpected changes with clear diffs and simple PHPUnit integration. | 2 | 2 | 0 | 438 | 0 | 21.2 | 35.2 | MIT | 6 years ago | |
| spiral/distribution | 0.85 | Spiral Distribution helps install and publish Spiral framework distributions, bundling app skeletons, modules, and configs into reusable packages. It streamlines project bootstrapping, updates, and sharing standardized setups across teams. | 3 | 3 | 0 | 532 | 0 | 0.0 | 29.4 | MIT | — | |
| spiral/testing | 0.84 | Testing SDK for Spiral Framework packages. Provides a custom TestCase with a TestApp so you can test packages without a full application setup. Configure root directory and bootloaders, and keep test app config under tests/app. PHP 8.1+, Spiral 3.15+. | 7 | 7 | 7 | 167K | 9 | 32.2 | 69.9 | MIT | 2 months ago | |
| spiral/exceptions | 0.84 | Universal exception handling component for PHP/Spiral. Provides a consistent way to catch, format, report, and render exceptions across applications and frameworks, with strong static analysis support, tests, and clean integration in Spiral projects. | 4 | 4 | 0 | 3K | 0 | 23.9 | 45.2 | MIT | 6 years ago | |
| spiral/auth-http | 0.82 | Spiral auth-http provides HTTP authentication middleware and token transports for Spiral apps. Integrate auth into request pipelines and pass credentials via headers or other HTTP mechanisms, with strong typing, tests, and framework-friendly setup. | 0 | 0 | 0 | 494 | 0 | 21.2 | 43.8 | MIT | 5 years ago | |
| spiral/session | 0.80 | Secure session management for PHP using native handlers, focused on safety and integrity. Part of the Spiral ecosystem, with framework integration available via the Spiral Framework bundle and full docs at spiral.dev. MIT licensed. | 1 | 1 | 0 | 989 | 0 | 22.7 | 43.8 | MIT | 5 years ago | |
| spiral/http | 0.80 | Spiral HTTP provides a PSR-7/PSR-15 based request pipeline for building and composing middleware-driven HTTP applications. Lightweight, type-safe, and framework-friendly, with full docs and testing/analysis tooling. | 3 | 3 | 1 | 1K | 0 | 23.6 | 41.6 | MIT | 6 years ago | |
| spiral/framework | 0.80 | Spiral Framework is a high-performance, long-running full-stack PHP framework with 60+ PSR-compatible components. Powered by RoadRunner for resident-memory apps, it supports GRPC, queues, WebSockets, background workers, and more. | 2,039 | 2,042 | 90 | 174K | 42 | 55.0 | 50.4 | MIT | 1 month ago | |
| spiral/auth | 0.80 | Spiral/Auth provides common authentication interfaces for Spiral apps. Define auth tokens, storage, and guards via small, framework-agnostic contracts, enabling interchangeable implementations and consistent integration across projects. | 4 | 4 | 1 | 623 | 0 | 24.3 | 34.1 | MIT | 6 years ago | |
| spiral/core | 0.79 | Spiral Core provides the framework’s dependency injection container with IoC scopes and injectable configuration support. Use it to manage bindings, resolve services, and handle scoped lifecycles in Spiral apps. | 18 | 18 | 6 | 314K | 0 | 27.2 | 65.0 | MIT | 6 years ago | |
| spiral/filters | 0.77 | Spiral Filters provides a simple way to define, validate, and apply request-driven filters to query builders in Spiral apps. Build reusable filter sets, map input to conditions, and keep controllers thin while supporting pagination, sorting, and clean APIs. | 3 | 3 | 1 | 84 | 0 | 23.3 | 21.8 | MIT | 5 years ago | |
| spiral/reactor | 0.76 | Spiral Reactor is a small PHP package for building and running reactive pipelines in Spiral apps. It helps compose transformations and event-driven flows with a simple API, aimed at lightweight orchestration and experimentation in Spiral-based projects. | 4 | 4 | 3 | 15K | 0 | 24.6 | 56.7 | MIT | 5 years ago | |
| infection/include-interceptor | 0.76 | PHP stream wrapper that intercepts the file:// protocol to override the content of any included or autoloaded file at runtime. Register a mapping from original file to replacement, enable the interceptor, and includes/file_get_contents load the replacement instead. | 31 | 31 | 4 | 960K | 3 | 22.6 | 65.9 | BSD-3-Clause | 4 years ago | |
| spiral/debug | 0.76 | Spiral Debug adds a lightweight debugging toolkit for Spiral/PHP apps. Capture and inspect errors, exceptions, logs, and runtime details during development, with simple integration and minimal overhead for troubleshooting and diagnostics. | 2 | 2 | 1 | 3K | 0 | 24.2 | 48.4 | MIT | 6 years ago | |
| nikic/include-interceptor | 0.76 | PHP extension and library to intercept and virtualize include/require. Lets you provide custom file contents, rewrite paths, or instrument included code without touching the filesystem—useful for loaders, build tools, testing, and sandboxing. | 69 | 69 | 3 | 18K | 1 | 21.4 | 39.3 | — | 4 years ago | |
| spiral/config | 0.71 | Spiral Config provides a flexible configuration system for Spiral apps. Load, merge, and access settings from multiple sources with a clean API, supporting layered environments and structured config classes for predictable, testable application configuration. | 2 | 2 | 1 | 4K | 0 | 22.4 | 50.2 | MIT | 6 years ago | |
| spiral/serializer | 0.68 | A PHP serialization library from Spiral: serialize/deserialize objects and arrays with configurable mappings and type handling, designed to integrate with Spiral components and support common data formats and transformation workflows. | 0 | 0 | 0 | 3K | 0 | 0.0 | 48.0 | MIT | — | |
| spiral/encrypter | 0.68 | Spiral Encryption Component for secure string encryption/decryption in PHP, using modern cryptography with integrity protection. Includes tests, static analysis, and documentation; designed to integrate with the Spiral Framework or be used standalone via Composer. | 2 | 2 | 0 | 818 | 0 | 22.4 | 39.6 | MIT | 6 years ago | |
| spiral/translator | 0.68 | Spiral Translator provides i18n translation tooling with static analysis support and auto-indexation. Designed for Spiral Framework apps, it helps manage locales, translation keys, and validation via PHPUnit/Psalm-friendly architecture. | 1 | 1 | 1 | 351 | 0 | 23.9 | 36.5 | MIT | 6 years ago |
How can I help you explore Laravel packages today?