Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ivyhjk/config

Abstract configurations for projects
https://github.com/ivyhjk/config

Last synced: about 2 months ago
JSON representation

Abstract configurations for projects

Awesome Lists containing this project

README

        

# Abstract configurations

## Installation

You can install this library into your application using [composer](http://getcomposer.org).

Use this project just when you are not able to use environment variables.

The recommended way to install composer packages is:

```bash
$ composer require ivyhjk/config
```

## Running tests

```bash
$ git clone https://github.com/ivyhjk/config.git
$ hhvm composer.phar install
$ hhvm vendor/bin/hacktest tests/
```

### TODO

- [ ] CI.