Libraries tagged by deso
dalez/fluent-flarum
3270 Downloads
A Flarum theme comply with Fluent Design System.
cyber-duck/laravel-address-finder
9011 Downloads
:package_description
contentstack/utils
51439 Downloads
Contentstack is a headless CMS with an API-first approach that puts content at the centre. It is designed to simplify the process of publication by separating code from content.
cnastasi/json-api
17767 Downloads
description
chriha/laravel-api-documentation
13898 Downloads
description
cego/service-health-checking
38403 Downloads
A package containing a generic health check endpoint designed with expansion in mind
cbschuld/php-uuid-base58
15866 Downloads
Generates a RFC4122 compliant v4 UUID and returns it encoded in base-58. This is great for creating unique IDs which only consume 22 characters of storage. Also provides base-58 encoding and decoding.
carropublic/carromessenger
67198 Downloads
:package_description
calliostro/php-discogs-api
2543 Downloads
Ultra-lightweight Discogs API client for PHP 8.1+ with modern Guzzle-based implementation — Only two classes, service descriptions, zero bloat
cache/prefixed-cache
294989 Downloads
A decorator that makes your cache support prefix
byteasc/closure-table
52196 Downloads
Adjacency List’ed Closure Table database design pattern implementation for Laravel. Includes restore of tree
byjg/jwt-wrapper
91243 Downloads
A very simple wrapper for create, encode, decode JWT Tokens and abstract the PHP JWT Component
brunas/json
11430 Downloads
Json decode/encode library
brainfoolong/php-ascon
2226 Downloads
PHP 8+ Implementation of Ascon, a family of authenticated encryption (AEAD) and hashing algorithms designed to be lightweight.
bmdevel/php-index
45269 Downloads
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 search operations are necessary without the detour of a DBS import.