PHPackages                             ebidtech/simple-authentication - 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. ebidtech/simple-authentication

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

ebidtech/simple-authentication
==============================

A simple authentication using key and secret

v1.0.0(10y ago)11131MITPHPPHP ~5.4

Since Dec 2Pushed 10y ago14 watchersCompare

[ Source](https://github.com/ebidtech/simple-authentication)[ Packagist](https://packagist.org/packages/ebidtech/simple-authentication)[ Docs](http://github.com/ebidtech/simple-authentication)[ RSS](/packages/ebidtech-simple-authentication/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (7)Dependencies (8)Versions (10)Used By (0)

Simple Authentication
=====================

[](#simple-authentication)

A simple authentication library using a key and secret.

[![Latest Stable Version](https://camo.githubusercontent.com/af1e3567199b22658245f2fd34b916288deb30b5a1ac32d56fc1cd9ae37cd815/68747470733a2f2f706f7365722e707567782e6f72672f65626964746563682f73696d706c652d61757468656e7469636174696f6e2f762f737461626c652e706e67)](https://packagist.org/packages/ebidtech/simple-authentication) [![Build Status](https://camo.githubusercontent.com/c6161107e5ada7694d6a4875c4270ce17ab4b51f444b6072512314052423932f/68747470733a2f2f7472617669732d63692e6f72672f65626964746563682f73696d706c652d61757468656e7469636174696f6e2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/ebidtech/simple-authentication) [![Coverage Status](https://camo.githubusercontent.com/1c79068af47c7dc7bd43f8a9f0ebbd41abc0709d47f3b793a1735c9b4e3ebdef/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f65626964746563682f73696d706c652d61757468656e7469636174696f6e2f62616467652e706e673f6272616e63683d6d6173746572)](https://coveralls.io/r/ebidtech/simple-authentication?branch=master) [![Scrutinizer Quality Score](https://camo.githubusercontent.com/efd0615470e6d486b6fe8ca116cc78cc73c9ba0b9bd28a9a30bb164ea1cadde5/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f65626964746563682f73696d706c652d61757468656e7469636174696f6e2f6261646765732f7175616c6974792d73636f72652e706e673f733d66313435636163396366343161666637646664653434613237366162376230336539326334393831)](https://scrutinizer-ci.com/g/ebidtech/simple-authentication/) [![Dependency Status](https://camo.githubusercontent.com/7c4203bcb0f9bdbaaa688168ef76bbb28b0b7c968525252c889cd3ca6ba211f4/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3532396635356162363332626163383435323030303030322f62616467652e706e67)](https://www.versioneye.com/user/projects/529f55ab632bac8452000002)

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

Installation
------------

[](#installation)

The recommended way to install is through composer.

Just create a `composer.json` file for your project:

```
{
    "require": {
        "ebidtech/simple-authentication": "@stable"
    }
}
```

**Tip:** browse [`ebidtech/simple-authentication`](https://packagist.org/packages/ebidtech/simple-authentication) page to choose a stable version to use, avoid the `@stable` meta constraint.

And run these two commands to install it:

```
$ curl -sS https://getcomposer.org/installer | php
$ composer install
```

Now you can add the autoloader, and you will have access to the library:

```
