Coder Social home page Coder Social logo

kenjis.contact's Introduction

BEAR.Sunday Sample Contact Form

A Sample Contact Form made with BEAR.Sunday which is a resource orientated framework with a REST centered architecture, implementing Dependency Injection and Aspect Orientated Programming' at its core.

Requirement

  • PHP 5.4 or lator

Installation

$ git clone https://github.com/kenjis/Kenjis.Contact.git
$ cd Kenjis.Contact
$ composer install

Configuration

Edit server.sh. Set your Gmail account info to send mail via Gmail.

--- a/server.sh
+++ b/server.sh
@@ -1,7 +1,7 @@
 #!/bin/sh
 
-export MAILER_GMAIL_ID=<[email protected]>
-export MAILER_GMAIL_PASSWORD=<your_password>
+export [email protected]
+export MAILER_GMAIL_PASSWORD=My.Gmail.Password
 
 # clear BEAR.Sunday's cache
 php bin/clear.php

Edit var/conf/constants.php. Set your Email account to receive posted data.

--- a/var/conf/constants.php
+++ b/var/conf/constants.php
@@ -25,9 +25,9 @@ return [
         'master_db' => $masterDb,
         'slave_db' => $slaveDb,
         'contact_form' => [
-            'subject'     => 'Contact Form',
-            'admin_email' => '[email protected]',
-            'admin_name'  => 'Administrator',
+            'subject'     => 'Subject of Email',
+            'admin_email' => '[email protected]',
+            'admin_name'  => 'Your name',
         ],
     ],
     'dev' => [],

Running App

$ sh server.sh

Access to http://localhost:8000/contact.

License

MIT License. See LICENSE.md.

Reference

kenjis.contact's People

Contributors

kenjis avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.