2017 © Pedro Peláez
 

library typeboxing

Specific data types and tools for hitting type

image

helionogueir/typeboxing

Specific data types and tools for hitting type

  • Friday, December 9, 2016
  • by helionogueir
  • Repository
  • 1 Watchers
  • 0 Stars
  • 369 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Type Boxing

Specific data types and tools for hitting type., (*1)

Installation

Composer (https://getcomposer.org/) and (https://packagist.org/), (*2)

composer require helionogueir/typeboxing

Usage

helionogueir\typeBoxing\parse\ObjectToArray

Parse object to array, (*3)

use stdClass;
use helionogueir\typeBoxing\parse\ObjectToArray;
$Object = new stdClass();
$Object->d1 = new stdClass();
$Object->d1->d2 = null;
$array = (new ObjectToArray())->parse($Object);

TDD (Test Driven Development)

PHPUnit (https://phpunit.de/), (*4)

phpunit -c ./typeboxing/tests/unit.xml

The Versions

09/12 2016

dev-master

9999999-dev https://github.com/helionogueir

Specific data types and tools for hitting type

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Helio Nogueira

library type tool boxing hinting typehinting typeboxing

09/12 2016

v1.1.0

1.1.0.0 https://github.com/helionogueir

Specific data types and tools for hitting type

  Sources   Download

MIT

The Requires

  • php >=7.0

 

by Helio Nogueira

library type tool boxing hinting typehinting typeboxing

21/11 2016

v1.0.0

1.0.0.0 https://github.com/helionogueir

TypeBoxing - Type Boxing classes

  Sources   Download

MIT

The Requires

  • php >=5.6

 

by Helio Nogueira

php library type boxing typehinting typeboxing