kaiyuan-finance / vanilla
This package is abandoned and no longer maintained.
The author suggests using the heyanlong/vanilla package instead.
1.0.3
2019-04-19 02:51 UTC
Requires
- php: >=7.1.3
- ext-json: *
- kaiyuan-finance/vanilla-framework: ^1.0.0
This package is auto-updated.
Last update: 2019-07-23 09:59:54 UTC
README
Installation
It's recommended that you use Composer to install Vanilla.
$ composer create-project kaiyuan-finance/vanilla blog
This will install Vanilla and all required dependencies. Vanilla requires PHP 7.1.3 or newer.
Usage
You may quickly test this using the built-in PHP server:
$ php -S localhost:8000
Tests
To execute the test suite, you'll need phpunit.
$ phpunit
License
The Vanilla Framework is licensed under the MIT license. See License File for more information.