PHPackages                             optiwariindia/auth - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. optiwariindia/auth

ActiveProject[Authentication &amp; Authorization](/categories/authentication)

optiwariindia/auth
==================

Authenticate web application

1.0.0(4y ago)03GPL-3.0-or-laterPHPPHP &gt;=7.0.0

Since Nov 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/optiwariindia/auth)[ Packagist](https://packagist.org/packages/optiwariindia/auth)[ RSS](/packages/optiwariindia-auth/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Project: Auth
=============

[](#project-auth)

Introduction
------------

[](#introduction)

Project auth is developed to make authentication process easier in php based projects. If you want to add authentication based on mariadb or mysql you can use this project. We are working on openauth, smtp, imap and LDAP authentication and we shall include them in further releases of the project. We also welcome suggestions and support from php communities. You can connect me through email at , My response time over email is 24 hours.

Prerequisites
-------------

[](#prerequisites)

### PHP Version

[](#php-version)

This project is developed and tested on PHP-8.0.12 although it is expected to run properly without any change in PHP-7.0+ environment.

### Dependencies

[](#dependencies)

#### Database

[](#database)

This project is developed using mariadb-10.3.21 although it is expected to work on mariadb-5.0.0 and mysql-5.0.0 also.

#### Extensions

[](#extensions)

php-mysqli or php-mysqlnd

#### Composer

[](#composer)

Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you. You can visit [Composer Website ](https://getcomposer.org/) to downlaod, install and know more about composer.

Getting Started
---------------

[](#getting-started)

### Installation

[](#installation)

Open your project directory and run following command

`composer require optiwariindia/auth`

### Initialization

[](#initialization)

```
