https://github.com/mskian/pushbullet-contact-form
PHP Contact Form with Pushbullet Notification 📨
https://github.com/mskian/pushbullet-contact-form
contact-form php php-contact-form php7 pushbullet pushbullet-api pushbullet-notifications
Last synced: 5 months ago
JSON representation
PHP Contact Form with Pushbullet Notification 📨
- Host: GitHub
- URL: https://github.com/mskian/pushbullet-contact-form
- Owner: mskian
- License: mit
- Created: 2019-04-02T08:14:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T09:45:30.000Z (about 7 years ago)
- Last Synced: 2024-12-29T21:14:10.923Z (over 1 year ago)
- Topics: contact-form, php, php-contact-form, php7, pushbullet, pushbullet-api, pushbullet-notifications
- Language: PHP
- Homepage:
- Size: 43.9 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pushbullet Contact Form
PHP Contact Form with Pushbullet Notification 📨

- Bootstrap4
- ParsleyJS Form Validation
- PHP cURL
- CSRF Token
- User IP
- Pushbullet API (For Sending the User Submit Notification to Pushbullet)
### Usage
- Recommended PHP Version 7 or Greater Version
- Composer (For Install the `phpdotenv` Package)
- Install package
```bash
composer install
```
- Create `.env` file
```bash
touch .env
```
- Add the API URL and API KEY on `.env` File
```
APIURL = "https://api.pushbullet.com/v2/pushes"
APIKEY = "YOUR PUSHBULLET ACCOUNT API KEY"
```
- Test From Localhost
```bash
php -S localhost:8080
```
## LICENSE
MIT