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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| laminas/laminas-container-config-test | 0.88 | 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 | 4K | 2 | 11.3 | 41.7 | BSD-3-Clause | 7 months ago | |
| laminas/laminas-view | 0.85 | Laminas View provides flexible PHP view rendering for Laminas and other apps, including template resolvers, helpers, and multiple renderer options (PhpRenderer, JSON, etc.). Build reusable layouts and partials, manage view models, and integrate with MVC or standalone stacks. | 75 | 75 | 45 | 689K | 1 | 20.8 | 60.2 | BSD-3-Clause | 4 days ago | |
| laminas/laminas-mvc | 0.84 | 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. | 171 | 174 | 64 | 558K | 24 | 14.6 | 58.3 | BSD-3-Clause | 1 year ago | |
| laminas/laminas-loader | 0.82 | Abandoned Laminas component that provided autoloading and plugin loading utilities for PHP applications. No further development is planned; check Laminas TSC minutes for details and consider migrating to supported alternatives. | 28 | 27 | 14 | 831K | 0 | 7.3 | 44.8 | BSD-3-Clause | 5 months ago | |
| laminas/laminas-i18n | 0.82 | Internationalization tools for Laminas applications, including locale-aware translation, formatting, and pluralization support. Helps build multilingual PHP apps with proper locale handling and integration with Laminas MVC and services. | 77 | 79 | 38 | 764K | 17 | 36.3 | 74.5 | BSD-3-Clause | 2 weeks ago | |
| laminas/laminas-config-aggregator | 0.82 | 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. | 39 | 39 | 16 | 127K | 3 | 27.6 | 58.4 | BSD-3-Clause | 4 days ago | |
| laminas/laminas-cache-storage-adapter-memory | 0.82 | 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 | 12 | 83K | 1 | 19.2 | 62.6 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-session | 0.81 | — | 81 | 82 | 39 | 494K | 25 | 36.6 | 71.9 | BSD-3-Clause | 2 weeks ago | |
| laminas/laminas-cache-storage-adapter-session | 0.81 | Session-based cache storage adapter for Laminas Cache. Stores cached items in PHP sessions, useful for per-user caching and small transient data. Integrates with Laminas\Cache\Storage; suitable for apps already relying on session state. | 4 | 4 | 4 | 20K | 1 | 3.4 | 51.2 | BSD-3-Clause | 2 years ago | |
| laminas/laminas-translator | 0.81 | 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 | 776K | 2 | 13.6 | 61.3 | BSD-3-Clause | 5 months ago | |
| laminas/laminas-stratigility | 0.81 | Laminas Stratigility provides PSR-15 HTTP middleware tools, including a middleware pipeline and helpers for composing request handlers. Build reusable, interoperable middleware stacks for PHP applications and frameworks. | 57 | 58 | 13 | 183K | 1 | 26.3 | 56.6 | BSD-3-Clause | 1 month ago | |
| laminas/laminas-cache-storage-adapter-ext-mongodb | 0.81 | — | 2 | 2 | 8 | 18K | 2 | 4.3 | 54.5 | BSD-3-Clause | 1 year ago | |
| laminas/laminas-serializer | 0.80 | Laminas Serializer provides a flexible way to serialize and unserialize PHP data using multiple adapters (e.g., PHP serialize, JSON, Base64). Includes configuration options, adapter plugins, and error handling for safe, consistent data transformation. | 34 | 34 | 21 | 123K | 1 | 24.5 | 58.5 | BSD-3-Clause | 1 month ago | |
| laminas/laminas-coding-standard | 0.75 | 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. | 34 | 34 | 17 | 60K | 5 | 7.0 | 46.3 | BSD-3-Clause | 1 year ago | |
| cweagans/composer-configurable-plugin | 0.74 | Composer plugin that makes package configuration flexible by reading and merging settings from composer.json (extra) and other sources. Useful for teams needing configurable behavior across environments without hardcoding values in the plugin itself. | 12 | 10 | 1 | 449K | 1 | 0.4 | 55.6 | BSD-3-Clause | — | |
| laminas/laminas-cli | 0.73 | Console tooling for Laminas applications and components. Provides a CLI entry point, command discovery/registration, and integration helpers to build and run project-specific commands via Composer and your framework configuration. | 56 | 56 | 23 | 125K | 11 | 28.2 | 58.2 | BSD-3-Clause | 2 months ago | |
| laminas/laminas-servicemanager | 0.73 | 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. | 158 | 161 | 62 | 1M | 13 | 36.1 | 71.8 | BSD-3-Clause | 3 weeks ago | |
| beste/php-cs-fixer-config | 0.72 | Opinionated PHP-CS-Fixer configuration for BESTE projects, extending ergebnis/php-cs-fixer-config. Provides ready-to-use rulesets for modern PHP (Php81 and Php82) to keep code style consistent across your codebase. | 0 | 0 | 0 | 51 | 0 | 2.7 | 22.7 | MIT | 1 month ago | |
| phlak/coding-standards | 0.72 | Predefined PHP-CS-Fixer coding standards by PHLAK. Install as a dev dependency, initialize via composer exec cs init or create a config using ConfigFactory with a Finder, then run php-cs-fixer. Supports adding or overriding rules via ConfigFactory::make(). | 2 | 2 | 0 | 941 | 0 | 17.2 | 39.0 | MIT | 3 months ago |
How can I help you explore Laravel packages today?