Libraries tagged by in array
satnin/bad-word-filter
165 Downloads
PHP Bad word filtering. Checks for the existence of a bad word in a string or array.
israelalagbe/php-custom-types
286 Downloads
This package holds some custom PHP types such as Array and String. It provides functionalities similar to array and string in Javascript.
noisystate/skipped-attributes
38 Downloads
A simple package to define arrays with optional attributes in an elegant way
nicofff/lazy-iter
6 Downloads
Lazy array function chains inspired in Rust
dynoser/walkdir
540 Downloads
Allows to recursively traverse files in directories or get an array of files
nackjicholson/file-parser
1679 Downloads
PHP package for parsing data contained in a file into a php array.
breadthe/php-simple-calendar
6906 Downloads
Generates a monthly array of dates for displaying in a calendar grid
bootpress/pagination
1262 Downloads
Creates customizable pagination and pager links. Limits and offsets arrays and database queries. Built-in styles for Bootstrap, Zurb Foundation, Semantic UI, Materialize, and UIkit.
oscarricardosan/cache_object
1009 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
hejunjie/tools
2077 Downloads
A PHP utility library that encapsulates commonly used operations for strings, arrays, files, network requests, image processing, and various helper functions (such as phone carrier lookup and ID-based address resolution) frequently encountered in daily development. More features are being continuously added...
elephpant/breadcrumb
459 Downloads
Breadcrumbs in an uncomplicated way. This component facilitates the way to create breadcrumbs for your website, to favor a more accessible navigation. It was designed to work very well with the Bootstrap Framework. Besides being very easy to use, it has very interesting possibilities, such as adding new separators and new CSS classes to style this interface component to your liking. The Breadcrumb Component also allows you to have access to the Array assembled to feed into other features of your system, such as a microformat, for example.
danbettles/morf
965 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
wahlemedia/laravel-where-in-array
3 Downloads
A small package to check if an value of an array is containted within a given array.
spacegrass/arraytype
4465 Downloads
Enforces consistent types in arrays
jstewmc/in-arrays
17 Downloads
Checks if a value exists in an array of arrays