Libraries tagged by assertions
assertis/config-lib
15658 Downloads
Simple configuration library
vashkatsi/php-duck-typing
0 Downloads
A PHP library for asserting duck typing.
spiderling-php/phpunit-matches-selector
161 Downloads
PHPUnit extension for asserting if a dom element matches a given css selector
dneustadt/type-checker
6 Downloads
Simple implementation for asserting PHP7 scalar type declarations and return types
ocramius/change-set
22 Downloads
A library to compute, commit and rollback simple changesets, tracking insertions, deletions and updates
laraspells/asset-collector
160 Downloads
Blade directives to prevent multiple asset (css/js) code insertions.
designbycode/levenshtein-distance
110 Downloads
The LevenshteinDistance class provides a method to calculate the Levenshtein distance between two strings. The Levenshtein distance is a measure of the minimum number of single-character edits (insertions, deletions, or substitutions) required to change one word into the other.