PHP code example of hshn / class-matcher-bundle
1. Go to this page and download the library: Download hshn/class-matcher-bundle library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
hshn / class-matcher-bundle example snippets
$provider = $container->get('hshn_class_matcher.matcher_provider');
$provider->get('matcher1')->matches('Foo'); // true or false