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

Assert Laravel Package

beberlei/assert

Lightweight assertion library for validating method arguments and input data in PHP. Provides a fluent, readable API with many built-in rules (string, numeric, email, UUID, collection, etc.), clear exceptions, and easy extensibility for custom constraints.

View on GitHub
Deep Wiki
Context7
Package
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
api-scout/api-scout 0 3 0 2.1 1.5
View on GitHub
Context7
assoconnect/absolute-percent-value-bundle Symfony bundle that adds an AbsolutePercentValue field/type to handle percentage inputs safely, normalizing values and enabling comparisons, calculations, and validation without sign/format issues. Useful for forms and domain models needing absolute percentage values. 1 1 0 14.4 MIT 3 months ago
Context7
bernard/bernard Bernard is a PHP background processing library that makes queueing and long-running workers easy. Supports multiple backends including Redis (Predis/PhpRedis), Amazon SQS, RabbitMQ (PhpAmqp), Doctrine DBAL, Pheanstalk, IronMQ, and queue-interop. 1,212 1,218 127 18K 30 27.3 28.8 MIT 7 years ago
View on GitHub
Context7
bnnvara/graphql 0 0 0 0.0
View on GitHub
boulzy/behat-api-platform-bundle 0 0 0 0.0
View on GitHub
Context7
broadway/broadway Broadway provides infrastructure and testing helpers for building CQRS and event-sourced applications in PHP. Loosely coupled components give a full CQRS/ES toolkit without getting in your way, with solid docs and integration options. 1,509 1,512 170 19K 0 16.5 16.0 MIT 3 years ago
View on GitHub
Deep Wiki
Context7
broadway/broadway-saga Broadway Saga adds saga/process manager support to the Broadway event-sourcing framework. Coordinate long-running business workflows across bounded contexts, reacting to domain events and dispatching commands to drive eventual consistency in CQRS/ES applications. 35 35 17 719 0 0.8 MIT 6 years ago
View on GitHub
Context7
coddin-web/idp-openid-connect-bundle 0 0 0 0.0
View on GitHub
Context7
covergenius/php-vcr PHP VCR for recording and replaying HTTP interactions during tests. Stores “cassettes” of requests/responses to make suites fast, deterministic, and offline-friendly. Useful for mocking third-party APIs without brittle stubs. 1 1 2 2K 0 19.7 MIT 2 weeks ago
View on GitHub
Context7
cowegis/cowegis-api-bundle 0 0 0 12 0 0.1 15.4
View on GitHub
Context7
cowegis/cowegis-core Core package for Cowegis applications, providing shared Laravel/PHP foundations, common utilities, and base components used across the Cowegis ecosystem. Intended as an internal dependency for Cowegis services and apps. 0 0 0 13 0 0.0 15.8 GPL-3.0
View on GitHub
Context7
cv65kr/messenger 7 7 1 0 1 0.5 6 years ago
View on GitHub
Context7
dansan/jobboy JobBoy is the core library for the JobBoyProject, providing the foundational components used across the project. For setup and usage details, see the official documentation in the jobboy-doc repository. 2 2 0 70 0 0.0 20.1 MIT
View on GitHub
Context7
ddd-module/broadway Broadway provides infrastructure and testing helpers for building CQRS and event-sourced PHP applications. It offers loosely coupled components for command handling, event storage, and projection workflows, designed to stay out of your way and be used together or separately. 0 0 0 8 0 0.3 13.2 MIT 1 year ago
View on GitHub
Context7
dosfarma/testing Laravel testing helpers for Dosfarma projects. Provides lightweight utilities and abstractions to speed up PHPUnit/Pest setup, fakes, and common assertions across apps and packages, helping you write clearer, reusable tests with less boilerplate. 0 0 1 0 0 0.0 MIT
View on GitHub
Context7
ejm/flow 1 1 0 0 0 0.0 MIT
View on GitHub
Context7
flix-tech/avro-serde-php PHP library for serializing/deserializing Apache Avro with Schema Registry support. Built for Kafka-style messaging, it handles Avro binary encoding, schema resolution, and compatibility, providing a straightforward SerDe layer you can use in your own producers/consumers. 67 68 40 66K 15 6.3 6.4 MIT 1 year ago
View on GitHub
Context7
flix-tech/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Provides low-level PSR-7 request builders and higher-level synchronous/asynchronous APIs, with optional caching and Avro support via flix-tech/avro-php for easier schema management. 48 48 27 70K 11 11.0 48.2 MIT 2 years ago
View on GitHub
Context7
funeralzone/valueobjects PHP 7.1+ value object toolkit for fundamental scalar-based VOs. Provides traits for strings/ints/etc, enums via constants, easy native serialization (fromNative/toNative), and encourages domain validation logic. Includes extension library for complex objects. 66 66 7 18K 2 6.3 33.7 MIT 5 years ago
View on GitHub
Context7
imbo/behat-api-extension 109 109 45 34K 3 14.2 39.3 MIT 1 week ago
View on GitHub
Context7
mateusjunges/avro-serde-php PHP 7.3+/8 Avro serializer/deserializer implementing Confluent wire format with Schema Registry integration. Supports schema evolution via Confluent compatibility policies and works with FlixTech’s schema-registry-php-client (recommended with caching). 1 1 0 146K 0 0.6 55.3 MIT 1 year ago
View on GitHub
Context7
mateusjunges/confluent-schema-registry-api PHP 7.4+ client for Confluent Schema Registry REST API. Offers low-level PSR-7 request builders plus high-level async/sync abstractions, with optional caching support. Built on Guzzle and Avro PHP for schema handling. 1 1 1 147K 0 19.0 64.2 MIT 1 month ago
View on GitHub
Context7
morilog/jalali morilog/jalali provides a fast, human-friendly Jalali (Persian) calendar API for PHP/Laravel. Convert and format dates, manipulate and compare date/times via the immutable Jalalian class, with helpers like jdate(), Carbon support, and “ago” relative output. 925 939 120 19K 6 25.4 23.5 MIT 5 months ago
View on GitHub
Context7
nikolaposa/version SemVer value object for PHP. Create versions from components or strings, access major/minor/patch plus pre-release/build metadata, compare versions (lt/gt/eq), and match against constraints for validation and dependency-style checks. 139 141 13 233K 1 8.2 44.5 MIT 1 year ago
View on GitHub
Context7
php-school/cli-menu Build interactive command-line menus in PHP. Create selectable lists, checkboxes and radio items, submenus, and styled output with custom colors and layouts. Handle keyboard navigation and callbacks for a smooth TUI experience. 1,945 1,956 107 13K 7 21.9 14.9 MIT 10 months ago
View on GitHub
Deep Wiki
Context7
php-vcr/php-vcr Record and replay HTTP interactions in PHP tests using “cassettes” so your suite runs fast, deterministic, and offline. Works with PHPUnit and many HTTP clients (cURL, Guzzle, streams). Great for API integrations, avoiding rate limits and flaky network calls. 1,207 1,205 209 54K 46 50.3 55.3 MIT 5 months ago
View on GitHub
Deep Wiki
Context7
phpstan/phpstan-beberlei-assert PHPStan extension for beberlei/assert. Adds improved static analysis and type inference for Assert::that and related assertions, helping PHPStan understand refined types after checks and reducing false positives in codebases using beberlei/assert. 0 44 106K 13.6 50.1
View on GitHub
Context7
prooph/common Shared utility classes for prooph components, providing common interfaces and infrastructure aligned with PHP-FIG standards. Note: this library is deprecated and support ended Dec 31, 2019; use only with compatible prooph versions (4.x for newer components). 84 84 24 23K 0 10.1 33.3 BSD-3-Clause 1 year ago
View on GitHub
Context7
prooph/event-store-doctrine-adapter Doctrine DBAL adapter for Prooph Event Store. Stores and loads event streams using Doctrine connections, with support for transactional appends and stream persistence in relational databases. Useful for event-sourced PHP/Laravel apps needing DB-backed storage. 13 13 7 127 0 5.7 14.4 NOASSERTION 9 years ago
View on GitHub
Context7
spomky-labs/php-aes-gcm PHP library implementing AES-GCM (Galois/Counter Mode) authenticated encryption. Provides encrypt/decrypt with IV/nonce handling, auth tags, and AAD support for securing data with integrity. Useful for token payloads, messages, and secure storage. 72 72 23 31K 2 1.5 MIT 7 years ago
View on GitHub
Context7
tipoff/support tipoff/support provides shared Laravel/PHP utilities for Tipoff packages—common helpers, conventions, and support code used across the ecosystem. Intended as an internal foundation dependency to keep other packages consistent and easier to maintain. 0 0 0 191 10 2.9 3.4 MIT 5 years ago
View on GitHub
Context7
wayofdev/laravel-cycle-orm-adapter 36 37 4 6K 8 19.5 39.5 MIT 4 days ago
View on GitHub
Context7
web-token/jwt-core Core JWT component from the web-token JWT Framework. Provides foundational building blocks for JSON Web Tokens used by the framework. Read-only split package; development and issues belong in the main jwt-framework repository. Official docs available online. 50 49 7 330K 0 0.8 52.7 MIT 8 years ago
View on GitHub
Context7
zerkalica/millwright-util 0 0 0 10 0 0.0 14.4
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.
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
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope
anil/file-picker
broqit/fields-ai