PHPackages                             vis/registration - 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. vis/registration

ActiveLibrary

vis/registration
================

1.0.21(10y ago)029PHPPHP &gt;=5.4.0

Since Aug 11Pushed 10y ago1 watchersCompare

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

READMEChangelogDependencies (1)Versions (4)Used By (0)

Для корректной работы нужно еще установить пакет

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

```
 "vis/registration": "1.0.*"
```

Выполняем

```
composer update
```

Добавляем в app.php

```
  'Vis\Registration\RegistrationServiceProvider',
```

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

```
   php artisan asset:publish vis/registration
```

Публикуем config

```
   php artisan config:publish vis/registration
```

Публикуем views

```
   php artisan view:publish vis/registration
```

Вызов формы авторизации в вьюхе

```
    @include('registration::authorization_form')
```

Вызов формы напоминание пароля в вьюхе

```
    @include('registration::forgot_pass_form')
```

Вызов формы регистрация в вьюхе

```
    @include('registration::registration_form')
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

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

Total

3

Last Release

3933d 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 (5 commits)")

### Embed Badge

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

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

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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