pascaldevink / php-commons

Object wrappers around common used PHP functions.

Home Page:http://pascaldevink.github.com/php-commons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Commons

Build Status

This module wraps commonly used PHP functions so they can be used in a object oriented way. This way they:

  • have a better and more concise structure
  • are easier to use
  • are easier to read
  • are easy to replace
  • are easy to test
  • are easy to mock

Plus, they sometimes combine multiple native functions to make life easier in general.

Installation

PHP Commons can be installed using composer:

"require": {
    "pascaldevink/php-commons": "dev-master"
}

About

Object wrappers around common used PHP functions.

http://pascaldevink.github.com/php-commons


Languages

Language:PHP 100.0%