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
- Host: GitHub
- URL: https://github.com/boolfalse/php-online-form
- Owner: boolfalse
- Created: 2023-09-11T07:22:21.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-17T00:06:13.000Z (over 2 years ago)
- Last Synced: 2025-01-10T06:58:58.240Z (about 1 year ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)