Libraries tagged by aprr
zenstruck/collection
940290 Downloads
Iterate, filter and paginate anything - arrays, generators or Doctrine ORM queries - without loading it all into memory.
texy/texy
878696 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags.
siriusphp/validation
796645 Downloads
Data validation library. Validate arrays, array objects, domain models etc using a simple API. Easily add your own validators on top of the already dozens built-in validation rules
php-tmdb/api
388810 Downloads
PHP wrapper for TMDB (TheMovieDatabase) API v3. Supports two types of approaches, one modelled with repositories, models and factories. And the other by simple array access to RAW data from The Movie Database.
patchlevel/hydrator
654103 Downloads
A library for seamless hydration of objects to arrays - and back again, optimized for developer experience and performance
neos/utility-objecthandling
2621472 Downloads
Flow array/object property and type utilities
maxakawizard/json-collection-parser
922624 Downloads
Streaming parser for large JSON files containing array of objects
maciejczyzewski/bottomline
650392 Downloads
A full-on PHP manipulation utility belt that provides support for working with arrays, objects, and iterables; a lodash or underscore equivalent for PHP.
kzykhys/php-csv-parser
293939 Downloads
Convert CSV to array (Excel style is fully suppoted!)
juststeveking/laravel-transporter
208596 Downloads
Transporter is a futuristic way to send API requests in PHP. This is an OOP approach to handle API requests.
hootlex/laravel-moderation
130424 Downloads
A simple Content Moderation System for Laravel 5.* that allows you to Approve or Reject resources like posts, comments, users, etc.
firegento/fastsimpleimport
1227765 Downloads
Wrapper for Magento2 ImportExport functionality, which imports products and customers from arrays
dillingham/nova-items-field
1056899 Downloads
Nova field to handle array columns
clagiordano/weblibs-configmanager
3821740 Downloads
weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object
bentools/cartesian-product
968687 Downloads
A simple, low-memory footprint function to generate all combinations from a multi-dimensionnal array.