PHPackages                             miniorange/scim-laravel - 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. miniorange/scim-laravel

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

miniorange/scim-laravel
=======================

Laravel SCIM Solution allows you to perform real-time user provisioning/sync from your Identity Provider to Service Provider.

v1.0.1(3y ago)025BSD-3-ClauseCSSPHP ^5.1 || ^7.1 || ^8.0

Since Mar 13Pushed 3y ago1 watchersCompare

[ Source](https://github.com/miniOrangeDev/scim-laravel)[ Packagist](https://packagist.org/packages/miniorange/scim-laravel)[ RSS](/packages/miniorange-scim-laravel/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (3)Used By (0)

What is SCIM?
=============

[](#what-is-scim)

**SCIM**, which stands for **System for Cross-domain Identification Management**, is an open standard that facilitates in the automation of the user identity lifecycle management process. SCIM Provisioning facilitates the communication of cloud-based applications by formalising the integration of Identity Providers (e.g., Directories) as well as Service Providers (i.e. SaaS apps you need to access). When SCIM Provisioning is enabled, 'Create,' 'Update,' and 'Delete' operations performed in the IDP (where user data is stored) are automatically synchronised with the SPs (SaaS apps like Salesforce, AWS, Zoom, and others). This increases user data security while also simplifying the user lifecycle management process.

Laravel SCIM
============

[](#laravel-scim)

The package is for **SCIM Provisioning / Laravel SCIM Automated User Provisioning / Laravel User Sync**. It allows you to configure real-time Laravel SCIM user provisioning and enable automated Laravel user sync from IDPs like Azure AD, Okta, GSuite/Google Apps / Google Workspace, Keycloak, Centrify, One Login, PingOne, Jumpcloud, miniOrange, etc. Our Laravel SCIM package helps you to automate user creation, update and delete user information from the IDP (Identity Provider) in real-time to your Laravel site.

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

[](#requirements)

- Laravel - 5.0+
- PHP - ^5.1 || ^7.1 || ^8.0

Installation - Composer
-----------------------

[](#installation---composer)

1. Install the package via composer in your Laravel app's main directory.

```
composer require miniorange/scim-laravel

```

1. After successful installation of package, go to your Laravel app in the browser and enter

    ***{laravel-application-domain}/mo\_scim\_admin***
2. The package will start setting up your database for you and then redirect you to the admin registration page where you can register or login with miniOrange and setup SCIM Provisioning.

    [![This is package login page](https://camo.githubusercontent.com/5c86c6a6be687c72c305f4d723b4ee08748b1ea0fef4a2e238064cc0ee09bf86/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f72656769737465722d6d696e696f72616e67652d61646d696e2d6c61726176656c2e77656270)](https://camo.githubusercontent.com/5c86c6a6be687c72c305f4d723b4ee08748b1ea0fef4a2e238064cc0ee09bf86/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f72656769737465722d6d696e696f72616e67652d61646d696e2d6c61726176656c2e77656270)

Configuring the package
-----------------------

[](#configuring-the-package)

1. Copy the **SCIM Base URL** and **SCIM Bearer Token** from and paste it in your IdP.

    [![This is package settings page](https://camo.githubusercontent.com/dab94b4b8faf3b51c4ffbb91b52b3dcc83d70d89824dfcc397b479b590797ee9/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f6c61726176656c2d7363696d2d64617368626f6172642d75726c2d746f6b656e2e77656270)](https://camo.githubusercontent.com/dab94b4b8faf3b51c4ffbb91b52b3dcc83d70d89824dfcc397b479b590797ee9/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f6c61726176656c2d7363696d2d64617368626f6172642d75726c2d746f6b656e2e77656270)
2. In the name field, select the **SCIM Attribute** from the dropdown the SCIM attribute you want to map with name column of your laravel user table.

    [![This is package settings page](https://camo.githubusercontent.com/b10dcf784a2196d5c67d23a21d0c8b2868a4b1ffb363b5cdb094ccc51313aa88/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f7363696d2d73657474696e672d6d61702d7363696d2d617474726962757465732e77656270)](https://camo.githubusercontent.com/b10dcf784a2196d5c67d23a21d0c8b2868a4b1ffb363b5cdb094ccc51313aa88/68747470733a2f2f706c7567696e732e6d696e696f72616e67652e636f6d2f77702d636f6e74656e742f75706c6f6164732f323032332f30332f7363696d2d73657474696e672d6d61702d7363696d2d617474726962757465732e77656270)
3. Click on Save button.

Perform SCIM Operations
-----------------------

[](#perform-scim-operations)

Once you have configured your IdP with the plugin, you will be able to perform the following operations:

1. ***Create Users***: The users will automatically be created on your Laravel site when created on your IdP.
2. ***Update Users***: The users will automatically be updated on your Laravel site when updated on your IdP.
3. ***Delete/De-provision***: The users will automatically be deleted from your Laravel site users list when deleted from your IdP.

Features
========

[](#features)

The features provided in the free and premium are listed here.

Free PlanPremium PlanEnterprise PlanCreate UsersCreate UsersCreate UsersUpdate user's email, firstName and lastNameUpdate user's email, firstName, lastName and Custom AttributesUpdate user's email, firstName, lastName, Custom Attributes and GroupsUnlimited UsersUnlimited UsersUnlimited UsersReal-time ProvisioningReal-time ProvisioningReal-time ProvisioningPre-configured IdP'sPre-configured IdP'sPre-configured IdP's***Not Available***Delete/Deprovision UsersDelete/Deprovision Users***Not Available***Deactivate UsersDeactivate Users***Not Available***Attribute MappingAttribute Mapping***Not Available******Not Available***Group Mapping***Not Available******Not Available***Audit Logs***Not Available******Not Available***Buddypress/BuddyBoss Attribute MappingFeature Description
===================

[](#feature-description)

- **Real-time Provisioning**

    Automatically Provision newly created or updated Users in your Identity Provider into *Laravel Application* in Real Time.
- **Delete/Deprovision Users**

    Automatic User Deprovisioning feature enables deactivation /deletion of user accounts on your Laravel site when user is deleted / unassigned / removed from your IdP.
- **Attribute/Group Mapping**

    Map and update Laravel user attributes/groups automatically from your IdP.

Contact Us
==========

[](#contact-us)

For more details you can visit our [**website**](https://plugins.miniorange.com/laravel-user-provisioning) or contact us at [**laravelsupport@xecurify.com**](mailto:laravelsupport@xecurify.com).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~16 days

Total

2

Last Release

1141d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9eeed4a6762c4cd395b5c508453e5fd5682064406836182fecfc917c211283b3?d=identicon)[miniorange](/maintainers/miniorange)

---

Top Contributors

[![miniOrangeDev](https://avatars.githubusercontent.com/u/12458201?v=4)](https://github.com/miniOrangeDev "miniOrangeDev (3 commits)")[![vidushigupta0607](https://avatars.githubusercontent.com/u/110659586?v=4)](https://github.com/vidushigupta0607 "vidushigupta0607 (3 commits)")

---

Tags

azurede-provisionlaraveloktaprovisioningscimuser-sync

### Embed Badge

![Health badge](/badges/miniorange-scim-laravel/health.svg)

```
[![Health](https://phpackages.com/badges/miniorange-scim-laravel/health.svg)](https://phpackages.com/packages/miniorange-scim-laravel)
```

###  Alternatives

[lab404/laravel-impersonate

Laravel Impersonate is a plugin that allows to you to authenticate as your users.

2.3k16.4M48](/packages/lab404-laravel-impersonate)[santigarcor/laratrust

This package provides a flexible way to add Role-based Permissions to Laravel

2.3k5.4M43](/packages/santigarcor-laratrust)[overtrue/laravel-follow

User follow unfollow system for Laravel.

1.2k404.7k5](/packages/overtrue-laravel-follow)[codegreencreative/laravel-samlidp

Make your PHP Laravel application an Identification Provider using SAML 2.0. This package allows you to implement your own Identification Provider (idP) using the SAML 2.0 standard to be used with supporting SAML 2.0 Service Providers (SP).

263763.5k1](/packages/codegreencreative-laravel-samlidp)

PHPackages © 2026

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