Skip to content

Instantly share code, notes, and snippets.

@estefanionsantos
Created May 24, 2026 23:11
Show Gist options
  • Select an option

  • Save estefanionsantos/5830545f45021c66760fdd0591c4ccd2 to your computer and use it in GitHub Desktop.

Select an option

Save estefanionsantos/5830545f45021c66760fdd0591c4ccd2 to your computer and use it in GitHub Desktop.
FromCamelCaseFilter
<?php
use Rubricate\Filter\Word\FromCamelCaseFilter;
$filter = new FromCamelCaseFilter('-'); // Define the output separator
echo $filter->getFilter('RubricateFilterComponent');
// Output: rubricate-filter-component
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment