Libraries tagged by scenario
kruegge82/dhl-retoure-php-rest-sdk
2 Downloads
# Introduction ## Overview Note: This is the specification of the DP-DHL Group Parcel DE Returns API. This web service allows business customers to create return labels on demand. # Scenarios ## Main Scenario: Creating a returnlabel This is achieved by posting a return order to the URI '/rest/orders'. The service will respond with a return label. ## Querying to get receiver locations The single scenario supported by this service is the determination of the receiver's location. This is achieved by getting a location to the URI '/rest/locations'. The service will respond with a Receiver. # Technical Note on Authorization This API supports __two alternative ways__ to authorize yourself: 1. Combination of Apikey and Basic Authentication which you can provide with every call. 2. OAuth2 Password Flow: After having obtained your access token once, you provide this token as bearer token. You can try it out here. More details can be found when clicking on "Authorize".
karls/data-mapper-bundle
2 Downloads
Data Mapping Bundle for refactoring different scenarios
jundayw/tokenizer
0 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
100 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