Skip to content

Utility Classes for PHP development

License

Notifications You must be signed in to change notification settings

HomeCEU/logikos-util

 
 

Repository files navigation

Travis CI Scrutinizer Code Quality Coverage Status CodeCov Minimum PHP Version Software License

Logikos\Util

Utility classes

Installation

Composer

Install Composer in a common location or in your project:

curl -s http://getcomposer.org/installer | php

Require library:

composer.phar require logikos/util

GitHub

Just clone the repository in a common location or inside your project:

git clone https://github.com/logikostech/util.git

Documentation

  • Abstract Config - base config object largely inspired by Phalcon\Config
    • Mutable Config - adds set($key, $value) and merge(Config $config)
    • Immutable Config - adds with($key, $value) and throws OutOfBoundsException on assignment after construction
    • Strict Config - type safe config with validation.

About

Utility Classes for PHP development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%