Libraries tagged by ookla
graftype/speedtest-php
1517 Downloads
Speedtest.net for PHP | Library and command line interface
michelmelo/speedtest
8 Downloads
Speedtest.net for PHP | Library and command line interface
orklah/psalm-insane-comparison
1569488 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
orklah/psalm-strict-visibility
104073 Downloads
A Psalm plugin to detect calling private or protected method via proxy
orklah/psalm-strict-numeric-cast
57985 Downloads
Restrict the use of (int) and (float) to numeric-string only
orklah/psalm-strict-equality
236754 Downloads
Automatically change == into === when safe
orklah/psalm-not-empty
57320 Downloads
Automatically change empty() into a more explicit expression
oaklabs/psd2
8030 Downloads
API client for banks supporting psd2 APIs.
orklah/psalm-strict-types
104553 Downloads
Adds strict_types declaration when the file is provably safe
ooksanen/acf-focuspoint
46927 Downloads
Adds a image focus field
okolaa/termiiphp
2634 Downloads
Termii Rest API php library
s13k/php_oklab_color
441 Downloads
Oklab, Okhsv and Okhsl — PHP8 implementation
orklah/psalm-use-constants
11027 Downloads
Fix the code to use existing constants instead of literals when available
orklah/psalm-type-setters-params
594 Downloads
Use property type to fix param in the setter
orklah/psalm-elvis-begone
10132 Downloads
Replace Elvis operator (?:) by null coalesce operator (??) when applicable