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 4d 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 54% 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

2636d 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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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