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 Coding Standard Laravel Package

zendframework/zend-coding-standard

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
zendframework/zend-auradi-config 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 40 0 11.5 16.9 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-authentication 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 19K 6 12.3 46.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-cache zendframework/zend-cache provides flexible caching for PHP apps with multiple storage backends (filesystem, memory, APCu, Redis, and more). Supports cache patterns, plugins, serialization, and configurable adapters to improve performance and reduce repeated work. 67 74 52 48K 11 14.2 51.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-config zendframework/zend-config provides configuration management for PHP apps: load settings from multiple formats (PHP arrays, INI, JSON, XML, YAML), merge/override environments, and access values via a simple object/array API. Part of the Zend Framework component set. 87 92 36 50K 3 12.0 46.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-console Zend\Console provides a robust set of tools for building PHP command-line apps and scripts. It includes input parsing, argument and option handling, console adapters, and helpers for formatting output, making it easier to create interactive and portable CLI commands. 47 50 30 33K 9 12.3 49.3 BSD-3-Clause 7 years ago
View on GitHub
Context7
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. 1 1 0 0 0 10.6 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-crypt Zend\Crypt provides secure PHP cryptography utilities including encryption/decryption, hashing, HMAC, key generation, and password adapters. Designed for Zend Framework apps but usable standalone, with pluggable algorithms and safer defaults for common crypto tasks. 87 91 35 34K 2 12.1 42.9 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-db Zend\Db is a database abstraction layer for PHP, offering SQL builders, adapters, platform-specific quoting, and result set utilities. It supports multiple drivers and helps you write portable, secure queries while keeping low-level control when you need it. 102 102 115 30K 95 24.1 75.1 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-di zendframework/zend-di is a PHP dependency injection container for Zend Framework apps. It supports autowiring, configurable definitions, and factories to build and wire objects at runtime, helping manage dependencies and improve testability. 45 46 27 27K 5 12.1 46.4 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-diactoros zendframework/zend-diactoros provides PSR-7 HTTP message implementations for PHP, including ServerRequest, Response, Stream, UploadedFile and Uri. Useful for building middleware, APIs and frameworks with interoperable request/response handling. 1,532 1,593 145 207K 27 24.6 46.8 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-escaper Zend Escaper is a PHP library for context-aware escaping to help prevent XSS. Escape HTML, HTML attributes, JavaScript, CSS, and URLs with reliable encoders, making it easy to safely output untrusted data in templates and web responses. 328 326 28 135K 6 12.4 44.3 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-eventmanager Zend\EventManager provides a lightweight, flexible event and listener system for PHP apps. Attach and detach listeners, trigger events with priorities, and use shared managers for cross-cutting events—ideal for decoupling components in Zend Framework and beyond. 1,613 1,658 60 203K 7 17.4 36.9 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-feed Abandoned Zend Framework package for consuming and generating RSS and Atom feeds, with a natural API for reading/modifying feed and entry elements and rendering back to XML. Moved to laminas/laminas-feed. 166 182 40 27K 11 14.6 40.4 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-filter 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. 66 73 33 49K 8 13.4 51.5 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-http Zend\Http is a PHP HTTP component for building and processing HTTP messages. It provides clients and adapters for making requests, plus request/response objects, headers, cookies, and utilities to work with URIs and HTTP-level features in your apps. 133 134 82 73K 27 18.2 56.1 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-hydrator Zend Hydrator provides strategies and tools to extract data from objects and hydrate objects from arrays in PHP. Supports naming strategies, custom hydrators, and flexible configuration, useful for forms, APIs, and domain model mapping. 155 164 39 77K 3 13.4 44.2 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-i18n Zend\I18n provides a full translation suite for PHP/Zend Framework: supports major translation formats, pluralization, and text domains. Translator is mostly dependency-free, using the Intl extension only for default locale fallback. Repository abandoned; moved to laminas/laminas-i18n. 63 69 45 41K 12 14.4 50.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-json Convenience utilities for encoding PHP data to JSON and decoding JSON back to native types, including helpers for advanced cases. Note: this Zend Framework repository was abandoned on 2019-12-31; development continues as laminas/laminas-json. 100 101 27 93K 5 12.3 50.0 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-ldap Zend LDAP provides PHP tools for LDAP directory operations like binding, searching, and modifying entries. This repository was abandoned on 2019-12-31 and has moved to laminas/laminas-ldap. 27 32 26 3K 4 12.2 33.9 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-loader 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 85K 1 10.8 46.6 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-log Zend Log is a PHP logging component for writing messages to multiple backends (files, syslog, databases, email) with flexible formatting, filters, and priorities. Part of Zend Framework, it helps you capture, route, and manage application logs reliably. 60 59 49 36K 8 14.4 47.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-mail Zend\Mail provides robust email composition and transport for PHP applications, supporting MIME messages, attachments, multipart content, headers, encodings, and SMTP/sendmail/file transports. Includes message parsing and validation for reliable mail handling. 95 100 106 37K 55 22.2 73.4 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zend-math Zend Math provides math utilities for PHP, including big integer/decimal support, random number generation, and statistical helpers. Part of the Zend Framework ecosystem, it offers consistent, tested components for numeric operations. 53 56 23 41K 1 11.6 46.8 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zend-mime Zend\Mime is a PHP library for creating and parsing MIME messages. Build multipart emails, manage MIME parts, boundaries, headers, and content types/encodings, and handle attachments reliably—useful for mail composition and transport integration. 60 63 35 40K 6 12.4 48.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-modulemanager 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 12.7 49.1 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-mvc Zend\Mvc is Zend Framework’s MVC layer for building PHP web apps. It provides routing, controllers, dispatching, request/response handling, view integration, and an event-driven pipeline. Designed for modular apps and flexible configuration. 103 110 89 33K 26 19.7 55.0 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-navigation 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 11K 4 12.1 45.6 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-paginator Abandoned Zend Framework paginator component for splitting data collections into pages and rendering pagination controls. Repository moved to laminas/laminas-paginator; use Laminas for active maintenance and current documentation. 33 35 28 21K 2 11.8 46.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-permissions-acl Lightweight, flexible Access Control List (ACL) library for managing roles, resources, and privileges in PHP apps. Note: this Zend Framework repository was abandoned on 2019-12-31 and moved to laminas/laminas-permissions-acl. 58 65 20 16K 4 11.7 41.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-pimple-config 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 16 1 11.0 8.4 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-psr7bridge Bridge between Zend Diactoros HTTP messages and PSR-7 interfaces. Provides factories and converters to create, wrap, and translate requests, responses, streams, and uploaded files for interoperability across PSR-7 compatible middleware and apps. 43 42 14 24K 1 11.6 44.4 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zend-router Flexible HTTP router for Zend Framework, supporting literal/segment/regex paths, scheme, method, and hostname matching, with fast tree-based route combinations. Note: repository abandoned 2019-12-31; moved to laminas/laminas-router. 31 34 18 9K 7 12.4 42.9 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zend-serializer zendframework/zend-serializer provides flexible object and data serialization for PHP, with interchangeable adapters (e.g., PHP serialize, JSON) plus options, filtering, and error handling. Useful for caching, storage, and transporting structured data safely. 44 17 2 10.6 BSD-3-Clause 6 years ago
Context7
zendframework/zend-servicemanager 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 78K 13 17.5 51.5 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-session zendframework/zend-session provides robust session management for PHP applications, with configurable storage, session containers, validators, and save handlers. Integrates cleanly with Zend Framework components to secure and organize session data across requests. 40 44 58 32K 23 17.2 56.5 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-stdlib Zend\Stdlib provides general-purpose utility components for PHP, including array helpers, messaging utilities, string wrappers, and more. Note: this repository was abandoned on 2019-12-31 and moved to laminas/laminas-stdlib. 378 398 70 175K 5 14.5 44.6 BSD-3-Clause 7 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-stratigility Zend Stratigility is a lightweight middleware pipeline for PHP, built around PSR-7 HTTP messages. Compose request/response processing with reusable middleware, route-like piping, and error handling—ideal for building microservices or adding middleware to existing apps. 229 252 52 8K 3 16.4 27.3 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-uri zend-uri is a PHP component for parsing, validating, normalizing, and building URIs. It supports common schemes, handles encoding and edge cases, and provides a consistent API for working with URLs in Zend Framework and standalone projects. 114 114 22 91K 6 12.2 48.9 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-validator 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 114K 41 22.0 63.9 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-view zend-view provides the View layer for Zend Framework MVC, offering a multi-tiered, extensible system for rendering and templating. Note: this package was abandoned on 2019-12-31; use laminas/laminas-view instead. 47 53 59 34K 24 18.4 59.8 BSD-3-Clause 6 years 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