slickdeals/statsd
a PHP client for statsd
3.2.3
5.2M downloads/mo
#1951 most downloaded on Packagist
Slickdeals/statsd-php
What this package is like to depend on
Last release 6 months ago
09 Feb 2026
Ships fairly regularly
a new release about every 8 months
Some releases are documented
notes for 12 of 38 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
38 releases · first in 2013
2 releases in the last 12 months
see the full history below
Release timeline
38 releases · Jan 2013 to Feb 2026Releases
latest 38-
3.2.309 Feb 2026Release notes
Open source →What's Changed
- timeout signature for fsockopen is float by @sveneld in #10
- Update tests & readme by @drwho725 in #15 & #16
New Contributors
Full Changelog: 3.2.2...3.2.3
Release notes
Open source →Fixed
- Fixed timeout parameter type from
inttofloatto match PHP'sfsockopen()signature, allowing fractional second timeouts
Changed
- Updated test assertions to use strict type checking for timeout values
Documentation
- Fixed bare URL in README by converting to proper markdown link
- Updated composer version constraint from ~3.0 to ^3.2
- Added Connection Timeout section documenting float timeout support
- Fixed grammar and typos in README
- Standardized section heading capitalization
-
3.2.202 Sep 2025Release notes
Open source →What's Changed
- chore: update changelog notes for release 3.2.1 by @drwho725 in #13
- [PHP8.4] Implicitly marking parameter $memory as nullable is deprecated by @PhilETaylor in #12
- Test against PHP 8.1, 8.2 and 8.3 by @snapshotpl in #9
New Contributors
- @PhilETaylor made their first contribution in #12
- @snapshotpl made their first contribution in #9
Full Changelog: 3.2.1...3.2.2
-
3.2.120 Dec 2024Nothing published for this version
-
3.2.024 Nov 2023Nothing published for this version
-
3.1.215 Aug 2022Nothing published for this version
-
3.1.109 Aug 2022Release notes
Open source →Fixed
- Fix mismatch between StatsdAwareTrait and StatsdAwareInterface which breaks php 7.4 compatibility.
-
3.1.004 Jun 2021Release notes
Open source →Added
- Adds utility classes for helping to auto-inject the StatsD client into a service using a dependency injection container (like Symfony's DI component).
-
3.0.203 Jan 2020Nothing published for this version
-
3.0.119 Oct 2019 -
3.0.002 Sep 2019Release notes
Open source →Added
- PHP 7.2 is the new minimum PHP version
- added type hints and return type declarations
-
2.10.014 Dec 2018Nothing published for this version
-
2.9.328 Nov 2018Nothing published for this version
-
2.9.224 Nov 2018Nothing published for this version
-
2.9.110 Jul 2018Nothing published for this version
-
2.9.029 Apr 2018Nothing published for this version
-
2.8.029 Apr 2018Nothing published for this version
-
2.7.029 Apr 2018Nothing published for this version
-
2.6.104 Apr 2018Nothing published for this version
-
2.6.030 Jul 2017Nothing published for this version
-
2.5.010 Apr 2017Nothing published for this version
-
2.4.106 Jul 2016Nothing published for this version
-
2.4.023 Apr 2016Nothing published for this version
-
2.3.024 Jan 2016Nothing published for this version
-
2.2.029 Oct 2015Release notes
Open source →Added
- TcpSocket now throws a TCPSocketException if no connection could be established
-
2.1.414 Apr 2015Nothing published for this version
-
2.1.307 Apr 2015Nothing published for this version
-
2.1.210 Feb 2015Nothing published for this version
-
2.1.110 Feb 2015Nothing published for this version
-
2.1.008 Jan 2015Nothing published for this version
-
2.0.109 Dec 2014Nothing published for this version
-
2.0.006 Dec 2014Release notes
Open source →Changed
- renamed Socket classes: Socket is now a UdpSocket + there is a new TcpSocket class
- batch messages are split to fit into the configured MTU
- sampling all metrics must now be configured on the client - no longer in the connection
- endTiming() returns the time measured
- for development there is a new (simple) process for running integration tests and such using make
-
1.1.310 Feb 2015Nothing published for this version
-
1.1.210 Feb 2015Nothing published for this version
-
1.1.101 Dec 2014Nothing published for this version
-
1.1.016 Aug 2014 -
1.0.221 Jan 2014 -
1.0.116 Aug 2013Release notes
Open source →Fixed
- ignore all exceptions and errors which are thrown when writing to the UDP socket
-
1.0.025 Jan 2013