Libraries tagged by data fill
illuminatech/multipart-middleware
298499 Downloads
'multipart/form-data' parser middleware for Laravel
hexogen/kdtree
97781 Downloads
file system KDTree index
bkvfoundry/utility-belt
67216 Downloads
A set of helpful utilities for working with data, collections (arrays of arrays) and arrays in php
professional-wiki/edtf
480298 Downloads
PHP library to parse, represent and work with dates that follow the Extended Date/Time Format specification.
inhere/php-validate
90849 Downloads
generic data validate, filter library of the php
shuchkin/simplecsv
104022 Downloads
Parse and retrieve data from CSV files. Export data to CSV.
tonirilix/nested-json-flattener
121677 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
stymiee/php-simple-encryption
10385 Downloads
The PHP Simple Encryption library is designed to simplify the process of encrypting and decrypting data while ensuring best practices are followed. By default is uses a secure encryption algorithm and generates a cryptologically strong initialization vector so developers do not need to becomes experts in encryption to securely store sensitive data.
cable8mm/xeed
3684 Downloads
Xeed generates new model, seed, Nova resources, database seed, factory and migration files for Laravel & Nova based on data from the existing database table.
byjg/jwt-session
87838 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.
omar-elnaghy/laradate-filters
4379 Downloads
A Laravel package for advanced date filtering and manipulation
koriym/data-file
231535 Downloads
Load XML file with XSD validation
iq2i/data-importer
26668 Downloads
A PHP library to easily manage and import large data file
aymanalhattami/filament-date-scopes-filter
21872 Downloads
Filament Date Scopes Filter
white-rabbit-1-sketch/php-file-hash-map
5386 Downloads
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.