Skip to content

helionogueir/typeboxing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specific data types and tools for hitting type.

Installation

Composer (https://getcomposer.org/) and (https://packagist.org/)

composer require helionogueir/typeboxing

Usage

helionogueir\typeBoxing\parse\ObjectToArray

Parse object to array

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/)

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

About

TypeBoxing - Type Boxing classes

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages