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.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| zendframework/zend-navigation | 0.86 | 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 | |
| laminas/laminas-router | 0.86 | Laminas Router provides flexible, composable routing for PHP applications, with HTTP/console route types, route matching and assembly, and integration points for Laminas MVC/Mezzio. Includes CI-tested components and configurable route stacks. | 35 | 36 | 16 | 633K | 16 | 27.6 | 69.5 | BSD-3-Clause | 3 months ago | |
| zendframework/zend-authentication | 0.84 | 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 | |
| kleijnweb/php-api-routing-bundle | 0.84 | Laravel-friendly bundle for building API routing with a structured approach. Helps organize route definitions, controllers, and versioned endpoints into a cleaner setup for small to medium PHP APIs. | 2 | 2 | 2 | 5 | 0 | 0.0 | 4.2 | LGPL-3.0 | — | |
| illuminate/routing | 0.84 | Illuminate Routing provides Laravel’s URL generation and request routing layer, including route definitions, controllers, middleware, parameter binding, route caching, and named routes. Use it to match HTTP requests to actions with flexible, expressive APIs. | 123 | 140 | 79 | 167K | 0 | 3.0 | 43.2 | MIT | — | |
| dinecat/smart-routing-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| axstrad/extra-framework-bundle | 0.83 | — | 0 | 0 | 0 | 0 | 1 | 0.1 | — | MIT | — | |
| symfony/routing | 0.83 | Symfony Routing maps HTTP requests to routes and parameters, and generates URLs from route definitions. Define Route and RouteCollection, then use UrlMatcher to match paths and UrlGenerator to build links based on a RequestContext. | 7,621 | 7,694 | 93 | 14M | 0 | 62.5 | 53.2 | MIT | 1 week ago | |
| zendframework/zendframework1 | 0.83 | 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 | |
| bengor-user/symfony-routing-bridge-bundle | 0.83 | — | 0 | 0 | 0 | 142 | 0 | 0.9 | 29.8 | MIT | 9 years ago | |
| zendframework/zend-diactoros | 0.83 | 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 | |
| zendframework/zend-json | 0.83 | 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 | |
| zendframework/zend-i18n | 0.82 | 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 | |
| bengor-user/symfony-routing-bridge | 0.81 | Adapter bridge that integrates BenGorUser’s User library with Symfony Routing, enabling user-related routing compatibility. Install via Composer and run the fully PHPSpec-tested suite locally. | 0 | 0 | 0 | 136 | 0 | 0.9 | 29.8 | MIT | 9 years ago | |
| zendframework/zend-paginator | 0.81 | 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 | |
| zendframework/zend-mvc | 0.80 | 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-modulemanager | 0.80 | 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 | |
| alizharb/laravel-modular | 0.60 | — | 21 | 22 | 0 | 178 | 0 | 17.4 | 15.0 | MIT | 3 months ago | |
| laravel/wayfinder | 0.58 | Generates fully typed, importable TypeScript functions from your Laravel routes and controllers. Call backend endpoints like normal TS functions—no hardcoded URLs or manual syncing. Includes an Artisan generator and Vite plugin for auto-regeneration. | 1,722 | 1,709 | 108 | 1M | 28 | 46.9 | 62.7 | MIT | 3 weeks ago | |
| hozien/laravel-awesome-uploader | 0.58 | Production-ready, pluggable file uploader for Laravel with Blade/React/Vue components. Supports any file type, disk storage (local/S3), JSON API responses, optional DB records + soft deletes, policies/guest uploads, hash deduplication, thumbnails, image processing, and cleanup tools. | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — |
How can I help you explore Laravel packages today?