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

Zend Container Config Test Laravel Package

zendframework/zend-container-config-test

Common test suite for PSR-11 containers configured with a subset of zend-servicemanager/Expressive config. Extend AbstractContainerTest and add traits for aliases, factories, services, etc. Supports Aura.Di, Pimple, and zend-servicemanager. Repository abandoned; moved to laminas.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
zendframework/zend-servicemanager 0.85 Abandoned Zend Framework ServiceManager (moved to laminas/laminas-servicemanager). Implements the Service Locator pattern to create and retrieve services/objects via factories and configuration. Includes docs, tests, and PHPBench benchmarks. 187 192 87 89K 13 7.5 30.7 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
axstrad/use-case-test-bundle 0.85 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
laminas/laminas-container-config-test 0.84 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
View on GitHub
Context7
zendframework/zend-auradi-config 0.84 Zend Auradi Config integrates Auradi-style configuration loading into Zend Framework apps. Provides utilities to read, merge, and manage environment-specific config sources for cleaner, modular application configuration. 3 3 1 8 0 1.5 4.7 BSD-3-Clause 7 years ago
View on GitHub
Context7
zetacomponents/unit-test 0.84 eZ Components Unit Test package (Zeta Components) provides a PHPUnit-like testing framework for PHP, with test case classes, assertions, and test suite execution. Useful for legacy apps using the ezc libraries or needing a lightweight unit test runner. 2 2 12 67 0 0.4 18.9 NOASSERTION
View on GitHub
Context7
zendframework/zend-coding-standard 0.83 Zend Framework Coding Standard ruleset for PHP_CodeSniffer to enforce ZF repository style, with composer scripts for checking (phpcs) and auto-fixing (phpcbf). Note: repository abandoned; moved to laminas/laminas-coding-standard. 35 42 7 4K 7 1.9 21.6 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-validator 0.83 Powerful validation library from Zend Framework for PHP apps. Provides a wide range of reusable validators, input filtering, and custom rule support with clear error messages. Integrates easily into forms and domain validation workflows. 179 181 133 144K 41 12.0 36.6 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
alexandrupietrareanu/lorem-ipsum-bundle 0.83 0 0 0 0 0 0.3 MIT 4 years ago
View on GitHub
Context7
zendframework/zend-navigation 0.83 Abandoned Zend Framework navigation component for building and managing navigation trees (menus, breadcrumbs, links, sitemaps). Repository moved to laminas/laminas-navigation; see Laminas docs for current usage. 18 22 23 14K 4 2.1 28.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-modulemanager 0.82 Zend Framework’s ModuleManager helps organize and load application modules with dependency resolution, configuration merging, and event-driven initialization. It supports module discovery, autoloading, and predictable bootstrapping for modular ZF apps. 42 44 24 33K 6 2.7 29.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-loader 0.81 Autoloading and class loading utilities for Zend Framework applications. Provides standard and optimized autoloaders (including PSR-0/PSR-4 style support), plugin class loading, and tools to resolve and map class names to files for legacy or modular codebases. 114 110 13 99K 1 0.8 28.6 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
phpbench/container 0.81 Lightweight, extensible PHP dependency injection container with parameters and service tagging. Register services as closures, load extensions to provide defaults and wiring, and discover tagged services. Implements container-interop for portability. 15 16 6 546K 0 9.1 59.4 MIT 6 months ago
View on GitHub
Context7
zendframework/zend-authentication 0.81 Zend\Authentication provides a flexible authentication API with adapters for common scenarios. This repository was abandoned on 2019-12-31 and has moved to laminas/laminas-authentication. Documentation: docs.zendframework.com/zend-authentication. 41 45 33 22K 6 2.3 28.1 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zendframework1 0.80 Zend Framework 1 (ZF1) is a legacy PHP framework featuring MVC, autoloading improvements, event management, and a broad component library. End-of-life since Sep 28, 2016; archived and no longer maintained (last release 1.12.20). 355 373 812 16K 96 20.3 31.4 BSD-3-Clause 9 years ago
View on GitHub
Context7
zendframework/zend-filter 0.80 Filtering and normalization utilities for PHP from Zend Framework. Provides a range of filters to sanitize, convert, and transform input (strings, numbers, arrays, etc.), with extensible interfaces for custom filters—useful for validation pipelines and data processing. 65 73 33 58K 8 3.4 31.2 BSD-3-Clause 6 years ago
View on GitHub
Context7
friends-of-behat/service-container-extension 0.80 Declare custom Symfony DI services in Behat without writing a full extension. Import XML/YAML/PHP service definition files via behat.yml so your contexts and helpers can be wired through the Behat service container. 114 114 5 13K 0 2.5 28.4 MIT 5 years ago
View on GitHub
Context7
matthiasnoback/symfony-dependency-injection-test 0.79 242 243 49 189K 2 25.7 45.8 MIT 3 months ago
View on GitHub
Context7
zendframework/zend-pimple-config 0.78 zendframework/zend-pimple-config integrates Zend Framework configuration with the Pimple dependency injection container. It lets you load and merge config data and wire services/parameters into a Pimple container for cleaner, centralized DI setup. 6 6 2 6 1 1.0 2.6 BSD-3-Clause 7 years ago
View on GitHub
Context7
yiisoft/test-support 0.78 Testing utilities for Yii applications: helpers and fixtures to simplify unit and integration tests, isolate dependencies, and improve readability. Provides common test tools you can reuse across packages and projects. 15 15 11 15K 3 16.4 46.1 BSD-3-Clause 4 months ago
View on GitHub
Context7
yiisoft/di 0.77 PSR-11 compatible dependency injection container for PHP 8.1+. Supports autowiring plus constructor, method and property injection, aliasing, service providers, delegated/composite containers, circular reference detection, and state reset for long-running workers. 236 239 46 27K 15 19.5 38.2 BSD-3-Clause 6 months ago
View on GitHub
Deep Wiki
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.
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
anil/file-picker
broqit/fields-ai