Skip to content

Commit

Permalink
Merge pull request #5 from challgren/update-readme
Browse files Browse the repository at this point in the history
Updating readme with links and badges
  • Loading branch information
challgren authored Jan 2, 2019
2 parents 9629aa1 + 7040f11 commit 61de1da
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# CakePHP Tools Plugin
[![Build Status](https://api.travis-ci.org/jomweb/cake-impersonate.svg?branch=master)](https://travis-ci.org/jomweb/cake-impersonate)
[![Coverage Status](https://codecov.io/gh/jomweb/cake-impersonate/branch/master/graph/badge.svg)](https://codecov.io/gh/jomweb/cake-impersonate)
[![Latest Stable Version](https://poser.pugx.org/jomweb/cake-impersonate/v/stable.svg)](https://packagist.org/packages/jomweb/cake-impersonate)
[![Minimum PHP Version](http://img.shields.io/badge/php-%3E%3D%205.6-8892BF.svg)](https://php.net/)
[![Total Downloads](https://poser.pugx.org/jomweb/cake-impersonate/d/total.svg)](https://packagist.org/packages/jomweb/cake-impersonate)

# CakeImpersonate
Cakephp3 impersonate plugin. A component that store current session and create new session for impersonating. User can revert back to original sessions without the needs to re-login.
CakePHP Impersonate Plugin. A component that stores the current authentication session and creates new session for impersonating Users. User can revert back to original authentication sessions without the need to re-login.

# Requirement
1. Cakephp 3.6 and above.
2. Use of default Cakephp AuthComponent.
1. CakePHP 3.6 and above.
2. Use of default CakePHP AuthComponent.

# Installation
`
Expand Down

0 comments on commit 61de1da

Please sign in to comment.