Skip to content

Vanilla is a PHP micro framework that helps you quickly write simple yet powerful APIs.

License

Notifications You must be signed in to change notification settings

heyanlong/vanilla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vanilla Framework

Build Status Total Downloads License

Installation

It's recommended that you use Composer to install Vanilla.

$ composer create-project heyanlong/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.

About

Vanilla is a PHP micro framework that helps you quickly write simple yet powerful APIs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages