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

https://github.com/afaur/php-basic-form


https://github.com/afaur/php-basic-form

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Description
An example project using [adamwathan/form](https://github.com/adamwathan/form).

# Why
To help others get started with simple form projects.

# Project Requires
- This has been tested with php version 5.5.
- This project uses composer.
- If you don't have composer you can get it here: [composer](https://getcomposer.org/download/).

# Getting Started
```
composer install
./bin/serve
open http://localhost:3000
```