white-rabbit-1-sketch/php-file-hash-map
This PHP library implements a simple Hash Map with file-based storage. It uses a hashing function to calculate an offset, which determines the location of the corresponding bucket in the file. Data is stored in a binary file, with each bucket containing key-value pairs. The library allows for effici
时间:未知
sendx/sendx-php-sdk
# SendX REST API Documentation ## ???? Introduction The SendX API is organized around REST principles. Our API has predictable resource-oriented URLs, accepts JSON-encoded request bodies, returns JSON-encoded responses, and uses standard HTTP response codes, authentication, and verbs. **Key Features
时间:未知
alsofronie/eloquent-uuid
A Laravel Eloquent Model trait for using UUID's as primary keys
时间:未知
burgov/key-value-form-bundle
A form type for managing key-value pairs
时间:未知
bnbwebexpertise/laravel-attachments
Attach files to your models, retrievable by key, group name or using the Eloquent relationship.
时间:未知
xoops/base-requires25
Primary dependencies for XOOPS/XoopsCore25, (meta-package, no code)
时间:未知
jakezatecky/array_group_by
A function that groups/splits an array by the values of a given key or keys.
时间:未知
guidocella/eloquent-insert-on-duplicate-key
Macros for INSERT ON DUPLICATE KEY UPDATE and INSERT IGNORE with Eloquent
时间:未知
bmdevel/php-index
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime
时间:未知
hulkur/laravel-hasmany-keyby
Add possibility to have related models in many-to-many relationship attached to the parent model by defined key values.
时间:未知
elao/form-translation-bundle
Generate translation key for forms
时间:未知