Libraries tagged by array methods

topshelfcraft/walk

22 Favers
1479 Downloads

A Craft-aware array_walk() method, plus some super-convenient console commands, to easily call Craft service methods on a collection of elements or values.

Go to Download


sqonk/phext-datakit

8 Favers
187 Downloads

Datakit is a library that assists with data analysis and research. It includes classes for working with tables of data and deriving statistical information, importing those tables from file formats such as CSV, a class wrapper with statistical methods for PHP arrays, as well as memory efficient packed arrays.

Go to Download


sqonk/phext-core

0 Favers
2235 Downloads

This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.

Go to Download


happydemon/arr

6 Favers
48 Downloads

A Kohana module that adds extra methods for dealing with arrays and configuration files

Go to Download


temkaa/collections

4 Favers
1 Downloads

These are simple array and object collections that provide convenient methods to manipulate them.

Go to Download


nabeghe/arrayer

3 Favers
6 Downloads

An array helper for PHP. It includes some useful methods and possibly other features.

Go to Download


kigkonsult/asit

0 Favers
2990 Downloads

Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods

Go to Download


juanchosl/datamanipulation

1 Favers
112 Downloads

Little methods collection in order to manipulate variables contents

Go to Download


mannion007/php-binary-search

7 Favers
2291 Downloads

Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.

Go to Download


presentkim/arrayutils

11 Favers
4 Downloads

Library that provides a method to fancy manipulate an array

Go to Download


welshdev/doctrine-base-repository

0 Favers
816 Downloads

A base repository for Doctrine to provide powerful array based queries without using specific repository methods

Go to Download


srjlewis/aura-sql

1 Favers
37 Downloads

A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.

Go to Download


cbeyersdorf/easybill

4 Favers
4 Downloads

The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.

Go to Download


melvdouc/array-utils

0 Favers
7 Downloads

Some JavaScript-inspired array utility functions for my personal use.

Go to Download


duzun/array

1 Favers
117 Downloads

Useful array methods in PHP

Go to Download


<< Previous Next >>