PHPackages                             inovector/mixpost-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. inovector/mixpost-auth

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

inovector/mixpost-auth
======================

Mixpost's authentication feature

v2.1.0(1y ago)43.3k↓33.3%1MITPHPPHP ^8.2CI passing

Since Mar 2Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/inovector/mixpost-auth)[ Packagist](https://packagist.org/packages/inovector/mixpost-auth)[ Docs](https://github.com/inovector/mixpost-auth)[ RSS](/packages/inovector-mixpost-auth/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (7)Dependencies (11)Versions (10)Used By (1)

[![](./art/standwithua.png)](https://supportukrainenow.org)

---

[![Logo Mixpost](https://raw.githubusercontent.com/inovector/mixpost/main/art/logo.svg)](https://mixpost.app)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2b9c3e97b03b67041bb3d6a40ad84db6bd147b4823d4109ba6c33bbcd8086b2b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e6f766563746f722f6d6978706f73742d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inovector/mixpost-auth)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ec8c912eb42f0d92d333d88f92cf94cae6eca44e8353635567f5ea97091c43ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f696e6f766563746f722f6d6978706f73742d617574682f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/inovector/mixpost-auth/actions?query=workflow%3Arun-tests+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/c6d754e7abbb4243f4d1d13161e35b88aed62ed669ddec878b0a40467c7c7d8c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e6f766563746f722f6d6978706f73742d617574682e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/inovector/mixpost-auth)

Introduction
------------

[](#introduction)

Mixpost Auth provides a login page for the [Mixpost](https://github.com/inovector/mixpost) package. If you already have user management, do not install this package. Install only if you don't have one.

Join our community:

- [Discord](https://discord.gg/5YdseZnK2Z)
- [Facebook Private Group](https://www.facebook.com/groups/inovector)

[![](./art/cover.png)](https://mixpost.app)

Requirements
------------

[](#requirements)

- Laravel Framework \[^10.47, ^11.0\]
- PHP 8.2 or higher
- Database (eg: MySQL, PostgresSQL, SQLite)

Installation
------------

[](#installation)

You may use Composer to install Mixpost Auth into your new Laravel project:

```
composer require inovector/mixpost-auth
```

After installing the Mixpost Auth package, you may execute:

```
php artisan vendor:publish --tag=mixpost-auth-assets
```

You can publish the config file with:

```
php artisan vendor:publish --tag=mixpost-auth-config
```

This is the contents of the published config file:

```
return [
    /*
     * After login will redirect to this url.
     */
    'redirect_to_url' => '/mixpost',

    /*
     * The model you want to use as a User model.
     */
    'model_user' => \Inovector\MixpostAuth\Models\User::class
];
```

Create a new user
-----------------

[](#create-a-new-user)

To create a new user, you can run this command: `php artisan mixpost-auth:create` and follow the instructions.

Delete a user
-------------

[](#delete-a-user)

To delete a user, you can run this command: `php artisan mixpost-auth:delete example@mail.com`.

Change user password
--------------------

[](#change-user-password)

To change user password, you can run this command: `mixpost-auth:password example@mail.com` and follow the instructions.

Visit
-----

[](#visit)

After performing all these steps, you should be able to visit the Login page at /mixpost/login.

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [Releases](../../releases) for more information what has changed recently.

Contributing
------------

[](#contributing)

By participating in this project you agree to these conditions 👇

Please note that this project is a [commercial product](https://mixpost.app/), and this repository is the lite version of Mixpost Pro. We work hard to offer the community the best free social media manager solution and please read this section carefully.

If you want to add a feature, it's better to open an issue before you start coding. It is important for us that features from the Lite version do not correlate with features from the Mixpost Pro. PRs with optimizations, bug fixes are welcome.

Please, be very clear on your commit messages and pull requests, empty pull request messages may be rejected.

When contributing code to Mixpost Auth, you must follow the [PSR-12 Coding Standard](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-12-extended-coding-style-guide.md). The golden rule is: Imitate the existing Mixpost Auth code.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Dima Botezatu](https://github.com/lao9s)
- [All Contributors](../../contributors)

License
-------

[](#license)

Mixpost Auth is licensed under the [MIT License](LICENSE.md), sponsored and supported by [Inovector](https://inovector.com).

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance49

Moderate activity, may be stable

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity63

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

Recently: every ~191 days

Total

7

Last Release

399d ago

Major Versions

v1.2.0 → v2.0.02025-01-18

PHP version history (2 changes)v1.0.0PHP ^8.1

v2.0.0PHP ^8.2

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

inovectormixpostmixpost-authmixpost-user-authmixpost-authentication

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/inovector-mixpost-auth/health.svg)

```
[![Health](https://phpackages.com/badges/inovector-mixpost-auth/health.svg)](https://phpackages.com/packages/inovector-mixpost-auth)
```

###  Alternatives

[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k89.8M1.0k](/packages/spatie-laravel-permission)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[jeffgreco13/filament-breezy

A custom package for Filament with login flow, profile and teams support.

1.0k1.7M41](/packages/jeffgreco13-filament-breezy)[spatie/laravel-login-link

Quickly login to your local environment

4381.2M1](/packages/spatie-laravel-login-link)[ryangjchandler/laravel-cloudflare-turnstile

A simple package to help integrate Cloudflare Turnstile.

438896.6k2](/packages/ryangjchandler-laravel-cloudflare-turnstile)[spatie/laravel-passkeys

Use passkeys in your Laravel app

444494.4k16](/packages/spatie-laravel-passkeys)

PHPackages © 2026

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