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
codingmatters/employee-management-package Laravel artisan package for basic employee management. Provides command-line tools to create, list, update, and remove employee records, helping you scaffold simple HR workflows inside your Laravel app. 0 0 0 0 0 0.0 MIT
View on GitHub
Context7
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 8 0 1.5 4.7 BSD-3-Clause 7 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 22K 6 2.3 28.1 BSD-3-Clause 7 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 52K 11 14.2 51.7 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-code 1,650 1,739 78 206K 28 12.0 26.9 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
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. 86 92 36 55K 3 2.0 28.0 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 36K 9 2.3 29.4 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 15 0 0.6 9.1 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 36 35K 2 2.1 25.8 BSD-3-Clause 7 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 114 33K 95 14.1 38.2 BSD-3-Clause 6 years ago
View on GitHub
Deep Wiki
Context7
zendframework/zend-debug zend-debug provides debugging utilities for Zend Framework apps, including variable dumping, debug messages, and helpers to inspect execution during development. Useful for troubleshooting and profiling in legacy ZF-based projects. 12 13 14 19K 0 0.4 31.0 BSD-3-Clause 8 years ago
View on GitHub
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 29K 5 2.1 27.8 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,529 1,593 145 231K 27 14.6 27.3 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. 327 326 28 164K 6 2.3 26.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,609 1,658 59 227K 7 7.4 22.3 BSD-3-Clause 8 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 4.6 23.8 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. 65 73 33 58K 8 3.4 31.2 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. 132 134 82 83K 27 8.2 32.7 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. 154 164 39 92K 3 3.4 27.0 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 47K 12 4.4 30.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. 99 101 27 90K 5 2.3 29.6 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. 28 32 26 4K 4 2.2 21.0 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 99K 1 0.8 28.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 48 38K 8 4.4 28.5 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 40K 55 12.2 40.3 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 44K 1 1.6 28.3 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 43K 6 2.4 28.8 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 2.7 29.3 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 88 36K 26 9.7 31.9 BSD-3-Clause 8 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 14K 4 2.1 28.3 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 25K 2 1.8 28.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 18K 4 1.7 25.2 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 6 1 1.0 2.6 BSD-3-Clause 7 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 25K 1 1.6 26.8 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 11K 7 2.4 26.2 BSD-3-Clause 7 years ago
View on GitHub
Context7
zendframework/zend-serializer zend-serializer provides a consistent API for serializing and unserializing PHP data using multiple adapters (e.g., PHP, JSON, WDDX, and more). It supports options like compression and encryption, adapter discovery, and easy integration into Zend Framework apps. 44 48 17 43K 2 1.6 29.0 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-server 47 44 15 52K 2 1.3 29.5 BSD-3-Clause 6 years ago
View on GitHub
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 89K 13 7.5 30.7 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 33K 23 7.2 32.4 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-soap Zend Framework’s SOAP component for building SOAP clients and servers in PHP. Includes WSDL generation/consumption, automatic class mapping, and helpers for encoding/decoding and fault handling—useful for integrating legacy SOAP services and APIs. 73 74 39 51K 17 4.0 31.7 BSD-3-Clause 7 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. 377 398 70 230K 5 4.5 27.7 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 12K 3 6.4 17.8 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 113K 6 2.2 29.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 144K 41 12.0 36.6 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 36K 24 18.4 59.8 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zend-xmlrpc Zend\XmlRpc provides an XML-RPC client and server implementation for PHP. Build and parse XML-RPC requests/responses, expose methods over HTTP, and support common XML-RPC types and faults—useful for integrating with legacy XML-RPC services. 15 17 18 16K 3 0.7 0.3 BSD-3-Clause 6 years ago
View on GitHub
Context7
zendframework/zendxml ZendXml provides secure XML scanning/loading for PHP to help prevent XXE and XML entity expansion (XEE) attacks. It disables external entity loading and rejects documents using ENTITY declarations, returning SimpleXMLElement or DOMDocument. Repository abandoned; moved to laminas/laminas-xml. 29 30 11 25K 0 0.8 28.4 BSD-3-Clause 7 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.
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