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

Laminas Coding Standard Laravel Package

laminas/laminas-coding-standard

Provides Laminas PHP coding standard rules and tooling to enforce consistent code style and quality across projects, integrating with CI to automate checks and help teams follow Laminas conventions.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
laminas/laminas-cache Laminas Cache provides flexible caching for PHP applications, with adapters for common backends, cache storage, patterns, plugins, and PSR-compatible integrations. Includes tools for configuring, managing, and testing cache behavior in Laminas apps. 106 107 58 140K 9 34.3 56.0 BSD-3-Clause 4 weeks ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-benchmark Benchmark adapter for laminas-cache to measure cache storage performance. Wrap a cache storage to record timing and profiling data for reads/writes, helping compare adapters and spot slow operations during testing and tuning. 0 0 5 455 1 22.1 43.2 4 weeks ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-memory In-memory cache storage adapter for Laminas Cache. Provides a simple, fast, non-persistent cache for the current PHP process, useful for testing, prototyping, or per-request caching without external services. 4 4 11 71K 1 23.9 65.0 BSD-3-Clause 4 weeks ago
View on GitHub
Context7
laminas/laminas-cache-storage-adapter-test Test adapter for Laminas Cache storage. Provides a lightweight in-memory storage implementation useful for unit tests and CI, enabling predictable cache behavior without external services or persistent backends. 1 1 10 962 2 27.2 44.5 BSD-3-Clause 4 weeks ago
View on GitHub
Context7
laminas/laminas-cli Command-line tooling for Laminas applications. Provides a framework-agnostic CLI entry point and command infrastructure to run, discover, and organize project commands, with integration hooks for Laminas components and workflows. 56 56 23 102K 11 32.6 60.0 BSD-3-Clause 4 weeks ago
View on GitHub
Context7
laminas/laminas-code Generate, analyze, and manipulate PHP code with Laminas Code. Provides reflection utilities, code generators, docblock parsing, and class/file generation helpers for building frameworks, tooling, and meta-programming workflows. 1,908 1,914 89 4M 21 47.7 64.6 BSD-3-Clause 5 months ago
View on GitHub
Deep Wiki
Context7
laminas/laminas-config Abandoned Laminas library for managing application configuration. Provides config containers and utilities (e.g., reading/merging structured config) used across Laminas/Zend-style apps. No further development; see Laminas TSC minutes for details. 48 49 29 619K 0 12.2 50.6 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-config-aggregator Aggregate and merge configuration from multiple providers in Laminas/Mezzio apps. Supports ordered loading, caching, PHP/array and glob-based config files, and environment-specific overrides for fast, predictable configuration builds. 38 38 15 88K 3 27.3 56.3 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-container-config-test Test helper for Laminas container configuration: validates service/container config arrays and wiring in a predictable way for unit tests. Useful for ensuring factories, aliases, and dependencies are registered correctly across your Laminas modules. 5 5 6 5K 2 24.1 47.7 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-db Laminas\Db is a flexible database abstraction for PHP, providing adapters for major databases, SQL builders, table gateways, result sets, metadata tools, and a profiler to help build portable, testable data access layers. 137 139 83 334K 19 37.3 69.4 BSD-3-Clause 2 weeks ago
View on GitHub
Context7
laminas/laminas-diactoros PSR-7 HTTP message implementation (ServerRequest, Request, Response, Stream, UploadedFile, Uri) for PHP. Includes factories and utilities for creating and normalizing requests/responses, with strong type coverage and interoperability with PSR-17/PSR-15. 546 556 76 3M 21 41.1 72.9 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-escaper Securely escape untrusted data for HTML, HTML attributes, JavaScript, CSS, and URLs to prevent XSS. Laminas Escaper provides robust, context-aware escaping utilities for PHP apps and templates. 219 219 23 2M 6 27.5 65.7 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-eventmanager Laminas EventManager provides a flexible event and listener system for PHP applications. Attach listeners, trigger events, manage priorities, and use shared event managers to coordinate decoupled components across your app. 1,019 1,021 19 824K 4 32.3 50.4 BSD-3-Clause 5 months ago
View on GitHub
Deep Wiki
Context7
laminas/laminas-feed Laminas\Feed provides tools for reading and creating RSS and Atom feeds in PHP. Parse feeds, work with entries and metadata, and generate valid syndication output for your applications or services. 167 168 32 717K 17 34.6 69.6 BSD-3-Clause 1 month ago
View on GitHub
Context7
laminas/laminas-filter laminas-filter provides a set of common data filters for PHP, helping you normalize and sanitize input with reusable, composable filter classes and filter chains. Includes string, number, and file filters, with support for custom implementations. 94 37 2 22.3 1.4 BSD-3-Clause 4 months ago
Context7
laminas/laminas-http Laminas HTTP component providing HTTP client, request/response objects, headers and URI utilities for PHP applications. Useful for building and consuming web services, handling redirects, cookies, and proxy/adapter-based transports. 37 37 37 659K 6 29.7 69.0 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-hydrator Laminas Hydrator provides flexible strategies to hydrate and extract data between objects and arrays. Supports reflection, class methods, naming strategies, and custom hydrators, making it easy to map entities, DTOs, and forms cleanly across your application. 129 132 35 347K 13 35.2 64.2 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-i18n Laminas I18n provides internationalization tools for Laminas apps, including translation services, locale and pluralization support, and integration with view helpers and validators. Use it to build multilingual, locale-aware PHP applications. 78 38 17 27.5 11.2 BSD-3-Clause 3 months ago
Context7
laminas/laminas-json Abandoned Laminas JSON component. Provided utilities for encoding/decoding JSON and related helpers, but it will receive no further development. See Laminas TSC minutes for details and consider migrating to supported alternatives. 37 38 16 618K 0 11.7 50.7 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-mvc Laminas MVC is a modular, event-driven MVC framework for PHP applications. It provides routing, controllers, view integration, dependency injection, and configuration management, helping you build scalable, maintainable web apps and APIs on top of Laminas components. 172 174 61 527K 24 34.5 70.1 BSD-3-Clause 1 year ago
View on GitHub
Context7
laminas/laminas-paginator Laminas Paginator provides flexible pagination for PHP apps, with adapters for arrays, iterators, and database results. Generate page ranges and navigation data, and integrate with Laminas MVC or use standalone for paged listings. 24 25 20 148K 1 27.7 62.2 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-router Laminas Router provides flexible HTTP routing for PHP apps. Build routes from config or code, match incoming requests to controllers/handlers, and assemble URLs from route names and parameters. Supports segment, literal, regex, and more route types. 35 16 15 25.5 8.1 BSD-3-Clause 1 month ago
Context7
laminas/laminas-serializer Serialize and deserialize PHP data using multiple adapters (e.g., PHP native, JSON, XML, WDDX) with consistent options, error handling, and extensibility. Useful for caching, sessions, message payloads, and storage across different formats. 34 34 20 132K 2 26.7 61.2 BSD-3-Clause 2 months ago
View on GitHub
Context7
laminas/laminas-servicemanager Powerful dependency injection and service container for PHP. Manage factories, abstract factories, delegators, aliases, and shared services, with PSR-11 interoperability and robust configuration for complex applications. 159 161 61 1M 13 36.6 72.5 BSD-3-Clause 5 months ago
View on GitHub
Deep Wiki
Context7
laminas/laminas-stdlib Utility components for PHP from the Laminas project: data structures, array and string helpers, hydrators, validators, option objects, and more. A shared toolbox used across Laminas and usable standalone in any PHP application. 235 232 46 2M 8 34.2 68.2 BSD-3-Clause 5 months ago
View on GitHub
Context7
laminas/laminas-translator Laminas Translator provides message translation for PHP apps, supporting multiple locales, pluralization, and translation files like gettext and PHP arrays. Includes adapters, loaders, and integration helpers to localize UI text cleanly across modules. 3 3 3 624K 2 21.8 65.5 BSD-3-Clause 3 months ago
View on GitHub
Context7
laminas/laminas-uri Laminas URI provides a robust, standards-aware way to parse, validate, build, and manipulate URIs/URLs in PHP. It handles components like scheme, host, port, path, query, and fragment, with helpers for normalization and safe encoding. 38 39 14 775K 0 23.4 65.0 BSD-3-Clause 4 months ago
View on GitHub
Context7
laminas/laminas-validator Laminas Validator provides flexible, reusable validation rules for PHP applications. Includes built-in validators, input filtering/validation chains, and tools for validating common data types like emails, URLs, numbers, strings, and more. 155 160 61 989K 16 36.5 69.0 BSD-3-Clause 1 month ago
View on GitHub
Context7
laminas/laminas-view Laminas View provides a flexible view layer for PHP applications, offering template rendering, view models, helpers, and multiple rendering strategies. Integrates with Laminas MVC and works standalone to manage layouts, partials, and output generation. 75 44 1 22.0 0.5 BSD-3-Clause 4 months ago
Context7
phly/keep-a-changelog Generates and maintains a Keep a Changelog–style CHANGELOG.md for PHP projects. Helps you create standardized release notes, add entries, and manage version sections consistently, making it easier to track changes and publish clear, human-readable changelogs. 183 183 25 1K 9 33.7 20.1 BSD-2-Clause 1 year 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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
enqueue/dsn
bunny/bunny
enqueue/test
enqueue/null
enqueue/amqp-tools
milesj/emojibase
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport