https://github.com/afaur/php-basic-form
https://github.com/afaur/php-basic-form
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/afaur/php-basic-form
- Owner: afaur
- Created: 2016-07-12T01:23:39.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-12T01:35:10.000Z (almost 10 years ago)
- Last Synced: 2025-04-06T08:24:40.619Z (over 1 year ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```