PHP Package: tmilos/scim-filter-parser
Scim-filter-parser is a PHP library for parsing and evaluating SCIM filter expressions efficiently.
Package Description
Scim-filter-parser is a powerful PHP library designed to parse and evaluate SCIM (System for Cross-domain Identity Management) filter expressions with high performance and accuracy. It simplifies the process of handling complex filter operations in SCIM-compliant systems, enabling developers to efficiently manage and manipulate user data based on specified filter criteria. By integrating scim-filter-parser into your PHP applications, you can streamline user data processing and enhance the overall performance of your SCIM implementation.
Download Latest Version: 1.3.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/tmilos/scim-filter-parser/1.3.0/loader.php';
require_once 'libs/tmilos/scim-parser/{lib_version}/loader.php';
use Tmilos\ScimFilterParser\Parser;
$obj = new Parser();
echo '✅ Test OK: ' . get_class($obj);
?>
We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.
Community Discussion
Ask questions, share tips, or report issues below.