PHPackages                             krydos/persona-yii - 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. krydos/persona-yii

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

krydos/persona-yii
==================

Mozilla Persona (BrowserID) Extension for Yii Framework

09CSS

Since Jan 26Pushed 12y ago1 watchersCompare

[ Source](https://github.com/KryDos/persona-yii)[ Packagist](https://packagist.org/packages/krydos/persona-yii)[ RSS](/packages/krydos-persona-yii/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Mozilla Persona (BrowserID) Extension for Yii Framework
=======================================================

[](#mozilla-persona-browserid-extension-for-yii-framework)

Installation
============

[](#installation)

Composer
--------

[](#composer)

Add to your require section into your composer file:

```
krydos/persona-yii

```

Manually installation
---------------------

[](#manually-installation)

- go into your extensions folder
- clone this repo in your extensions folder
- add next lines to **import** into your **config** file

**'ext.persona.Persona'** and **'ext.persona.PersonaUserIdentity'**

your import section should look like this:

```
    'import' => array(
        '...',
        'ext.persona.Persona',
        'ext.persona.PersonaUserIdentity',
        '...',
    ),
```

Installation complete. Hooray! :)

Usage:
======

[](#usage)

For adding Persona Login button into your view you can invoke the widget like that:

```
