Libraries tagged by in_array_r
jberall/getlatlng
25 Downloads
takes an address array and returns a latitude, longitude and latlng in an array
elminson/generateuniquesnumbers
3 Downloads
This generate an array of uniques numbers in a range
mmo-and-friends/laravel-text-flags
28 Downloads
A Laravel package to replace flags found in the text with array values or objects
mfonte/base62x
285 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
clouddueling/auto-migrate
24 Downloads
This class can be used to generate diffs between a MySQL XML dump file, and a database which currently exists. It will tell you the missing tables and columns (return as an array), or generate MySQL queries to add the missing columns in.
samcrosoft/constantaccess
6 Downloads
This library makes it possible to create and read (access) constants using an array-like object or a typical class object to make it possible to use constants in strings without the need of concatenation of strings
azettl/php-nano-template
23 Downloads
The php-nano-template class replaces placeholders in a string with values from an array.
assegaiphp/collections
124 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
acfbentveld/parser
1181 Downloads
A package to replace words in a text with values from a array. Also supports aliases and excluded properties
unicon/unicon
3062 Downloads
Universal PHP variable converter. The main feature is converting arrays to an object of given class. In this case, Unicon follows PhpDoc annotations, works recursively to create the object's properties.
mhk67/adminlte
14 Downloads
very easy to use in Laravel, AdminLte is a Bootstrap Admin Panel.We use This to Make Laravel Admin Panel, And added RTL Support, exist Light and and dark Theme.also easy to use, for add sidebar menu you can use array list, also use config file to set dark or use RTL
mesolo/eventsdb
2 Downloads
Fetch events stored in db and renders itin a month calendar as an associative array
latinosoft/validation
8 Downloads
Data validation library (Siriusphp/Validation updated fork). 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
jadu/twig-attribute-parser
16 Downloads
Takes an array of attributes to be converted into HTML formatted attributes ready for use in an HTML element.
fiedsch/pathdumper
21 Downloads
Dump the data of an array so it displays the "path" that you would use in a twig template to access the respectice elements