Download the PHP package miniorange/scim-laravel without Composer

On this page you can find all versions of the php package miniorange/scim-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package scim-laravel

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

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

Installation - Composer

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

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

    {laravel-application-domain}/mo_scim_admin

  3. 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

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

  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

  3. Click on Save button.

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

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

Free Plan Premium Plan Enterprise Plan
Create Users Create Users Create Users
Update user's email, firstName and lastName Update user's email, firstName, lastName and Custom Attributes Update user's email, firstName, lastName, Custom Attributes and Groups
Unlimited Users Unlimited Users Unlimited Users
Real-time Provisioning Real-time Provisioning Real-time Provisioning
Pre-configured IdP's Pre-configured IdP's Pre-configured IdP's
Not Available Delete/Deprovision Users Delete/Deprovision Users
Not Available Deactivate Users Deactivate Users
Not Available Attribute Mapping Attribute Mapping
Not Available Not Available Group Mapping
Not Available Not Available Audit Logs
Not Available Not Available Buddypress/BuddyBoss Attribute Mapping

Feature Description

Contact Us

For more details you can visit our website or contact us at [email protected].


All versions of scim-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^5.1 || ^7.1 || ^8.0
laravel/framework Version >=5.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package miniorange/scim-laravel contains the following files

Loading the files please wait ....