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

https://github.com/boolfalse/php-online-form

PHP Online Form
https://github.com/boolfalse/php-online-form

Last synced: 2 months ago
JSON representation

PHP Online Form

Awesome Lists containing this project

README

          

## Online Form

#### About:

Simple PHP form that sends form data to an email address.

> Form [example](https://www.rolandmotors89.com/apply-online/)

#### Usage:

- Clone the repository:
```shell
git clone git@github.com:boolfalse/php-online-form.git && cd php-online-form
```

- Install dependencies:
```shell
composer install
```

- Setup [Mailgun](https://www.mailgun.com/) for sending emails.

- Copy `.env.example` to `.env` and set the environment variables:
```shell
cp .env.example .env
```

- Run the server:
```shell
php -S localhost:8000
```

- Open the browser and go to `http://localhost:8000`.

#### Author:

- [BoolFalse](https://boolfalse.com/)