2017 © Pedro Peláez
 

library php-typesafe-array

Library for type-safe array handling in PHP

image

mslwk/php-typesafe-array

Library for type-safe array handling in PHP

  • Sunday, June 10, 2018
  • by mslwk
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Scrutinizer Code Quality Code Coverage Build Status Latest Stable Version License Total Downloads, (*1)

PHP type-safe array

This library was designed to provide you with a way of creating type-safe array-like classes. The MSlwk\TypeSafeArray\ObjectArray allows you to: * pass the desired type via constructor (all added objects will be validated against it) * use the array object like an array (array accessors, foreach support) * use defined methods to operate, (*2)

There is also a factory class for ObjectArray class instances creation., (*3)

Installation

Use composer to install the library, (*4)

composer require mslwk/php-typesafe-array

Changelog

See changelog here., (*5)

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details, (*6)

The Versions

10/06 2018

dev-master

9999999-dev

Library for type-safe array handling in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Maciej Sławik

10/06 2018

1.0.0

1.0.0.0

Library for type-safe array handling in PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Maciej Sławik