Download the PHP package protonlabs/scim-schema without Composer
On this page you can find all versions of the php package protonlabs/scim-schema. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download protonlabs/scim-schema
More information about protonlabs/scim-schema
Files in protonlabs/scim-schema
Package scim-schema
Short Description SCIM schema library
License MIT
Homepage https://github.com/protonlabs/scim-schema
Informations about the package scim-schema
Scim Schema
SCIM schema PHP library with support for both v1 and v2.
This library is a fork of https://github.com/tmilos/scim-s to make it compatible with modern PHP
Note: This library is still work in progress, and you are welcome to help and contribute
It was made by the specs from SimpleCloud and by the example documents generated by PowerDMS/Owin.Scim
Do not miss SCIM Filter Parser !
Install
Install Scim Schema using composer:
Usage
Schema
Build default schema:
Or build your own custom schema:
And serialize the scim schema object
Schema validation
An object can be validated against a schema: