Getting Started

Installation

This library is available as composer package and this is the recommended way to install this library.

$ composer require cloudstek/scim-filter-parser

Manual installation

If you don't use composer, you can install this library manually using the following steps:

  1. Clone this repository or download the latest release from the releases page.
  2. Require all files manually or use a PSR-4 autoloader (recommended).