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

Uri Laravel Package

league/uri

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.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
aeruz/app-registry-bundle Laravel bundle that provides an application registry: register apps/services, store metadata and configuration, and expose lookup/management utilities for integrations and multi-app environments. Useful for keeping app definitions centralized and discoverable across your system. 0 0 0 0.0
View on GitHub
Context7
amphp/http Event-driven HTTP primitives for PHP 8.1+ in the AMPHP ecosystem. Provides shared building blocks for HTTP clients and servers, including IANA status codes with default reasons, RFC 6265 cookie parsing/creation (Set-Cookie/Cookie), and header utilities. 103 103 10 973K 1 8.0 55.2 MIT 1 year ago
View on GitHub
Context7
amphp/http-client Asynchronous HTTP client for PHP built on Revolt and fibers. Supports HTTP/1 & HTTP/2, concurrent requests, connection pooling, redirects, gzip/deflate, streaming bodies, TLS by default, forms, cookies, and proxies—no ext/curl dependency. 728 731 68 958K 7 33.2 51.3 MIT 2 months ago
View on GitHub
Context7
amphp/http-server Non-blocking, concurrent HTTP/1.1 and HTTP/2 application server for PHP 8.1+ built on Revolt and Amp (fibers). Includes TLS, middleware, gzip, and integrations for routing, static files, WebSockets, sessions, and more. 1,323 1,326 102 1M 11 40.8 50.7 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
amphp/http-server-router amphp/http-server-router is a fast, async router for Amp’s HTTP server. It maps paths and methods to request handlers, supports route groups and parameters, and provides middleware-style dispatching for building clean, high-performance PHP microservices. 39 39 6 17K 1 2.9 36.2 MIT 3 years ago
View on GitHub
Context7
amphp/socket Async, non-blocking socket library for AMPHP. Provides client/server abstractions over TCP, UDP, and Unix domain sockets with DNS resolution, retries, connect timeouts, cancellation, and optional TLS encryption. Implements ReadableStream/WritableStream. 266 268 37 3M 6 28.3 63.7 MIT 3 months ago
View on GitHub
Context7
amphp/websocket-client Async WebSocket client for PHP built on Amp. Connect to ws/wss endpoints with fiber-friendly concurrency, consume realtime APIs, test WebSocket servers, and support custom handshakes, headers, heartbeats, and rate limits. 163 165 16 855K 6 9.2 53.0 MIT 11 months ago
View on GitHub
Deep Wiki
Context7
azurespring/bincamp 0 0 6 0.0 11.7
View on GitHub
Context7
bezhansalleh/filament-panel-switch 166 164 32 35K 0 20.8 36.0 MIT 4 months ago
View on GitHub
Context7
biig/melodiia 18 18 4 1 8 19.3 2.9 MIT 4 months ago
View on GitHub
Context7
craftcms/cms Craft CMS is a flexible, user-friendly PHP CMS for building custom web experiences. Features a Twig templating system, auto-generated GraphQL API for headless builds, ecommerce via Craft Commerce, a plugin store, and a powerful extension framework. 3,598 3,594 704 33K 480 87.3 46.1 NOASSERTION 1 day ago
View on GitHub
Deep Wiki
Context7
dbp/campusonline-api PHP client for CAMPUSonline web services. Supports legacy REST endpoints, generic exports API, and legacy XML web services. Configure base URL and credentials/token, then access resources like UCard, exports, and organization units. 3 3 0 1K 1 0.1 34.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-authentic-documents-bundle 0 0 0 0 1 0.1
View on GitHub
Context7
dbp/relay-cabinet-connector-campusonline-bundle 0 0 0 209 1 0.1 32.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-checkin-bundle 0 0 0 0 0 0.0
View on GitHub
Context7
dbp/relay-esign-bundle 1 1 0 250 2 0.4 28.9 AGPL-3.0
View on GitHub
Context7
dbp/relay-mono-connector-campusonline-bundle 0 0 0 199 3 0.7 32.1 AGPL-3.0
View on GitHub
Context7
dbp/relay-mono-connector-payone-bundle 0 0 0 202 1 0.1 31.8 AGPL-3.0
View on GitHub
Context7
dbp/relay-mono-connector-payunity-bundle 0 0 0 0 0 0.0 AGPL-3.0
View on GitHub
Context7
dbp/relay-sublibrary-bundle 2 2 0 200 3 0.7 25.6 AGPL-3.0
View on GitHub
Context7
dsentker/url-signature Laravel/PHP package to create and verify signed URLs. Add a signature to query strings to protect routes and parameters from tampering, with simple helpers for generating signatures and validating incoming requests, including optional expiry support. 18 18 2 1K 1 1.0 24.1 NOASSERTION 5 years ago
View on GitHub
Context7
ekyna/user User management bundle for Laravel/PHP apps, providing a structured foundation for users, roles and authentication-related features. Designed to integrate into your project as a reusable package, helping standardize user handling across applications. 1 1 0 23 0 0.0 15.2 MIT
View on GitHub
Context7
enhavo/content-bundle 0 0 0 302 0 0.0 34.3 MIT
View on GitHub
Context7
enhavo/redirect-bundle 0 0 0 218 0 0.0 32.3 MIT
View on GitHub
Context7
jane/runtime Deprecated package. jane/runtime has moved to the janephp/janephp monorepo. Use https://github.com/janephp/janephp for the current runtime and related components; this repository is no longer maintained. 6 6 2 194 0 0.2 14.2 MIT 9 years ago
View on GitHub
Context7
jane-php/json-schema-runtime Runtime support library for code generated by Jane JsonSchema. Provides shared classes used by Jane-generated PHP clients and models (serialization, validation, etc.). See Jane docs for usage and contribute via the main janephp repository. 19 20 2 314K 0 0.8 55.3 MIT 7 years ago
View on GitHub
Context7
laravel/framework Laravel’s core framework code for building modern PHP web apps with elegant syntax. Includes fast routing, a powerful DI container, sessions and caching, database migrations, queues for jobs, and real-time event broadcasting. 34,839 35,311 11,937 12M 55 94.7 71.9 MIT 1 day ago
View on GitHub
Deep Wiki
Context7
league/oauth2-server Standards-compliant OAuth 2.0 authorization server for PHP. Protect APIs with bearer access tokens, issue and refresh tokens, and support common grants (auth code, client credentials, device, implicit, password, refresh) with PSR-7 interoperability and RFC support. 6,656 6,732 1,136 4M 56 85.1 72.5 MIT 1 month ago
View on GitHub
Context7
league/openapi-psr7-validator 562 566 109 511K 55 49.6 74.5 MIT 2 months ago
View on GitHub
Context7
league/uri-components 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 4 months ago
View on GitHub
Context7
payum/core Payum Core is a PHP payments library providing a flexible foundation for integrating multiple payment gateways and handling payment workflows from simple to advanced use cases. Includes docs, community support, and is MIT licensed. 48 51 29 164K 0 10.1 48.7 MIT 1 year ago
View on GitHub
Context7
payum/payum 1,925 1,948 346 39K 87 56.7 46.6 MIT 7 months ago
View on GitHub
Context7
phpdocumentor/guides phpDocumentor Guides is a PHP documentation generator for writing and publishing rich docs in reStructuredText/Markdown. Build structured guides with navigation, code blocks, and theming, and output to HTML or other formats for your project or package. 2 2 1 6K 0 0.0 45.8 MIT
View on GitHub
Context7
phpdocumentor/phpdocumentor phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. 4,346 4,419 647 10K 146 81.5 37.8 MIT 2 months ago
View on GitHub
Context7
scssphp/scssphp SCSSPHP is a PHP-based SCSS compiler for compiling .scss to CSS in your apps and build pipelines. Includes PHPUnit test suite, PSR-12 coding standards, and PHPStan static analysis tooling for contributors. 628 641 90 879K 12 25.2 50.9 MIT 8 months ago
View on GitHub
Context7
scssphp/source-span scssphp/source-span is a small PHP utility for tracking and working with source code spans (start/end positions) used by scssphp and related tooling. Useful for mapping errors, locations, and ranges back to the original source during parsing and compilation. 1 1 1 172K 0 8.9 59.3 MIT 8 months ago
View on GitHub
Context7
symfony/html-sanitizer Symfony HtmlSanitizer provides an OO API to clean untrusted HTML for safe DOM insertion. Configure allowed/blocked elements and attributes, drop or keep children, force attributes, enforce HTTPS, and restrict link schemes/hosts to prevent XSS and unsafe behavior. 281 281 13 3M 0 35.2 64.5 MIT 1 month ago
View on GitHub
Context7
symfony/symfony Symfony is a robust PHP framework and component library for building web apps and APIs. It offers a mature ecosystem, reusable components, strong tooling, and long-term support, powering everything from small sites to large enterprise platforms. 31,114 31,405 9,859 249K 249 91.8 45.4 MIT 1 week ago
View on GitHub
Deep Wiki
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.
codifyo/ts-generator-bundle
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor