Skip to content

A library of extended SPL classes and interfaces.

Notifications You must be signed in to change notification settings

dsmithhayes/extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Extended

Classes and interfaces that expand some concepts from the SPL that I find I use across many projects. Basic data structures and their usages are implemented throughout this library.

Testing

There are two ways to test the Extended package.

Locally

Extended Supports PHP 5.6 and up.

$ composer install
$ ./vendor/bin/phpunit

Virtually

The virtual environment is an Ubuntu 14.04 installation using PHP7.

[local] $ vagrant up --provision
[local] $ vagrant ssh
[vagrant] $ cd /vagrant
[vagrant] $ composer install
[vagrant] $ ./vendor/bin/phpunit