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

Polyfill Php83 Laravel Package

symfony/polyfill-php83

Symfony Polyfill for PHP 8.3 features on older runtimes. Provides json_validate, Override attribute, mb_str_pad, str_increment/str_decrement, Date* exceptions, SQLite3Exception, and updated ldap/stream context APIs.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
atk4/core Agile Core is a set of reusable PHP traits for building object-oriented frameworks. Provides containers (parent/child), hooks with priorities, automatic init, dynamic methods, factory by class string, app scope injection, and improved exceptions. 19 20 14 31K 2 9.9 43.9 MIT 1 year ago
View on GitHub
Context7
cycle/database Cycle DBAL provides a secure PDO-based database layer with support for MySQL, PostgreSQL, SQLite, and SQL Server. Includes schema introspection/declaration, migrations, smart identifier quoting, query builders, nested queries, and transactions. 71 70 30 32K 24 37.7 53.3 MIT 3 weeks ago
View on GitHub
Context7
cycle/schema-renderer Render Cycle ORM schemas as terminal-friendly output or generate PHP/array representations. Convert Schema/SchemaInterface to arrays (including optional custom properties), then render with colorized Symfony Console output; extend templates via custom console renderers. 10 10 6 16K 2 8.7 45.8 MIT 8 months ago
View on GitHub
Context7
facile-it/php-jose-verifier Validate and verify JWTs (JOSE) with builder-based verifiers geared for OAuth2/OpenID Connect. Create verifiers from issuer metadata (issuer, jwks_uri) and client metadata (client_id/secret), with optional JWK sets for decryption; ext-gmp recommended for speed. 5 5 6 26K 0 21.6 58.5 1 month ago
View on GitHub
Context7
facile-it/php-openid-client Full-featured PHP OpenID Connect/OAuth2 client with discovery and dynamic client registration. Supports authorization flows, refresh/client credentials grants, userinfo & ID tokens, JWT signing/encryption, request objects, token revocation/introspection, and advanced client auth. 45 45 11 20K 4 23.9 43.5 1 month ago
View on GitHub
Context7
hyperf/stringable 0 0 0 44K 0 27.4 64.1 MIT 1 month ago
View on GitHub
Context7
illuminate/database Illuminate Database is Laravel’s standalone database toolkit for PHP: expressive query builder, Eloquent ORM (ActiveRecord), and schema builder. Supports MySQL, Postgres, SQL Server, and SQLite, and can be used via Capsule outside Laravel. 2,770 2,989 606 801K 0 29.5 35.9 MIT
View on GitHub
Deep Wiki
Context7
laravel/horizon Laravel Horizon adds a beautiful dashboard and code-driven configuration for Laravel Redis queues. Monitor throughput, runtime, and failures, manage workers and supervisors from a single config file, and keep queue operations visible and maintainable. 4,156 4,180 740 4M 14 69.5 52.6 MIT 1 month ago
View on GitHub
Deep Wiki
Context7
laravel/nova-devtool Laravel Nova Devtool streamlines Nova component development with a Workbench-based Nova install, optional auto-login, and commands to install common JS deps. Easily enable/disable Vue Devtools in Nova and upgrade from Nova 4 with a generic Mix extension. 32 34 3 94K 0 28.6 55.5 4 weeks ago
View on GitHub
Deep Wiki
Context7
laravel/nova-pennant Manage Laravel Pennant feature flags in Laravel Nova. Add the PennantTool to a resource to view and toggle features per scope, control who can modify values with canRun(), require password confirmation, and support rich/class-based feature options. 22 24 2 13K 4 16.5 43.3 4 months ago
View on GitHub
Context7
maartenpaauw/filament-cashier-billing-provider Filament billing provider that integrates Laravel Cashier (Stripe) into multi-tenant panels. Configure subscription plans in cashier.php and use your Filament tenant as the Billable model to manage recurring subscriptions, trials, promo codes, tax IDs, and metered pricing. 103 103 14 2K 0 24.1 19.0 MIT 2 months ago
View on GitHub
Context7
mayflower/mo4-coding-standard PHP_CodeSniffer ruleset implementing the MO4 coding standard. Extends Symfony’s standard with extra sniffs for array formatting and alignment, multiline arrays, property docblock @var rules, and lexicographically sorted use statements (configurable ordering). 17 17 10 7K 1 18.8 41.3 MIT 4 months ago
View on GitHub
Context7
minishlink/web-push PHP library to send Web Push notifications to browser push endpoints (RFC 8030). Handles VAPID and payload encryption, supports batching and reporting, and works with modern PHP (8.2+) via Composer for integrating push into your backend. 1,879 1,888 312 913K 15 50.1 49.5 MIT 1 month ago
View on GitHub
Context7
orchestra/dusk-updater Symfony Console tool to update Laravel Dusk ChromeDriver binaries to the latest or a specified version. Works inside or outside Laravel projects. Includes a detect command to check installed Chrome/ChromeDriver versions and optionally auto-update. 10 10 3 35K 0 19.6 52.8 MIT 6 months ago
View on GitHub
Context7
orchestra/sidekick Orchestra Sidekick is a lightweight toolkit of utilities and helper classes for Laravel applications and packages. Provides common convenience functions to speed up development and reduce boilerplate, maintained by the Orchestral ecosystem. 12 13 1 2M 0 18.8 60.0 MIT 6 months ago
View on GitHub
Context7
orchestra/testbench-dusk Helper for testing Laravel packages with Laravel Dusk. Provides a Testbench-based setup to run browser tests in a package development workflow, maintained under the Orchestra namespace with ongoing support and community contributions. 105 106 13 32K 0 26.3 38.8 MIT 2 months ago
View on GitHub
Context7
paragonie/paseto Reference PHP implementation of PASETO security tokens (v3/v4): safer alternative to JWT/JWE/JWS with modern crypto. Supports local and public tokens, includes PASERK integration for key serialization/wrapping, and works with Sodium (or sodium_compat). 3,397 3,393 109 45K 1 29.6 16.0 NOASSERTION 1 year ago
View on GitHub
Deep Wiki
Context7
scienta/doctrine-json-functions Adds JSON function support to Doctrine ORM DQL by registering custom function nodes for multiple databases. Use MySQL/MariaDB, PostgreSQL, SQLite (json1), or SQL Server JSON functions directly in DQL with platform validation. 589 591 51 693K 6 28.0 48.6 MIT 4 months ago
View on GitHub
Context7
setono/cron-expression-bundle Symfony bundle integrating dragonmantank/cron-expression. Provides a CronExpression form field and a Doctrine DBAL type to store Cron\CronExpression in entities, making it easy to validate, edit, and persist cron schedules in your app. 25 25 10 4K 2 14.9 33.3 MIT 6 months ago
View on GitHub
Context7
spiral/roadrunner-grpc Laravel-friendly integration for RoadRunner gRPC: run high-performance PHP gRPC servers/workers, handle protobuf-based services, and communicate with the RoadRunner runtime for fast, long-lived processes and efficient microservices. 66 67 14 147K 0 22.9 53.4 MIT 1 month ago
View on GitHub
Context7
spiral/roadrunner-http HTTP plugin for the RoadRunner PHP application server. Provides PSR-7/PSR-17 based request/response handling, middleware support, and integration helpers to run high-performance PHP apps with persistent workers and fast HTTP serving. 80 81 8 457K 0 19.6 57.5 MIT 4 months ago
View on GitHub
Context7
symfony/ai-store Experimental Symfony AI Store component: a low-level abstraction to store and retrieve documents in vector stores. Use bridge packages to connect to providers like pgvector, Pinecone, Redis, Elasticsearch, Qdrant, ChromaDB, and more. 22 22 4 36K 0 23.0 51.8 MIT 6 days ago
View on GitHub
Deep Wiki
Context7
temporal/sdk Temporal PHP SDK for building durable, scalable workflow orchestration with Temporal. Author Workflows and Activities in PHP, run them with RoadRunner workers, and manage executions via gRPC clients. Composer-installable with optional protobuf for performance. 413 407 61 230K 37 37.9 59.7 MIT 4 months ago
View on GitHub
Context7
typo3/cms-core TYPO3 CMS Core provides the essential framework, APIs, and services for the TYPO3 content management system. It powers backend and frontend rendering, extensions, security, caching, routing, and site configuration for building and maintaining TYPO3-based websites. 33 37 19 318K 0 0.7 54.9 GPL-2.0
View on GitHub
Context7
visus/cuid2 PHP CUID2 generator for collision-resistant, secure, URL-safe IDs built for distributed systems. Uses SHA3-512 with time and entropy for scalable uniqueness. Supports instance or static usage plus identifier validation; GMP can improve performance. 43 42 1 12K 0 12.1 36.3 MIT 6 months 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.
codraw/framework-extra-bundle
codraw/messenger
codraw/security
codraw/mailer
codraw/contracts
codraw/profiling
codraw/dependency-injection
codraw/tester
codraw/core
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony