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

Unpoly Laravel Package

roxblnfk/unpoly

Laravel package for integrating Unpoly into your app. Adds helpers and assets to enable fast, progressive page updates, partial reloads, and smoother navigation without building a full SPA, while keeping standard routes and controllers.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
symfony/polyfill-php81 0.79 Symfony Polyfill for PHP 8.1 features on older runtimes. Adds array_is_list, enum_exists, MYSQLI_REFRESH_REPLICA, ReturnTypeWillChange, and CURLStringFile (PHP 7.4+). Drop-in Composer dependency for wider compatibility. 885 886 7 8M 0 26.1 64.4 MIT 1 week ago
View on GitHub
Context7
symfony/polyfill-php80 0.78 Backport of PHP 8.0 core features for older runtimes. Adds Stringable, fdiv, ValueError/UnhandledMatchError, FILTER_VALIDATE_BOOL, get_debug_type, PhpToken, preg_last_error_msg, str_contains/starts_with/ends_with, and get_resource_id. 1,733 1,738 26 16M 0 28.1 63.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php84 0.78 Symfony Polyfill for PHP 8.4 features on older runtimes. Adds functions like array_find/any/all, bcdivmod, fpow, grapheme_str_split, mb_* trim/ucfirst/lcfirst, Deprecated attribute, cURL HTTP/3 constants, PDO driver subclasses, and ReflectionConstant. 137 138 5 11M 0 22.6 65.0 MIT 1 week ago
View on GitHub
Context7
symfony/polyfill-php56 0.78 Symfony polyfill providing PHP 5.6 features for older runtimes. Adds missing functions and constants so modern libraries can run on legacy PHP versions, smoothing compatibility across environments and easing upgrades without changing application code. 1,560 1,561 2 1M 0 7.9 40.9 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php70 0.77 Symfony Polyfill PHP 7.0 provides compatibility shims for older PHP versions, letting modern PHP 7+ functions and features run on legacy environments. Used by Symfony components and many libraries to ensure consistent behavior across PHP versions. 3,194 3,195 7 764K 0 16.2 32.9 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php83 0.77 Symfony Polyfill for PHP 8.3 features on older runtimes. Adds json_validate, Override attribute, mb_str_pad, str_increment/str_decrement, updated LDAP/stream context signatures, Date/SQLite3 exception classes, and more. 431 432 6 13M 0 24.1 65.0 MIT 1 week ago
View on GitHub
Context7
true/punycode 0.77 Pure PHP Punycode encoder/decoder for Internationalized Domain Names (IDNA). Convert Unicode domains to ASCII xn-- form and back (e.g., renangonçalves.com ↔ xn--renangonalves-pgb.com) without requiring the intl/libidn extensions. 260 264 46 381K 7 3.9 32.9 MIT 9 years ago
View on GitHub
Context7
symfony/polyfill-php73 0.77 Symfony Polyfill for PHP 7.3: provides missing core features on older PHP versions, including array_key_first/last, hrtime, is_countable, and JsonException. Part of Symfony’s polyfill set for forward-compatible apps. 2,385 2,388 6 6M 0 30.7 54.5 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
php-standard-library/php-standard-library 0.76 PSL is a modern standard library for PHP 8.4+, inspired by HHVM’s HSL. It offers consistent, well-typed APIs for async, collections, I/O, networking, crypto, terminal UI, and more—safer alternatives to built-ins with predictable errors and async-ready design. 1,543 1,544 87 254K 21 46.2 44.0 MIT 2 weeks ago
View on GitHub
Context7
symfony/polyfill-php72 0.76 Symfony Polyfill for PHP 7.2: backports core and mbstring functions like spl_object_id, stream_isatty, mb_ord/mb_chr/mb_scrub, utf8_encode/decode, plus PHP 7.2 constants (PHP_FLOAT_*, PHP_OS_FAMILY) and Windows VT100 support. 4,742 4,749 6 4M 0 23.9 40.8 MIT
View on GitHub
Deep Wiki
Context7
symfony/polyfill-php86 0.76 Symfony Polyfill Php86 brings upcoming PHP 8.6 features to older runtimes. Includes the clamp() function, ARRAY_FILTER_USE_VALUE constant, and the SortDirection enum. Ideal for forward-compatible code while staying on PHP 8.x. 4 3 0 3M 0 21.5 65.0 MIT 2 weeks ago
View on GitHub
Context7
symfony/polyfill-php82 0.74 Provides forward compatibility for PHP 8.2 features on older PHP versions. Includes polyfills for new functions and behavior changes so Symfony and other libraries can run consistently across environments without requiring an immediate PHP upgrade. 66 66 1 3M 0 21.9 65.0 MIT 1 week ago
View on GitHub
Context7
lucianotonet/groq-php 0.73 PHP client for the Groq API. Provides a simple, lightweight way to call Groq LLM endpoints from PHP apps, with support for common chat/completions workflows and easy integration into existing projects. 82 84 17 26K 3 5.7 34.8 MIT 1 year ago
View on GitHub
Context7
laragraph/utils 0.73 Laravel utilities for building GraphQL servers: shared primitives and helpers used by GraphQL packages. Install via Composer and use as a lightweight foundation for SDL-first (Lighthouse) or code-first (graphql-laravel) setups. 21 21 8 555K 0 20.2 62.6 MIT 3 months ago
View on GitHub
Context7
arokettu/random-polyfill 0.69 9 9 0 35K 0 23.1 56.5 NOASSERTION 1 month ago
View on GitHub
Context7
open-southeners/extended-php 0.69 Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. 0 0 0 82 0 15.2 28.4 MIT 7 months ago
View on GitHub
Context7
yoast/phpunit-polyfills 0.69 Polyfills to write PHPUnit tests compatible across versions. Provides traits, test cases, and utilities that bridge API changes so one test suite can run on PHPUnit 7.5–9 and 11–12. Requires PHP 7.1+. 185 185 13 2M 4 13.4 57.2 BSD-3-Clause 9 months ago
View on GitHub
Context7
webonyx/graphql-php 0.62 webonyx/graphql-php is a GraphQL server implementation for PHP, following the official GraphQL specification and modeled after graphql-js. Build schemas, execute queries, validate documents, and extend via types, resolvers, and tooling for production APIs. 4,715 4,739 574 2M 38 81.4 63.9 MIT 1 month 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.
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui
babelqueue/php-sdk
facebook/capi-param-builder-php
babelqueue/symfony
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours