PHP Package: tmilos/scim-filter-parser

Scim-filter-parser is a PHP library for parsing and evaluating SCIM filter expressions efficiently.

Current Version: 1.3.0
Last Updated: 2017-01-19
PHP Requirement: >=7.4
Dependencies:
tmilos/scim-parser
⚠️ To ensure full functionality, the above dependencies might be required.

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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.3.0

Download Download v1.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.