PHPackages                             cloudstek/scim-filter-parser - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. cloudstek/scim-filter-parser

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

cloudstek/scim-filter-parser
============================

Parser for the SCIM (IETF RFC 7644, System for Cross-domain Identity Management) filter syntax.

v3.0.1(10mo ago)8887.5k↑11.2%6[4 PRs](https://github.com/Cloudstek/scim-filter-parser/pulls)MITPHPPHP ^8.1CI passing

Since May 12Pushed 10mo agoCompare

[ Source](https://github.com/Cloudstek/scim-filter-parser)[ Packagist](https://packagist.org/packages/cloudstek/scim-filter-parser)[ RSS](/packages/cloudstek-scim-filter-parser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (4)Dependencies (5)Versions (6)Used By (0)

SCIM Filter Parser
==================

[](#scim-filter-parser)

> Parser for the SCIM ([IETF RFC 7644, System for Cross-domain Identity Management](https://tools.ietf.org/html/rfc7644)) filter syntax.

[![GitHub Workflow Status](https://camo.githubusercontent.com/4d43866fcde9a0dddf9e2a49804fb4769fc5cfb914ee47dd2563c0b6c02ff905/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f436c6f75647374656b2f7363696d2d66696c7465722d7061727365722f504850756e69742532305465737473)](https://github.com/Cloudstek/scim-filter-parser/actions) [![Coverage Status](https://camo.githubusercontent.com/d4f4c26bf60e0a37c2939c05668c33bbcea5756bb8dac3dbbbbd88c6b04ab45a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f436c6f75647374656b2f7363696d2d66696c7465722d7061727365722f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/Cloudstek/scim-filter-parser?branch=master) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/04531f93af164ac269b3f735eeda15d5e8c3afc66abbefefad92237a6fa3ca84/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436c6f75647374656b2f7363696d2d66696c7465722d7061727365722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/Cloudstek/scim-filter-parser/?branch=master) [![GitHub](https://camo.githubusercontent.com/882c12bf6b4d178fd3e1c2a91acafc03833e2fb87341fbc6877fae4147cf246e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f436c6f75647374656b2f7363696d2d66696c7465722d706172736572)](https://camo.githubusercontent.com/882c12bf6b4d178fd3e1c2a91acafc03833e2fb87341fbc6877fae4147cf246e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f436c6f75647374656b2f7363696d2d66696c7465722d706172736572) [![GitHub tag (latest SemVer)](https://camo.githubusercontent.com/3f2a8ff74742027b6f820a8800a69b8b8f147f19bd6a8d4904555463062f7b9e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f762f7461672f436c6f75647374656b2f7363696d2d66696c7465722d7061727365723f6c6162656c3d6c617465737426736f72743d73656d766572)](https://github.com/Cloudstek/scim-filter-parser/releases) [![Packagist Downloads](https://camo.githubusercontent.com/4ea3ee1fc0dc7a18e078a64323fb1a60503de57e39a77423281530229112c5c3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636c6f75647374656b2f7363696d2d66696c7465722d706172736572)](https://packagist.org/packages/cloudstek/scim-filter-parser) [![Packagist Stars](https://camo.githubusercontent.com/f534f5fb7832ef012f43b43a0d35d872f5f148c1493c2e4a96512207f70b7a9a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f636c6f75647374656b2f7363696d2d66696c7465722d706172736572)](https://packagist.org/packages/cloudstek/scim-filter-parser)

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

[](#installation)

This library is available as [composer](https://getcomposer.org/) package and this is the recommended way to install this library.

```
$ composer require cloudstek/scim-filter-parser
```

#### Manual installation

[](#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](https://github.com/Cloudstek/scim-filter-parser/releases).
2. Require all files manually or use a PSR-4 autoloader (recommended).

Usage
-----

[](#usage)

As code often says more than a thousand words, a little code to get you started.

```
