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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| antwebes/geocoder | — | 1 | 1 | 1 | 0 | 0 | 0.0 | — | MIT | — | |
| dcsg/mailchimp-api-connector | Lightweight PHP 5.3+ connector for Mailchimp API (v1.x/v2.0) and Export API (v1.0). Provides an abstract, simple interface to call endpoints with pluggable HTTP adapters. Not an API wrapper; focuses on connecting and transporting requests. | 1 | 1 | 1 | 0 | 0 | 2.1 | — | MIT | 12 years ago | |
| easyrdf/easyrdf | EasyRdf is an object-oriented PHP library for consuming and producing RDF. Parse and serialize common RDF formats, build and traverse graphs, run SPARQL queries, and load/save to SPARQL 1.1 Graph Stores. Includes dumps, tests, and docs. | 615 | 623 | 155 | 181K | 70 | 31.4 | 58.6 | NOASSERTION | 5 years ago | |
| edemy/cartbundle | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| egeloen/http-adapter | Deprecated HTTP client abstraction for PHP 5.4.8+ that issues requests via multiple adapters (cURL, Guzzle, Buzz, Zend, etc.) and follows PSR-7 message standards. Bugfixes only; new features moved to php-http. | 156 | 158 | 17 | 17K | 0 | 1.3 | 28.2 | MIT | — | |
| egeloen/http-adapter-bundle | — | 3 | 3 | 2 | 0 | 0 | 0.1 | — | MIT | — | |
| widop/http-adapter | Widop HTTP Adapter provides a simple abstraction layer for making HTTP requests in PHP, letting you swap underlying clients (like cURL or other libraries) without changing your code. Useful for libraries and apps that need a lightweight, interchangeable HTTP client. | 21 | 21 | 8 | 1K | 2 | 0.8 | 25.0 | MIT | — | |
| widop/http-adapter-bundle | — | 8 | 8 | 13 | 584 | 1 | 0.9 | 26.2 | MIT | — | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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 | |
| 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. | 0 | 34 | — | 11K | — | 2.4 | 26.2 | — | — | |
| 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 | |
| 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 | |
| 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 | |
| zendframework/zend-version | Lightweight Zend Framework component for reading and comparing Zend Framework version information. Helpful for diagnostics, compatibility checks, and conditional behavior in apps and libraries. Includes utilities to retrieve version strings and compare versions. | 7 | 6 | 7 | 17K | 7 | 1.1 | 33.4 | BSD-3-Clause | — | |
| 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 | |
| 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 | |
| zendframework/zendservice-livedocx | ZendService\LiveDocx provides a PHP component for interacting with LiveDocx document services. Install via Composer and follow the docs in the documentation folder for usage. Note: repository abandoned since 2019-12-05 and no longer maintained. | 7 | 6 | 8 | 158 | 0 | 0.1 | 12.6 | BSD-3-Clause | — |
How can I help you explore Laravel packages today?