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

Net Url2 Laravel Package

pear/net_url2

PEAR Net_URL2 is a small PHP utility for parsing, validating, and manipulating URLs. It builds and edits URL components, handles query strings, resolves relative URLs, and offers easy getters/setters for scheme, host, path, port, user info, and fragments.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
league/uri 0.84 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,134 1,167 70 13M 0 28.1 60.6 MIT 6 months ago
View on GitHub
Context7
atldays/laravel-url 0.83 0 0 0 87 0 13.9 30.1 MIT 5 months ago
View on GitHub
Context7
zenstruck/uri 0.81 Immutable, fluent URI/URL value objects for PHP with easy parsing, building, and modification of URIs. Create, normalize, and manipulate components (scheme, host, path, query, fragment) safely, with helpers for encoding and query params. 16 16 1 4K 1 12.0 35.0 MIT 9 months ago
View on GitHub
Context7
boson-php/uri 0.80 Boson URI is a small PHP library for parsing, building, normalizing, and comparing URIs. Provides immutable URI objects, convenient accessors for scheme/host/path/query/fragment, and helpers for resolving and manipulating URLs in a safe, standards-friendly way. 0 0 0 69 0 0.0 25.5 MIT
View on GitHub
Context7
kwi/urllinker 0.80 Laravel/PHP URL linker that scans text and converts web addresses, emails, and similar patterns into clickable HTML links. Lightweight helper for turning plain content into safe, formatted output in views, notifications, and user-generated text. 3 3 0 69 0 0.0 17.4
View on GitHub
Context7
sabre/uri 0.79 Lightweight PHP URI utility library compliant with RFC3986. Provides resolve, normalize, parse/build, and split helpers for working with URLs, including Windows-style path edge cases. Fully unit tested and inspired by Node.js URL handling. 296 307 24 902K 3 25.1 55.4 BSD-3-Clause 4 months ago
View on GitHub
Context7
league/uri-components 0.79 Immutable value objects for URI components (host, path, query, etc.) from The PHP League. PHP 8.1+. Supports IDN hosts (intl or polyfill) and IPv4 conversion (GMP/BCMath/64-bit). Built atop league/uri, uri-interfaces, and PSR-7. 320 324 5 3M 0 23.6 61.2 MIT 6 months ago
View on GitHub
Context7
andreas-glaser/php-helpers 0.78 PHP 8.2+ helper toolkit offering ArrayHelper and other utilities for everyday tasks. Includes dot-notation get/set/unset, key/value lookups, insert/prepend/append, random/first/last helpers, filtering empty values, implode/explode helpers, key casing conversion, and more. 13 14 2 734 0 2.8 23.9 MIT 1 year ago
View on GitHub
Context7
phrity/net-stream 0.77 PSR-7 StreamInterface and PSR-17 StreamFactory implementations built for socket-based I/O. Includes Stream, SocketStream, SocketClient/Server, context wrapper, stream collections, and stream-specific exceptions and utilities for network connections. 5 5 3 296K 0 16.3 61.0 MIT 5 months ago
View on GitHub
Context7
denisok94/helper 0.76 A small Laravel/PHP helper package providing convenience functions to speed up everyday development tasks. Useful for common utilities and shortcuts so you can reduce boilerplate across projects. 1 1 0 2 0 27.4 4.9 BSD-3-Clause 2 months ago
View on GitHub
Context7
pear/html_common2 0.76 1 1 2 9K 0 0.1 50.8
View on GitHub
Context7
league/uri-interfaces 0.76 RFC 3986-compliant PHP interfaces for URI objects. Defines common contracts for working with URIs, including host/IDN and IPv4 handling (intl/IDN polyfill and GMP/BCMath or 64-bit PHP may be needed). Part of the League URI suite. 543 543 10 13M 0 21.8 60.9 MIT 6 months ago
View on GitHub
Context7
phrity/net-uri 0.74 Lightweight PSR-7 UriInterface and PSR-17 UriFactory implementation not tied to HTTP messaging. Supports any valid scheme plus helpful extras like query item helpers, component access, equals/string/json support, and immutable with* methods. 9 9 2 402K 0 8.4 58.0 MIT 9 months ago
View on GitHub
Context7
pear/html_quickform2 0.72 HTML_QuickForm2 is a PEAR package for building, validating, and rendering HTML forms in PHP. It supports standard and custom elements, server- and client-side validation (with combinable rules), multipage/wizard forms, and pluggable renderers, rules, and elements. 23 24 19 10K 0 1.6 36.0 1 year ago
View on GitHub
Context7
pear/net_ftp 0.71 PEAR Net_FTP is a PHP library for connecting to FTP servers, browsing directories, and transferring files. It provides an object-oriented API for common FTP operations like login, upload/download, rename, delete, and permissions handling. 3 4 8 1K 0 0.1 25.0
View on GitHub
Context7
pear/mail 0.71 PEAR Mail is a PHP library for composing and sending email via Mail(), SMTP, or sendmail. It provides a common interface for transports, supports headers and attachments, and integrates with PEAR for quick setup in legacy and modern PHP projects. 42 42 74 94K 0 4.2 46.3 BSD-3-Clause 2 years ago
View on GitHub
Context7
pear/pear 0.69 PEAR (PHP Extension and Application Repository) provides a classic package manager and installer for PHP, enabling you to discover, install, and update reusable libraries and extensions. Includes tooling for packaging, channels, dependency resolution, and versioned releases. 114 116 104 21K 1 17.7 33.9 NOASSERTION 7 months ago
View on GitHub
Context7
pear/log 0.68 PEAR Log provides a simple, standardized logging system for PHP. It supports multiple backends (file, console, syslog, database, mail, etc.), configurable priorities and formatting, and a consistent API to route application messages wherever you need. 51 54 19 35K 1 4.3 39.0 MIT 1 year ago
View on GitHub
Context7
pear/archive_tar 0.67 PEAR Archive_Tar handles TAR archives in PHP: create, list, extract, and append files. Supports gzip (zlib), bzip2 (bz2), and LZMA2/XZ compression when extensions are available. 75 77 35 2M 1 25.7 64.9 1 month ago
View on GitHub
Context7
mf2/mf2 0.67 Pure PHP microformats2 parser that turns HTML into structured data. Uses generic rules (p-, u-, etc.) rather than hard-coded formats, keeping the parser small and maintainable. Install via Composer; optionally uses masterminds/html5 for better HTML5 parsing. 198 202 39 6K 22 12.5 30.8 CC0-1.0 4 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.
calliostro/spotify-bundle
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle