PHPackages                             5dmatwebregister/ajaxregister - 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. 5dmatwebregister/ajaxregister

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

5dmatwebregister/ajaxregister
=============================

Ajax Register for laravel ...

71.6k3[2 issues](https://github.com/zizohassan/laravel-ajax-register/issues)HTML

Since Mar 3Pushed 9y ago2 watchersCompare

[ Source](https://github.com/zizohassan/laravel-ajax-register)[ Packagist](https://packagist.org/packages/5dmatwebregister/ajaxregister)[ RSS](/packages/5dmatwebregister-ajaxregister/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-ajax-register
=====================

[](#laravel-ajax-register)

Ajax Register with laravel

\#install

```
composer require 5dmatwebregister/ajaxregister:dev-master

```

\#add provider

```
AjaxRegister\AjaxRegisterProvider\AjaxRegisterProvider::class,

```

\#Authentication scaffolding

add this line to terminal

```
php artisan make:auth

```

\#vendor publish

```
php artisan vendor:publish --tag=5dmatweb --force

```

\#Start Now

now start your project and enjoy login with ajax

```
php artisan serve

```

\#How to use

```
   var AR = new AjaxRegister({
            form:'form',
            error:"error",
            input:[ [name , required] , email  ],
            doneUrl:"/home"
        });
```

form = the form id you must set id to the register form
erorr = the id of div we will show errors on it
input = array of input that we will take values if this input required just put in sub array like this \['name' , 'required'\] if input optional just put his name like this 'email' do not worry about this point we set the input for you
doneUrl = the url we will redirect user after register

example

```
   var AR = new AjaxRegister({
            form:'form',
            error:"error",
            input:[
                ['name' ,'required'] , ///required
                ['email','required'] ,///required
                ['password','required'] ,///required
                ['password-confirm','required'] ,///required
                ['_token','required'],///required
                'age' ///optional
            ],
            doneUrl:"/home"
        });
```

\#Methods

\#Done Register

```
AR.doneRegister = function(){

}
```

\#error Register

```
AR.errorRegister = function(){

}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance14

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/dd949da6bbc3785bff4c5e6f514b8ed38e200318ca759b5982a0d7fa1c9b1b5f?d=identicon)[zizohassan](/maintainers/zizohassan)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/5dmatwebregister-ajaxregister/health.svg)

```
[![Health](https://phpackages.com/badges/5dmatwebregister-ajaxregister/health.svg)](https://phpackages.com/packages/5dmatwebregister-ajaxregister)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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