Libraries tagged by in array
mouf/utils.cache.in-memory-cache
360913 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
axetools/dot
5567 Downloads
A PHP Library to access ans set values in an array using dot notation on any other separator
sbwerewolf/language-specific
23373 Downloads
Read nested arrays safely and cast values predictably in PHP 8.4+
ihor/cachalot
28386 Downloads
Cache a lot in a proper way (APC, XCache, Memcached, Redis, Couchbase)
ghanuz/relations
5499 Downloads
To create a Eloquent relationships with comma separated foreign key or using a FIND_IN_SET mysql function.
forrest79/type-validator
1732 Downloads
TypeValidator provides functionality to check types with PHP Doc syntax in runtime and narrow types for PHPStan.
zauberfisch/silverstripe-serialized-dataobject
5098 Downloads
SilverStripe database field that allows saving arbitrary data in a single db field using serialization
millipress/millibase
3442 Downloads
Declarative WordPress settings framework. Define your settings page in PHP arrays — sections, fields, tabs, validation — and get a React UI automatically.
gullevek/dotenv
1058 Downloads
Simple .env file processing and storing in _ENV array
dazza-dev/laravel-batch-validation
966 Downloads
Batch validate arrays in Laravel and optimize database unique rules using whereIn to avoid N+1 query issues.
chartmancer/chartmancer
8222 Downloads
Automates the generation of graphs based on dataset provided in an array
aterrien/forp-profiler
190 Downloads
A PHP profiler written in C. forp is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
usmanhalalit/strana
7394 Downloads
Pagination library for PHP, framework agnostic, with built-in adapters for Doctrine, Eloquent, Pixie and PHP Array.
eboreum/caster
8405 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
dealnews/filter
5842 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.