solution10/config

Simple, extremely light and fast config.

v3.0.0 2017-02-05 16:18 UTC

This package is not auto-updated.

Last update: 2024-04-13 13:25:39 UTC


README

This is a tiny, lightning fast way of defining configuration for your app.

This is deliberately bare-bones and not swamped with options / parsers. The focus is on speed and lightness, whilst still retaining vital features.

Build Status Latest Stable Version Total Downloads License

Features

  • No dependencies
  • PHP 5.6, 7.0, 7.1 and HHVM support
  • Lightning fast
  • Extremely light
  • Inheritance; define a base config and override per-environment

Installation

Installation is via composer, in the usual manner:

$ composer require solution10/config

Documentation

Check out the docs/ folder in the repo.

PHP Requirements

  • PHP >= 5.6
    • (If you require 5.3 support, versions up to 1.2.0 supported 5.3)
    • (if you require < 5.6 support, versions up to 2.1 supported 5.4 & 5.5)

Author

Alex Gisby: GitHub, Twitter

License

MIT