PHPackages                             shortcodes/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. [Framework](/categories/framework)
4. /
5. shortcodes/authentication

ActivePackage[Framework](/categories/framework)

shortcodes/authentication
=========================

Package with basic controllers, routes and specification to speed up development process

1.0.6(7y ago)1335mitPHPPHP &gt;=7.0.0

Since Feb 11Pushed 7y agoCompare

[ Source](https://github.com/shortcodes/authentication)[ Packagist](https://packagist.org/packages/shortcodes/authentication)[ RSS](/packages/shortcodes-authentication/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)DependenciesVersions (8)Used By (0)

authentication
==============

[](#authentication)

Package with basic controllers, routes and specyfication to speed up development process

initial package provides routes
===============================

[](#initial-package-provides-routes)

- /login
- /register,
- /register/{token}
- /remind-password
- /reset-password
- /account/change-password

You can change those endpoints in config file

**authentication-package.php**

```
return [
  'prefix' => 'v1',
  'routes' => [
      'login' => 'login',
      'register' => 'register',
      'confirm-registration' => '/register/{token}',
      'remind-password' => '/remind-password',
      'reset-password' => '/reset-password',
      'change-password' => '/account/change-password',
    ],
];

```

By default prefix set to those endpoints is **v1** but it is also changable

Email
=====

[](#email)

Some endpoints ( register, reset-password) sends emails to user. By default there is no layout but you can customize it by publishing emails

Documentation
=============

[](#documentation)

Package constain swagger 3.0 annotations which are also publishable

Publish
=======

[](#publish)

To publish all assets and configs you simple need to run

```
php artisan vendor:publish --provider="Shortcodes\Authentication\AuthenticationPackageProvider"

```

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 100% 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 ~2 days

Total

7

Last Release

2683d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/30219536?v=4)[Roman Szymański](/maintainers/shortcodes)[@shortcodes](https://github.com/shortcodes)

---

Top Contributors

[![shortcodes](https://avatars.githubusercontent.com/u/30219536?v=4)](https://github.com/shortcodes "shortcodes (11 commits)")

### Embed Badge

![Health badge](/badges/shortcodes-authentication/health.svg)

```
[![Health](https://phpackages.com/badges/shortcodes-authentication/health.svg)](https://phpackages.com/packages/shortcodes-authentication)
```

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M292](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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