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.
|
Package
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|
| api-scout/api-scout | — | 3 | 3 | 2 | 0 | 5 | 2.1 | 1.5 | MIT | 2 years ago | |
| 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 | 1 | 634 | 0 | 14.5 | 38.1 | MIT | 5 months ago | |
| 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,213 | 1,218 | 127 | 21K | 30 | 27.3 | 29.6 | MIT | 7 years ago | |
| bnnvara/graphql | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| boulzy/behat-api-platform-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| 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,510 | 1,512 | 171 | 19K | 0 | 16.6 | 15.9 | MIT | 3 years ago | |
| 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 | 538 | 0 | 4.7 | 16.6 | MIT | 6 years ago | |
| coddin-web/idp-openid-connect-bundle | — | 0 | 0 | — | 0 | — | 0.0 | — | — | — | |
| 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 | 3 | 1K | 0 | 22.0 | 46.3 | MIT | 6 days ago | |
| cowegis/cowegis-api-bundle | — | 0 | 0 | 0 | 38 | 0 | 0.1 | 22.0 | — | — | |
| 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 | 39 | 0 | 0.1 | 22.1 | GPL-3.0 | — | |
| cv65kr/messenger | — | 7 | 7 | 1 | 0 | 1 | 0.5 | — | — | 6 years ago | |
| 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 | 72 | 0 | 0.0 | 19.3 | MIT | — | |
| 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 | 0 | 0 | 0.3 | — | MIT | 1 year ago | |
| 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 | — | |
| ejm/flow | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | MIT | — | |
| 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 | 41 | 53K | 15 | 10.9 | 46.0 | MIT | 1 year ago | |
| 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 | 28 | 61K | 11 | 11.0 | 47.5 | MIT | 2 years ago | |
| 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 | |
| imbo/behat-api-extension | Behat 3 extension for testing JSON-based APIs. Simplifies making HTTP requests, asserting responses, and validating JSON payloads in your scenarios. Inspired by behat/web-api-extension and built for API testing workflows like Imbo. | 109 | 109 | 45 | 31K | 3 | 24.2 | 39.7 | MIT | 1 month ago | |
| 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 | 145K | 0 | 0.6 | 55.3 | MIT | 1 year ago | |
| mateusjunges/confluent-schema-registry-api | PHP 7.4+ client for Confluent Schema Registry REST API. Provides high-level sync/async helpers plus low-level PSR-7 request builders, Avro schema support, and optional caching integration for fetching, registering, and managing schemas. | 1 | 1 | 1 | 151K | 0 | 16.3 | 62.9 | MIT | 2 months ago | |
| 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. | 922 | 939 | 119 | 32K | 6 | 22.5 | 26.6 | MIT | 6 months ago | |
| 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. | 140 | 140 | 13 | 363K | 1 | 8.2 | 47.1 | MIT | 1 year ago | |
| 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,946 | 1,956 | 106 | 13K | 7 | 19.4 | 14.6 | MIT | 11 months ago | |
| php-vcr/php-vcr | PHP-VCR records your test suite’s HTTP interactions and replays them in future runs for fast, deterministic tests. Works with common PHP HTTP clients, configurable request matching, cassette-based fixtures, YAML/JSON storage, and PHPUnit support. | 1,208 | 1,209 | 212 | 60K | 6 | 46.8 | 35.6 | MIT | 3 days ago | |
| 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. | 43 | 44 | 16 | 107K | 4 | 11.3 | 50.0 | MIT | 9 months ago | |
| 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 | 25K | 0 | 10.1 | 34.0 | BSD-3-Clause | 1 year ago | |
| 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 | 158 | 0 | 5.7 | 15.1 | NOASSERTION | 9 years ago | |
| 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. | 71 | 71 | 23 | 29K | 2 | 2.6 | 36.0 | MIT | 7 years ago | |
| 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 | 195 | 10 | 11.9 | 34.7 | MIT | 5 years ago | |
| wayofdev/laravel-cycle-orm-adapter | — | 35 | 36 | 4 | 6K | 8 | 30.8 | 43.1 | MIT | 1 month ago | |
| 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 | 362K | 0 | 0.8 | 53.2 | MIT | 8 years ago | |
| zerkalica/millwright-util | — | 0 | 0 | 0 | 2 | 0 | 0.0 | 6.6 | — | — |
How can I help you explore Laravel packages today?