Libraries tagged by ebnf
tacoberu/bnf
3294 Downloads
Framework for building BNF like parsers.
ozhantr/ebnf
0 Downloads
Framework-agnostic PHP library for parsing, analyzing, and validating EBNF grammars.
edin/lexicon-syntax
9 Downloads
BNF-style grammar parser, validator, and code generator for Lexicon-powered syntax tools.
wp-coding-standards/wpcs
50996109 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions
deptrac/deptrac
10228144 Downloads
Deptrac is a static code analysis tool that helps to enforce rules for dependencies between software layers.
phparkitect/phparkitect
4624629 Downloads
Enforce architectural constraints in your PHP applications
automattic/vipwpcs
11980208 Downloads
PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions
mortexa/laravel-arkitect
534252 Downloads
Test and enforce architectural rules in your Laravel applications
mattiasgeniar/phpunit-query-count-assertions
937729 Downloads
A custom assertion for phpunit that allows you to count the amount of SQL queries used in a test. Can be used to enforce certain performance characteristics (ie: limit queries to X for a certain action).
dave-liddament/php-language-extensions
585798 Downloads
Attributes for extending the PHP language, using static analysis to enforce new language constructs
symfony/lts
5369062 Downloads
Enforces Long Term Supported versions of Symfony components
boundwize/structarmed
766604 Downloads
Configurable PHP architecture guards — define your layers and rules, then keep them enforced
shipmonk/coverage-guard
82977 Downloads
Enforce code coverage in your CI. Not by percentage, but target core methods. No more untested Facades, Controllers, or Repositories. Allows you to start enforcing coverage for new code only!
humanmade/publication-checklist
170001 Downloads
Run checks and enforce conditions before posts are published.
cheprasov/php-redis-lock
459853 Downloads
RedisLock for PHP is a synchronization mechanism for enforcing limits on access to a resource in an environment where there are many threads of execution. A lock is designed to enforce a mutual exclusion concurrency control policy.