PHPackages                             registration-module/module - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. registration-module/module

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

registration-module/module
==========================

Registration-Module

3162[1 issues](https://github.com/ankitjain28may/registration-module/issues)PHP

Since Nov 6Pushed 9y ago2 watchersCompare

[ Source](https://github.com/ankitjain28may/registration-module)[ Packagist](https://packagist.org/packages/registration-module/module)[ RSS](/packages/registration-module-module/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Registration-Module
===================

[](#registration-module)

[![Build Status](https://camo.githubusercontent.com/233e2ba3d2e13e3c5a0b0278a8c4e9b74e2f1efafa61f633c8cb648bf425a055/68747470733a2f2f7472617669732d63692e6f72672f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ankitjain28may/registration-module)[![Build Status](https://camo.githubusercontent.com/f806ab859492d0ebaf0463d7423d21497eba60dff949f62ec6804508b8a681d1/68747470733a2f2f7374617475732e636f6e74696e756f75737068702e636f6d2f6769742d6875622f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c653f746f6b656e3d62633237353662622d633238622d343839362d613363622d636136326566343166336362266272616e63683d6d6173746572)](https://continuousphp.com/git-hub/ankitjain28may/registration-module)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/45a3c56173f1c1b1650930d109221a0749f327775ff99b223952ecb60a61e8be/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ankitjain28may/registration-module/?branch=master)[![Code Climate](https://camo.githubusercontent.com/5242e2490473777cf08e8bdd7285e3b91b0a3fa9ad4b4ac430260ff665090009/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c652f6261646765732f6770612e737667)](https://codeclimate.com/github/ankitjain28may/registration-module)[![Coverage Status](https://camo.githubusercontent.com/cdf3f174db2bce227133dcc34d52449726025059126b632afee0c2072beb8ddf/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/ankitjain28may/registration-module?branch=master)[![Issue Count](https://camo.githubusercontent.com/04109d25a05152345f8d4540f6ef3520f98b36597137c476aded1664f57ee2e9/68747470733a2f2f636f6465636c696d6174652e636f6d2f6769746875622f616e6b69746a61696e32386d61792f726567697374726174696f6e2d6d6f64756c652f6261646765732f69737375655f636f756e742e737667)](https://codeclimate.com/github/ankitjain28may/registration-module)[![Codacy Badge](https://camo.githubusercontent.com/32e472e8c5bd7afd421c19d08082931749e03eef2c89896dce21a7fa0289bd61/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3262633932333732316339313433323138396163626439663462323932356334)](https://www.codacy.com/app/ankitjain28may77/registration-module?utm_source=github.com&utm_medium=referral&utm_content=ankitjain28may/registration-module&utm_campaign=Badge_Grade)[![npm](https://camo.githubusercontent.com/dc47a10fa8b6fd1439b57fd3bb6b5a1c064a2cc13b4142b7c8fc4e63cec73ad7/68747470733a2f2f696d672e736869656c64732e696f2f6e706d2f64742f726567697374726174696f6e2d6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://www.npmjs.com/package/registration-module)[![Packagist](https://camo.githubusercontent.com/a3ed386de08a98dc5674bc27fc8a378986b88495cf276b49cfa110424ff3855e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f726567697374726174696f6e2d6d6f64756c652f6d6f64756c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/registration-module/module)

> It is an open source module to integrate a login-registration part in your projects. It is completely integrated through ajax and js so you do not need to reload page whenever it sends a request, everything is done for you.

How to Setup
============

[](#how-to-setup)

> Setting up on your local machine is really easy. Follow this guide to setup your development machine.

### Requirements :

[](#requirements-)

1. PHP &gt; 5.6
2. MySQL
3. Composer or npm or git

### Installation :

[](#installation-)

1. Get the source code on your machine via git.

    ```
    git clone https://github.com/ankitjain28may/registration-module.git
    ```

    Or

    ```
        "require" : {
        "registration-module/module" : "dev-master"
        }
    ```

    Or

    ```
        npm install registration-module
    ```
2. Rename `config\database.example.php` to `config\database.php` and Change credential in `config\database.php`
3. Create an empty sql database and run import database.

    ```
    create database [database name];
    mysql -u[user] -p [password] [database name]
