joomla/uri
Joomla Framework Uri package for parsing and manipulating URIs. Provides mutable Uri and safe-to-share UriImmutable (both via UriInterface) plus UriHelper with UTF-8 safe parse_url(). Build, edit, and output hosts, ports, paths, users, passwords, and queries.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| joomla/filesystem | 0.86 | Joomla Framework filesystem utilities for common file operations. Includes helpers for safe filenames, uploads, and path handling, with a patcher component for applying file patches. Install via Composer and use in PHP apps needing lightweight filesystem tooling. | 11 | 12 | 19 | 15K | 6 | 11.7 | 46.3 | GPL-2.0 | 9 months ago | |
| joomla/controller | 0.86 | Lightweight Joomla Framework controller package. Defines a ControllerInterface and an AbstractController base that wires in Input and Application objects. Implement execute() in your controller (single-task by default), with support for multi-task or HMVC patterns. | 2 | 3 | 5 | 655 | 0 | 4.5 | 33.2 | GPL-2.0 | 10 months ago | |
| joomla/database | 0.85 | Joomla Database provides a generic database layer and drivers for building queries and managing connections. Includes a factory for creating drivers, and helpers for safe input handling (escape/quote), making it easier to integrate database access in custom PHP apps. | 0 | 31 | — | 14K | — | 30.3 | 50.1 | — | — | |
| opis/uri | 0.84 | Build, parse, and validate URIs and URI templates with Opis URI. A lightweight PHP library for working with RFC-compliant URI components, assembling URLs, and verifying formats in PHP 7.4+ and 8.x projects. | 19 | 20 | 5 | 2M | 0 | 0.6 | 55.3 | Apache-2.0 | 5 years ago | |
| joomla/utilities | 0.84 | Joomla Utilities provides lightweight helper classes for common tasks, including ArrayHelper methods to cast arrays to integers, convert arrays to objects/strings, and extract arrays from objects—handy utilities for PHP apps and Joomla Framework projects. | 3 | 4 | 11 | 20K | 1 | 4.6 | 52.2 | GPL-2.0 | 10 months ago | |
| joomla/language | 0.83 | Joomla Framework Language package for internationalization and translations. Provides interfaces and utilities to manage language strings, load translation files, and integrate multilingual support in PHP 8.1+ applications (requires joomla/string). | 4 | 4 | 13 | 13K | 0 | 4.5 | 48.3 | GPL-2.0 | 10 months ago | |
| joomla/event | 0.82 | Joomla Event provides the building blocks for PHP event systems, including a dispatcher implementation with prioritized listeners. Use it to define, register, and trigger events in a clean, decoupled way. Requires PHP 8.1+. | 8 | 9 | 9 | 16K | 0 | 4.8 | 46.2 | GPL-2.0 | 10 months ago | |
| joomla/archive | 0.80 | Joomla Archive intelligently selects adapters to extract common archives (zip, tar/tgz/tbz2, gz, bz2). Supports PHP 8.1+, with optional zlib/bz2 extensions, and lets you override default extractors by registering custom adapters. | 3 | 4 | 8 | 15K | 0 | 6.6 | 50.5 | GPL-2.0 | 10 months ago | |
| league/uri | 0.76 | League URI provides simple, intuitive PHP 8.1+ classes to parse, validate, normalize, and manipulate URIs and related components. Supports PSR-7 interoperability, IDN hosts (intl/polyfill), IPv4 conversion, and HTML URI handling. | 1,128 | 1,159 | 72 | 11M | 0 | 33.2 | 62.6 | MIT | 2 months ago | |
| guzzlehttp/uri-template | 0.75 | RFC 6570 URI Template expansion for PHP. Build URLs by expanding templates with variables, supporting reserved, fragment, label, path, query, and form-style operators. Lightweight component from the Guzzle ecosystem. | 195 | 195 | 8 | 10M | 0 | 23.9 | 64.9 | MIT | 1 week ago | |
| psr/http-message | 0.72 | PSR-7 HTTP message interfaces for PHP (Request/Response, Streams, URIs, UploadedFiles). Defines common contracts only—no concrete implementation. Ideal for framework-agnostic middleware and libraries needing interoperable HTTP message types. | 7,048 | 7,131 | 186 | 18M | 0 | 37.7 | 55.0 | MIT | 3 years ago | |
| cleverage/process-bundle | 0.70 | — | 21 | 22 | 13 | 336 | 25 | 24.0 | 27.5 | MIT | 5 months ago | |
| php-http/message | 0.70 | PSR-7 HTTP message utilities for PHP: authentication implementations, stream encoders, message decorators, cookie handling, request matchers, and PSR-7 factory adapters for Guzzle and Diactoros—handy building blocks for HTTP clients and workflows. | 1,319 | 1,321 | 40 | 5M | 5 | 17.1 | 50.8 | MIT | 1 year ago | |
| ajgarlag/psr-http-message-bundle | 0.70 | — | 8 | 8 | 2 | 10K | 1 | 2.6 | 42.3 | MIT | 3 years ago | |
| nyholm/psr7 | 0.69 | Nyholm PSR-7 is a super lightweight, strict, and fast implementation of PSR-7 with full PSR-17 factories and HTTPlug/PSR-18 compatibility. Create requests, streams, URIs, and server requests with minimal overhead. | 1,274 | 1,289 | 79 | 7M | 4 | 17.1 | 52.5 | MIT | 1 year ago | |
| httpsoft/http-message | 0.69 | PSR-7 HTTP message implementation for PHP with strict types and clean, immutable value objects. Provides Request/Response, ServerRequest, URI, headers, streams, and factories, designed for interoperability across frameworks and middleware. | 87 | 87 | 5 | 28K | 0 | 6.6 | 34.5 | MIT | 1 year ago | |
| gpupo/common | 0.69 | PHP 8+ utility library with common tools for building PHP components. Includes developer tooling such as generating PHPUnit TestCases from existing classes (dev/debug focus). Designed as a reusable library (not a standalone app or plugin). | 2 | 2 | 1 | 122 | 0 | 4.6 | 15.9 | MIT | 2 years ago | |
| sunrise/http-message | 0.69 | Sunrise HTTP Message provides a PSR-7 HTTP message implementation with PSR-17 factories, aligned with RFC-7230. Use it to create and work with requests, responses, URIs, streams, and uploaded files in a standards-compliant way. | 19 | 23 | 2 | 817 | 1 | 23.7 | 25.3 | MIT | 3 months ago |
How can I help you explore Laravel packages today?