spiral/distribution
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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| spiral/security | 0.88 | 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/auth-http | 0.88 | 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/testing | 0.87 | 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/snapshots | 0.84 | 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/config | 0.83 | 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/debug | 0.82 | 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 | |
| spiral/console | 0.81 | Spiral Console provides a simple, extensible CLI framework for building command-line tools and application commands in Spiral apps. Define commands, arguments, options, and interactive prompts with clean APIs, integrated with the Spiral container and environment. | 3 | 3 | 0 | 831 | 0 | 24.2 | 37.7 | MIT | 6 years ago | |
| spiral/attributes | 0.80 | Spiral Attributes is a lightweight PHP 8 attributes toolkit for reading, filtering, and working with attributes via reflection. Used by the Spiral framework, it provides a small, focused API for attribute discovery and metadata handling. | 23 | 23 | 4 | 336K | 1 | 23.7 | 65.0 | MIT | 1 year ago | |
| spiral/reactor | 0.80 | 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 | |
| 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/code-style | 0.79 | PER-2–based PHP CS Fixer ruleset for Spiral components. Install as a dev dependency, add a .php-cs-fixer.dist.php via the Builder to include project paths, run via composer scripts, and integrate checks or auto-fixes in GitHub Actions CI. | 7 | 7 | 3 | 14K | 0 | 25.8 | 52.6 | MIT | 6 months ago | |
| spiral/mailer | 0.79 | Spiral Mailer provides framework-agnostic mailing interfaces and contracts for building mail delivery integrations. Lightweight package for defining mailer abstractions with strong typing and test-friendly design, intended for use within Spiral or custom PHP apps. | 0 | 0 | 0 | 225 | 0 | 21.2 | 38.3 | MIT | 5 years ago | |
| spiral/queue | 0.78 | Spiral Queue provides a unified API to enqueue and process background jobs in Spiral apps, with drivers for popular backends, configurable workers, retries, and delayed execution. Use it to offload emails, imports, and other long-running tasks. | 1 | 1 | 0 | 565 | 0 | 0.0 | 33.9 | MIT | — | |
| spiral/storage | 0.77 | Spiral Storage is a PHP component for managing application storage: define locations and storage buckets, resolve filesystem paths consistently, and integrate with Spiral apps. Lightweight, typed, tested, and MIT-licensed. | 27 | 27 | 3 | 223 | 0 | 22.3 | 15.5 | MIT | 6 years ago | |
| spiral/files | 0.76 | Spiral Files is a lightweight PHP file toolkit for managing files and directories with a clean API, plus virtual stream wrapper support. Includes strong typing, PHPUnit/Psalm coverage, and integrates with the Spiral Framework or works standalone. | 5 | 5 | 1 | 21K | 0 | 21.6 | 57.7 | MIT | 6 years ago | |
| spiral/serializer | 0.76 | 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/hmvc | 0.76 | HMVC support for Spiral apps, helping you structure features into self-contained modules with controllers, views, and routes. Encourages clean separation of concerns and scalable project organization for complex applications. | 7 | 7 | 0 | 269K | 0 | 23.0 | 65.0 | MIT | 5 years ago | |
| spiral/streams | 0.75 | spatial/streams is a lightweight PHP stream utility for working with data as readable/writable streams. It provides simple abstractions to compose, transform, and pipe stream content, useful for file handling, IO workflows, and integrating stream-based APIs. | 2 | 2 | 0 | 2K | 0 | 21.5 | 44.2 | MIT | 6 years ago | |
| spiral/http | 0.73 | 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/core | 0.73 | 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 |
How can I help you explore Laravel packages today?