An open API service indexing awesome lists of open source software.

https://github.com/autoframe/components-arr

PHP array utilities like custom sort, merge for settings profiles, etc
https://github.com/autoframe/components-arr

Last synced: 5 days ago
JSON representation

PHP array utilities like custom sort, merge for settings profiles, etc

Awesome Lists containing this project

README

          

# Autoframe is a low level framework that is oriented on SOLID flexibility

[![Build Status](https://github.com/autoframe/components-arr/workflows/PHPUnit-tests/badge.svg?branch=main)](https://github.com/autoframe/components-arr/actions?query=branch:main)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
![Packagist Version](https://img.shields.io/packagist/v/autoframe/components-arr?label=packagist%20stable)
[![Downloads](https://img.shields.io/packagist/dm/autoframe/components-arr.svg)](https://packagist.org/packages/autoframe/components-arr)

*PHP array utilities like custom sort, merge for settings profiles, etc*

Namespace:
- Autoframe\\Component\\Arr

SINGLETON Classes:
- AfrArrCollectionClass (contains all the methods from the next classes)
- AfrArrMergeProfileClass
- AfrArrSortBySubKeyClass
- AfrArrXSortClass
- AfrArrExportArrayAsStringClass (*Limited gettype() types: string, integer, double, NULL, array; Others are serielized*)

Includes:
- Traits
- Interfaces