mtichy/types

Extended PHP types library.


Keywords
php, money, string, arrays, unicode, datatype, float, percent
License
MIT

Documentation

Extended PHP types library

This library provides extended data types and object alternatives for existing PHP types.

Installation

via composer:

composer require mtichy/types

or you can just download project source files directly

Usage

with composer:

<?php
require __DIR__.'/vendor/autoload.php';

without composer

<?php
require 'path-to-TYPE-dir/autoload.php';