PHPackages                             vis/registration\_l5 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. vis/registration\_l5

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

vis/registration\_l5
====================

Registration for L5

1.0.93(8y ago)0474[1 PRs](https://github.com/arturishe21/registration_l5/pulls)PHP

Since May 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/arturishe21/registration_l5)[ Packagist](https://packagist.org/packages/vis/registration_l5)[ RSS](/packages/vis-registration-l5/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependencies (2)Versions (15)Used By (0)

В composer.json добавляем в блок require

```
 "vis/registration_l5" : "1.*"
```

Выполняем

```
composer update
```

Добавляем в файле app.php в блок providers

```
  Vis\Registration\RegistrationServiceProvider::class,
```

Публикуем конфиги и js файлы

```
php artisan vendor:publish --tag=registration --force
```

Публикуем если нужно views файлы

```
php artisan vendor:publish --tag=registration_views --force
```

Для отображения форм использовать

```
    @include("registration::registration_form")
    @include("registration::authorization_form")
    @include("registration::forgot_pass_form")
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 88.2% 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 ~55 days

Total

14

Last Release

2941d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8b7ffd6192296a7a4be50ef6051026bdcb226401a5114d64dacc16dcaf7fb827?d=identicon)[arturishe](/maintainers/arturishe)

---

Top Contributors

[![arturishe](https://avatars.githubusercontent.com/u/3536387?v=4)](https://github.com/arturishe "arturishe (15 commits)")[![arturishe21](https://avatars.githubusercontent.com/u/9445877?v=4)](https://github.com/arturishe21 "arturishe21 (1 commits)")[![KHlushchenko](https://avatars.githubusercontent.com/u/6852568?v=4)](https://github.com/KHlushchenko "KHlushchenko (1 commits)")

### Embed Badge

![Health badge](/badges/vis-registration-l5/health.svg)

```
[![Health](https://phpackages.com/badges/vis-registration-l5/health.svg)](https://phpackages.com/packages/vis-registration-l5)
```

###  Alternatives

[elevate-digital/nova-charcounted-fields

Text and textarea fields with a character counter.

19110.9k](/packages/elevate-digital-nova-charcounted-fields)[lummy/laravel-vue-api-crud-generator

Creates a basic skeleton for a CRUD app in both Laravel &amp; Vue.js single file components.

163.0k](/packages/lummy-laravel-vue-api-crud-generator)

PHPackages © 2026

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