Libraries tagged by ookla
graftype/speedtest-php
1531 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
1584565 Downloads
Detects possible insane comparison ("string" == 0) to help migrate to PHP8
orklah/psalm-strict-visibility
105384 Downloads
A Psalm plugin to detect calling private or protected method via proxy
orklah/psalm-strict-types
104952 Downloads
Adds strict_types declaration when the file is provably safe
orklah/psalm-strict-numeric-cast
59774 Downloads
Restrict the use of (int) and (float) to numeric-string only
orklah/psalm-strict-equality
241208 Downloads
Automatically change == into === when safe
orklah/psalm-not-empty
58478 Downloads
Automatically change empty() into a more explicit expression
oaklabs/psd2
8309 Downloads
API client for banks supporting psd2 APIs.
ooksanen/acf-focuspoint
47792 Downloads
Adds a image focus field
okolaa/termiiphp
2842 Downloads
Termii Rest API php library
s13k/php_oklab_color
856 Downloads
Oklab, Okhsv and Okhsl — PHP8 implementation
orklah/psalm-use-constants
11029 Downloads
Fix the code to use existing constants instead of literals when available
orklah/psalm-type-setters-params
596 Downloads
Use property type to fix param in the setter
orklah/psalm-elvis-begone
10135 Downloads
Replace Elvis operator (?:) by null coalesce operator (??) when applicable