2017 © Pedro Peláez
 

library phpcommons

Object wrappers around common used PHP functions.

image

pascaldevink/phpcommons

Object wrappers around common used PHP functions.

  • Sunday, June 9, 2013
  • by pascaldevink
  • Repository
  • 2 Watchers
  • 6 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Commons

Build Status, (*1)

This module wraps commonly used PHP functions so they can be used in a object oriented way. This way they:, (*2)

  • 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., (*3)

Installation

PHP Commons can be installed using composer:, (*4)

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

The Versions

09/06 2013

dev-master

9999999-dev https://github.com/pascaldevink/php-commons

Object wrappers around common used PHP functions.

  Sources   Download

MIT

The Requires

  • php >=5.3.2

 

The Development Requires

by Pascal de Vink

php commons