ivyhjk / config
Abstract configurations for HHVM
Installs: 2 855
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
Language:Hack
Requires
- hhvm: ^3.30
- hhvm/hhvm-autoload: ^1.7
Requires (Dev)
- facebook/fbexpect: ^2.3
- hhvm/hacktest: ^1.3
- hhvm/hhast: ^3.30
This package is not auto-updated.
Last update: 2024-11-07 02:24:34 UTC
README
Installation
You can install this library into your application using composer.
Use this project just when you are not able to use environment variables.
The recommended way to install composer packages is:
$ composer require ivyhjk/config
Running tests
$ git clone https://github.com/ivyhjk/config.git $ hhvm composer.phar install $ hhvm vendor/bin/hacktest tests/
TODO
- CI.