You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ dashboards to track activity and problems.
16
16
17
17
## Supported PHP versions
18
18
19
-
`stats-php` version `1.x` supports the following PHP version: `7.0`, `7.1`, `7.2`. If you going to use the library with newer PHP versions - consider using version `2.x+`.
19
+
`stats-php` version `1.x` supports the following PHP version: `7.0`, `7.1`, `7.2`. If you going to use the library with newer PHP versions - consider using version `2.x+`.
20
+
21
+
Since version `2.x`, this library start using the built-in `intl` PHP extension instead of `behat/transliterator`
20
22
21
23
## Key Features
22
24
@@ -29,6 +31,18 @@ dashboards to track activity and problems.
29
31
* Easy to build HTTP requests metrics - timing and count
30
32
* Generalise or modify HTTP Requests metric - e.g. skip ID part
0 commit comments