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
- Host: GitHub
- URL: https://github.com/autoframe/components-arr
- Owner: autoframe
- License: mit
- Created: 2023-04-27T23:26:52.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T23:06:30.000Z (about 3 years ago)
- Last Synced: 2025-11-14T23:33:32.588Z (8 months ago)
- Language: PHP
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Autoframe is a low level framework that is oriented on SOLID flexibility
[](https://github.com/autoframe/components-arr/actions?query=branch:main)
[](https://opensource.org/licenses/MIT)

[](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