martywallace / tempest-app

Starter for new Tempest applications.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tempest App

This project serves as a boilerplate for PHP applications built with Tempest by providing a project structure that best fits the way Tempest is intended to be used.

To use it, simply run Composer's create-project command:

$ composer create-project martywallace/tempest-app my-app

This will create a new Tempest application in a new folder my-app.

Unit Testing

Unit testing is built into the template with PHPUnit. You can write tests within tests, whose contained classes should sit in the Tests namespace. To run the tests, simply:

$ composer run-script test

About

Starter for new Tempest applications.

License:MIT License


Languages

Language:PHP 90.8%Language:HTML 9.2%