PHPackages                             shortcodes/laravel-api-auth - 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. shortcodes/laravel-api-auth

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

shortcodes/laravel-api-auth
===========================

Simple package allows to use Laravel authentication features like register and remind password as API out of the box

0.0.4(6y ago)08mitPHPPHP &gt;=7.4.0

Since Jun 22Pushed 6y ago1 watchersCompare

[ Source](https://github.com/shortcodes/laravel-api-auth)[ Packagist](https://packagist.org/packages/shortcodes/laravel-api-auth)[ RSS](/packages/shortcodes-laravel-api-auth/feed)WikiDiscussions master Synced today

READMEChangelog (4)DependenciesVersions (5)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)

You can change those endpoints in config file

**api-auth.php**

```
return [
  'login' => 'login',
  'logout' => 'logout',
  'register' => 'register',
  'remind-password' => 'password/email',
  'reset-password' => 'password/reset',
  'verification' => 'email/verify/{id}/{hash}',
  'resend-activation' => 'email/resend',
],

```

Publish
=======

[](#publish)

To publish configs you simple need to run

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

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

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 ~0 days

Total

4

Last Release

2201d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/shortcodes-laravel-api-auth/health.svg)

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

###  Alternatives

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.3M17](/packages/kartik-v-yii2-password)[vitalybaev/laravel5-dkim

Laravel 5/6 package for signing outgoing messages with DKIM.

3163.1k](/packages/vitalybaev-laravel5-dkim)

PHPackages © 2026

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