thunderer/Shortcode

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.github/workflows/test-old.yaml
.github/workflows/test.yaml
.gitignore
CHANGELOG.md
LICENSE
Makefile
README.md
composer.json
docker-compose.yaml
docker/php-5.x/Dockerfile
docker/php/Dockerfile
docker/php/php.ini
infection.json
phpunit.xml.dist
psalm.xml
src/Event/FilterShortcodesEvent.php33
src/Event/ReplaceShortcodesEvent.php51
src/EventContainer/EventContainer.php28
src/EventContainer/EventContainerInterface.php6
src/EventHandler/FilterRawEventHandler.php24
src/EventHandler/ReplaceJoinEventHandler.php27
src/Events.php11
src/Handler/ContentHandler.php10
src/Handler/DeclareHandler.php31
src/Handler/EmailHandler.php12
src/Handler/NameHandler.php10
src/Handler/NullHandler.php10
src/Handler/PlaceholderHandler.php19
src/Handler/RawHandler.php13
src/Handler/SerializerHandler.php16
src/Handler/UrlHandler.php11
src/Handler/WrapHandler.php21
src/HandlerContainer/HandlerContainer.php58
src/HandlerContainer/HandlerContainerInterface.php7
src/HandlerContainer/ImmutableHandlerContainer.php15
src/Parser/ParserInterface.php7
src/Parser/RegexParser.php66
src/Parser/RegularParser.php266
D
2 days
src/Parser/WordpressParser.php78
A
1 hr
src/Processor/Processor.php155
A
1 hr
src/Processor/ProcessorContext.php22
src/Processor/ProcessorInterface.php6
src/Serializer/JsonSerializer.php34
src/Serializer/SerializerInterface.php8
src/Serializer/TextSerializer.php67
src/Serializer/XmlSerializer.php75
src/Serializer/YamlSerializer.php35
src/Shortcode/AbstractShortcode.php46
src/Shortcode/ParsedShortcode.php30
src/Shortcode/ParsedShortcodeInterface.php7