Popular Packages
-
-
-
PHP
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 efficient data retrieval through direct file access.
-
-
-
-
-
-
-
-
PHP
terminal42/contao-tablelookupwizard
Contao widget to select records from a foreign table. Useful if you have a large set of records.
-
-
PHP
ssnepenthe/simple-wp-routing
Syntactic sugar over the WP_Rewrite API so we can pretend that WordPress has a modern router.
-
-
PHP
thewoods96/doc-shamer
A basic Laravel Artisan command to check an OpenAPI spec against application API routes to summarise doc coverage