2017 © Pedro Peláez
 

library utility-array

FastFrame Array Utilities

image

fastframe/utility-array

FastFrame Array Utilities

  • Saturday, September 3, 2016
  • by dlundgren
  • Repository
  • 1 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

FastFrame Array Utilities

Utilities for dealing with arrays and nested arrays in PHP, (*1)

Latest Version on Packagist Software License Build Status, (*2)

Install

Via Composer, (*3)

$ composer require fastframe/utility-array

Usage

The following classes are provided by this library:, (*4)

  • FastFrame\Utility\ArrayHelper Contains basic array handling utilities
  • FastFrame\Utility\NestedArrayHelper Contains nested array handling utilities

For general usage instructions, please read the documentation here., (*5)

Quality

This package attempts to comply with PSR-1 and PSR-4. If you notice compliance oversights, please send a patch via pull request., (*6)

Support

If you believe you have found a bug, please report it using the Github issue tracker, or better yet, fork the library and submit a pull request., (*7)

Testing

$ composer test

Contributing

Please see CONTRIBUTING for details., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

03/09 2016

dev-master

9999999-dev

FastFrame Array Utilities

  Sources   Download

MIT

The Development Requires

array helper utility fastframe