Libraries tagged by scenarios
jundayw/tokenizer
1 Downloads
Laravel Tokenizer provides a multi-role, multi-scenario authentication system for SPAs and APIs.
hilalahmad/php-uuid
7 Downloads
UUIDs are used to create unique identifiers that are often used in distributed systems, databases, and various software applications to ensure the uniqueness of data elements. In PHP, packages related to UUIDs typically provide functions or classes for generating, parsing, and manipulating UUIDs. These packages can be useful in scenarios where unique identifiers are needed to avoid conflicts or ensure data integrity.
heptacom/heptaconnect-test-suite-storage
6 Downloads
HEPTAconnect test suite to challenge storages against real life scenarios
hejunjie/schema-validator
2 Downloads
一个简单且可扩展的 PHP 参数验证库,支持规则式定义与自定义扩展,适用于任何结构化数据校验场景 | A simple and extensible PHP parameter validation library, supporting rule-based definitions and custom extensions, suitable for any structured data verification scenarios
hejunjie/id-generator
1 Downloads
轻量级 PHP ID 生成器,提供雪花算法、UUID、时间戳和自定义可读 ID 等多种策略,确保全局唯一性与高并发性能,可轻松集成到任何 PHP 项目,适用于订单号、资源标识、日志追踪等多种业务场景 | A lightweight PHP ID generator supporting Snowflake, UUID, timestamp, and custom readable ID strategies. Ensures global uniqueness and high-performance, easily integrable into any PHP project, suitable for order numbers, resource identifiers, log tracking, and various other business scenarios
guirong/laravel-validate
15 Downloads
The use of the Larravel validator and validation scenarios
grocelivery/laravel-testing
21 Downloads
Behat scenarios steps definitions for grocelivery apps made in laravel
gabyquiles/doctrine-context
17 Downloads
Behat Context to allow create and drop a DB schema before each Scenario
flarum-com/preset
101 Downloads
Presets for scenarios.
famelo/behat
303 Downloads
Scenario-oriented BDD framework for PHP 5.3
extiverse/flarum-preset
1 Downloads
Presets for scenarios.
edmondscommerce/behat-zalenium-context
257 Downloads
A Behat Context for integrating with Zalenium and allowing split videos for test scenarios
davide7h/encoded-ids
6 Downloads
An easy way to mask your IDs when exposing them in routes, APIs or other scenarios when you don't want the user to see the actual ID of your database records
damien-list/behat
103 Downloads
Scenario-oriented BDD framework for PHP 5.3
corleonis/formmetadata
17662 Downloads
Use annotations with the forms builder e.g. @Form\Field("text"). Associates metadata along with the entity class. Useful to make more generic controllers that can deal with dynamic entities (such as CMS scenarios).