PHPackages                             instante/tracy-login - 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. instante/tracy-login

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

instante/tracy-login
====================

Allows quick login to any user account using Tracy bar panel

0.1.1(9y ago)310.5k1BSD-3-ClausePHPPHP &gt;=5.5.0

Since Sep 27Pushed 8y ago1 watchersCompare

[ Source](https://github.com/instante/tracy-login)[ Packagist](https://packagist.org/packages/instante/tracy-login)[ RSS](/packages/instante-tracy-login/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (6)Versions (3)Used By (0)

Instante Tracy Login
====================

[](#instante-tracy-login)

[![Build Status](https://camo.githubusercontent.com/098976cbc9617905c352d963d69d4f35c1082f89fd7a5645ace8c084b703bc10/68747470733a2f2f7472617669732d63692e6f72672f696e7374616e74652f74726163792d6c6f67696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/instante/tracy-login)[![Downloads this Month](https://camo.githubusercontent.com/5babc665a64defc4f6e67c53ce655037646651845c04a327434c3f0a5c956101/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f696e7374616e74652f74726163792d6c6f67696e2e737667)](https://packagist.org/packages/instante/tracy-login)[![Latest stable](https://camo.githubusercontent.com/604f4bb6aae2797cc6948c35df5cf3b2c075064c578c2f16b18ee8eb93a6fa4e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e7374616e74652f74726163792d6c6f67696e2e737667)](https://packagist.org/packages/instante/tracy-login)

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

[](#installation)

The best way to install Instante Tracy Login is using [Composer](http://getcomposer.org/):

```
$ composer require instante/tracy-login
```

Configuration
-------------

[](#configuration)

Add new extension to config (*e.g. extensions.neon*):

```
extensions:
    debugLogin: Instante\Tracy\Login\DI\DebugLoginExtension

```

Then you should enable it in your local config. **Never do that on production server!**

```
debugLogin:
    enabled: true

```

Optional configuration
----------------------

[](#optional-configuration)

Login bar natively works with Instante/skeleton doctrine user. Default User class is App\\Model\\User\\User. You can change it in setup:

```
debugLogin:
    dao:
        entity: Your\Custom\User

```

Or

```
debugLogin:
    dao: "Instante\Tracy\Login\DoctrineUserDao(Your\Custom\User)"

```

You can write your own UserDao which implements IUserDao. Then you have to update setup:

```
debugLogin:
    dao: "Your\Custom\Dao"

```

Identifier
----------

[](#identifier)

Default identifier is 'email' so method 'getEmail()' will be called. You can change it in setup:

```
debugLogin:
    identifier: "fullName"

```

and then 'getFullName()' will be called. But you can add as many methods as you want:

```
debugLogin:
    identifier: {"email", "fullName"}

```

and then both, 'getEmail()' and 'getFullName()' will be called.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.3% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~62 days

Total

2

Last Release

3501d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/883765?v=4)[amik](/maintainers/amik)[@amik](https://github.com/amik)

---

Top Contributors

[![richard-ejem](https://avatars.githubusercontent.com/u/7109726?v=4)](https://github.com/richard-ejem "richard-ejem (5 commits)")[![genesistms](https://avatars.githubusercontent.com/u/19390954?v=4)](https://github.com/genesistms "genesistms (1 commits)")

---

Tags

nettelogintracyinstante

### Embed Badge

![Health badge](/badges/instante-tracy-login/health.svg)

```
[![Health](https://phpackages.com/badges/instante-tracy-login/health.svg)](https://phpackages.com/packages/instante-tracy-login)
```

###  Alternatives

[tomaj/nette-api

Nette api

36269.8k6](/packages/tomaj-nette-api)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
