Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Core Laravel Package

spiral/core

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
cycle/database Cycle DBAL provides a secure PDO-based database layer with support for MySQL, PostgreSQL, SQLite, and SQL Server. Includes schema introspection/declaration, migrations, smart identifier quoting, query builders, nested queries, and transactions. 65 65 30 25K 24 38.4 52.7 MIT 1 week ago
View on GitHub
Context7
cycle/migrations Cycle Database Migrations provides structured, versioned database schema changes for Cycle ORM/DBAL. Configure a migrations directory and table, run pending migrations programmatically, and optionally include vendor migrations or generate migration files during schema compilation. 20 20 18 19K 10 14.2 45.4 MIT 10 months ago
View on GitHub
Context7
cycle/orm Cycle ORM is a PHP DataMapper and modeling engine for safe use in classic and long-running apps (e.g., RoadRunner). Supports POPOs, flexible schemas, rich relations, eager/lazy loading, powerful queries, and MySQL/Postgres/SQLite/SQLServer. 1,329 1,332 84 23K 82 56.7 50.6 MIT 2 weeks ago
View on GitHub
Deep Wiki
Context7
spiral/boot Spiral Boot Core provides the kernel bootstrapping foundation for the Spiral Framework. It includes bootloaders, application lifecycle management, and configuration wiring used by Spiral apps and bundles, with strong type-safety and CI-tested quality. 2 2 0 3K 0 6.9 41.1 MIT 6 years ago
View on GitHub
Deep Wiki
Context7
spiral/cache Spiral Cache provides a simple caching abstraction for Spiral/PHP apps, with support for multiple storage backends and configurable cache pools. Use it to speed up repeated operations, cache computed values, and centralize cache access and invalidation. 0 0 0 2K 0 0.0 46.9 MIT
View on GitHub
Context7
spiral/config 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 2.4 43.6 MIT 6 years ago
View on GitHub
Context7
spiral/console 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. 0 3 1K 4.2 34.8
View on GitHub
Context7
spiral/cookies PSR-7 cookie management for Spiral apps: create, encrypt/sign, and send cookies via a middleware-driven CookiesManager. Provides helpers for queueing and clearing cookies, supports secure defaults and seamless integration with Spiral HTTP workflows. 3 3 0 730 0 1.5 31.3 MIT 5 years ago
View on GitHub
Context7
spiral/encrypter 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 794 0 2.4 33.5 MIT 6 years ago
View on GitHub
Context7
spiral/filters 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 162 0 3.3 22.4 MIT 6 years ago
View on GitHub
Context7
spiral/grpc-client Powerful, extensible PHP gRPC client with a simple Guzzle-like API. Supports standalone use or Spiral integration, configurable via DTOs, includes common interceptors (timeouts, retries) and dedicated exceptions. Requires the PHP gRPC extension. 41 41 1 91K 1 18.2 52.6 MIT 2 months ago
View on GitHub
Context7
spiral/hmvc 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. 8 8 0 341K 0 3.0 55.3 MIT 6 years ago
View on GitHub
Context7
spiral/http 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 3.6 35.4 MIT 6 years ago
View on GitHub
Context7
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. 8 8 0 344K 0 0.3 55.3 MIT 1 year ago
View on GitHub
Context7
spiral/logger Spiral Logger provides a LogFactory and global log listeners for building and wiring PSR-3 compatible loggers in Spiral apps. Lightweight package with strong static analysis, tests, and CI support. 14 14 0 394K 0 4.3 55.3 MIT 5 years ago
View on GitHub
Context7
spiral/queue 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. 0 1 620 0.0 34.3
View on GitHub
Context7
spiral/security 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. 6 6 1 344K 0 6.4 55.3 MIT 6 years ago
View on GitHub
Context7
spiral/serializer 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 47.8 MIT
View on GitHub
Context7
spiral/session 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. 0 1 2K 2.7 41.6
View on GitHub
Context7
spiral/telemetry spiral/telemetry provides telemetry support for Spiral apps, helping you collect and propagate traces, metrics, and runtime signals across services. Designed to integrate with Spiral components to improve observability and diagnose performance issues. 0 0 0 2K 0 0.0 44.6 MIT
View on GitHub
Context7
spiral/testing 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 92K 9 31.2 67.9 MIT 4 weeks ago
View on GitHub
Context7
spiral/tokenizer Fast PHP tokenizer for discovering classes, interfaces, traits, and functions without loading files. Scans directories, parses source code, and builds a registry for runtime reflection, DI containers, and framework bootstrapping—lightweight and cache-friendly. 18 18 5 395K 0 5.3 55.3 MIT 6 years ago
View on GitHub
Context7
spiral/translator 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 393 0 3.9 31.7 MIT 6 years ago
View on GitHub
Context7
spiral/validation Spiral Validation is a lightweight PHP validation component for defining rules, validating arrays/DTOs, and collecting readable error messages. Integrates with Spiral Framework but can be used standalone for input validation in APIs and forms. 0 3 164 4.3 22.3
View on GitHub
Context7
spiral/validator Spiral Validator is a lightweight PHP validation component for the Spiral Framework. Define rules, validate arrays and DTOs, collect detailed error messages, and integrate cleanly with requests, forms, and domain services for consistent input validation. 4 4 3 122K 1 16.1 60.5 MIT 5 months ago
View on GitHub
Context7
spiral/views Spiral Views provides a view manager and rendering engine selector for Spiral apps, letting you configure and switch template engines consistently. Lightweight, tested, and type-safe, with docs and framework integration via the Spiral Framework bundle. 0 3 408 3.0 27.5
View on GitHub
Context7
temporal/sdk Temporal PHP SDK for building durable, scalable workflow orchestration with Temporal. Author Workflows and Activities in PHP, run them with RoadRunner workers, and manage executions via gRPC clients. Composer-installable with optional protobuf for performance. 407 403 57 223K 40 41.4 62.0 MIT 2 months ago
View on GitHub
Context7
wayofdev/laravel-cycle-orm-adapter 36 37 4 6K 8 19.5 39.5 MIT 4 days ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope