Skip to content

Commit 6fb4fd2

Browse files
committed
chore: Deploy
1 parent 6681eaf commit 6fb4fd2

File tree

5 files changed

+244
-15
lines changed

5 files changed

+244
-15
lines changed

all.json

Lines changed: 119 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4019,6 +4019,120 @@
40194019
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
40204020
}
40214021
},
4022+
"v3.6.7": {
4023+
"name": "hyperf/metric",
4024+
"version": "v3.6.7",
4025+
"version_normalized": "3.6.7.0",
4026+
"source": {
4027+
"type": "git",
4028+
"url": "https://github.com/opencodeco/hyperf-metric.git",
4029+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
4030+
},
4031+
"dist": {
4032+
"type": "zip",
4033+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
4034+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
4035+
"shasum": ""
4036+
},
4037+
"require": {
4038+
"hyperf/codec": "~3.1.0",
4039+
"hyperf/contract": "~3.1.0",
4040+
"hyperf/engine": "^2.3",
4041+
"hyperf/guzzle": "~3.1.0",
4042+
"hyperf/support": "~3.1.0",
4043+
"hyperf/utils": "~3.1.0",
4044+
"php": ">=8.1",
4045+
"psr/container": "^1.0 || ^2.0",
4046+
"psr/event-dispatcher": "^1.0",
4047+
"psr/http-message": "^1.0 || ^2.0"
4048+
},
4049+
"require-dev": {
4050+
"friendsofphp/php-cs-fixer": "^3.21",
4051+
"hyperf/async-queue": "^3.0",
4052+
"hyperf/config": "^3.0",
4053+
"hyperf/db-connection": "^3.0",
4054+
"hyperf/di": "^3.0",
4055+
"hyperf/event": "^3.0",
4056+
"hyperf/framework": "^3.0",
4057+
"hyperf/process": "^3.0",
4058+
"hyperf/redis": "^3.0",
4059+
"hyperf/testing": "^3.0",
4060+
"influxdb/influxdb-php": "^1.15",
4061+
"mockery/mockery": "^1.6",
4062+
"phpstan/extension-installer": "^1.3",
4063+
"phpstan/phpstan": "^1.10",
4064+
"phpstan/phpstan-mockery": "^1.1",
4065+
"rector/rector": "^0.17.5",
4066+
"slickdeals/statsd": "^3.1",
4067+
"swoole/ide-helper": "^5.0"
4068+
},
4069+
"suggest": {
4070+
"hyperf/di": "Required to use annotations.",
4071+
"hyperf/event": "Required to use listeners for default metrics.",
4072+
"hyperf/http-server": "Required to capture routes in middleware.",
4073+
"hyperf/process": "Required to use standalone process, or you have to roll your own",
4074+
"hyperf/retry": "Required to use back-off retry implementation.",
4075+
"influxdb/influxdb-php": "Required to use InfluxDB driver.",
4076+
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
4077+
"slickdeals/statsd": "Required to use StatdD driver."
4078+
},
4079+
"time": "2025-09-02T14:30:30+00:00",
4080+
"type": "library",
4081+
"extra": {
4082+
"branch-alias": {
4083+
"dev-master": "3.1-dev"
4084+
},
4085+
"hyperf": {
4086+
"config": "Hyperf\\Metric\\ConfigProvider"
4087+
}
4088+
},
4089+
"autoload": {
4090+
"psr-4": {
4091+
"Hyperf\\Metric\\": "src/"
4092+
}
4093+
},
4094+
"autoload-dev": {
4095+
"psr-4": {
4096+
"HyperfTest\\Metric\\": "tests/"
4097+
}
4098+
},
4099+
"scripts": {
4100+
"test": [
4101+
"co-phpunit"
4102+
],
4103+
"test:filter": [
4104+
"co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always --testdox --filter"
4105+
],
4106+
"test-coverage": [
4107+
"co-phpunit --coverage-clover clover.xml"
4108+
],
4109+
"cs-fix": [
4110+
"php-cs-fixer fix $1"
4111+
],
4112+
"analyse": [
4113+
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
4114+
],
4115+
"rector": [
4116+
"rector process --clear-cache"
4117+
]
4118+
},
4119+
"license": [
4120+
"MIT"
4121+
],
4122+
"description": "Drop-in replacement for the Hyperf Metric component.",
4123+
"keywords": [
4124+
"hyperf",
4125+
"influxdb",
4126+
"metrics",
4127+
"php",
4128+
"prometheus",
4129+
"statsd"
4130+
],
4131+
"support": {
4132+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
4133+
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
4134+
}
4135+
},
40224136
"dev-add_uri_mask_config": {
40234137
"name": "hyperf/metric",
40244138
"version": "dev-add_uri_mask_config",
@@ -4141,12 +4255,12 @@
41414255
"source": {
41424256
"type": "git",
41434257
"url": "https://github.com/opencodeco/hyperf-metric.git",
4144-
"reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8"
4258+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
41454259
},
41464260
"dist": {
41474261
"type": "zip",
4148-
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8",
4149-
"reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8",
4262+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
4263+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
41504264
"shasum": ""
41514265
},
41524266
"require": {
@@ -4191,7 +4305,7 @@
41914305
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
41924306
"slickdeals/statsd": "Required to use StatdD driver."
41934307
},
4194-
"time": "2025-09-01T12:45:25+00:00",
4308+
"time": "2025-09-02T14:30:30+00:00",
41954309
"default-branch": true,
41964310
"type": "library",
41974311
"extra": {
@@ -4245,7 +4359,7 @@
42454359
"statsd"
42464360
],
42474361
"support": {
4248-
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.6",
4362+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
42494363
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
42504364
}
42514365
}

index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
<a href="https://composer.opencodeco.dev">
3131
<h1>opencodeco/composer</h1>
3232
</a>
33-
<span class="badge bg-light text-dark m-1" title="Monday, 01-Sep-2025 15:47:33 UTC">
34-
Last updated: <br class="d-md-none"> <time datetime="2025-09-01T15:47:33+00:00">Monday, 01 Sep 2025 15:47:33 UTC</time>
33+
<span class="badge bg-light text-dark m-1" title="Tuesday, 02-Sep-2025 14:48:31 UTC">
34+
Last updated: <br class="d-md-none"> <time datetime="2025-09-02T14:48:31+00:00">Tuesday, 02 Sep 2025 14:48:31 UTC</time>
3535
</span>
3636
</div>
3737

@@ -411,14 +411,15 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
411411
<dt class="col-sm-3 col-md-2 field-support">Support</dt>
412412
<dd class="col-sm-9 col-md-10 field-support filter-by">
413413
<ul class="list-unstyled m-0">
414-
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.6.6">https://github.com/opencodeco/hyperf-metric/tree/v3.6.6</a></li>
414+
<li>Source: <a href="https://github.com/opencodeco/hyperf-metric/tree/v3.6.7">https://github.com/opencodeco/hyperf-metric/tree/v3.6.7</a></li>
415415
<li>Issues: <a href="https://github.com/opencodeco/hyperf-metric/issues">https://github.com/opencodeco/hyperf-metric/issues</a></li>
416416
</ul>
417417
</dd>
418418

419419
<dt class="col-sm-3 col-md-2 field-releases">Releases</dt>
420420
<dd class="col-sm-9 col-md-10 field-releases filter-by" data-package-name="hyperf/metric">
421421

422+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" title="dist-reference: 29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885">v3.6.7</a>
422423
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8" title="dist-reference: 725d62d81eefc59e8178673aed202ddc3a7d6ba8">v3.6.6</a>
423424
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/af5a029afe9bc715b485a5327ba2e8bfaa4d1c98" title="dist-reference: af5a029afe9bc715b485a5327ba2e8bfaa4d1c98">v3.6.5</a>
424425
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/af5a029afe9bc715b485a5327ba2e8bfaa4d1c98" title="dist-reference: af5a029afe9bc715b485a5327ba2e8bfaa4d1c98">v3.6.4</a>
@@ -450,7 +451,7 @@ <h2 class="card-title h5">Setting up this repository in your projects</h2>
450451
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/64d80349ad433f4493b7c64b322651e916a451ec" title="dist-reference: 64d80349ad433f4493b7c64b322651e916a451ec">v3.0.1</a>
451452
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/077f5da5b15096d8b42ba523e62102993378ccd9" title="dist-reference: 077f5da5b15096d8b42ba523e62102993378ccd9">v3.0.0</a>
452453
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/94837632bf7bf6f719c68dc9eebb908a58b1839b" title="dist-reference: 94837632bf7bf6f719c68dc9eebb908a58b1839b">dev-add_uri_mask_config</a>
453-
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8" title="dist-reference: 725d62d81eefc59e8178673aed202ddc3a7d6ba8">dev-main</a> </dd>
454+
<a class="badge rounded-pill text-bg-secondary" href="https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885" title="dist-reference: 29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885">dev-main</a> </dd>
454455

455456

456457
</dl>

p2/hyperf/metric.json

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3259,6 +3259,120 @@
32593259
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.6",
32603260
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
32613261
}
3262+
},
3263+
{
3264+
"name": "hyperf/metric",
3265+
"version": "v3.6.7",
3266+
"version_normalized": "3.6.7.0",
3267+
"source": {
3268+
"type": "git",
3269+
"url": "https://github.com/opencodeco/hyperf-metric.git",
3270+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
3271+
},
3272+
"dist": {
3273+
"type": "zip",
3274+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
3275+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
3276+
"shasum": ""
3277+
},
3278+
"require": {
3279+
"hyperf/codec": "~3.1.0",
3280+
"hyperf/contract": "~3.1.0",
3281+
"hyperf/engine": "^2.3",
3282+
"hyperf/guzzle": "~3.1.0",
3283+
"hyperf/support": "~3.1.0",
3284+
"hyperf/utils": "~3.1.0",
3285+
"php": ">=8.1",
3286+
"psr/container": "^1.0 || ^2.0",
3287+
"psr/event-dispatcher": "^1.0",
3288+
"psr/http-message": "^1.0 || ^2.0"
3289+
},
3290+
"require-dev": {
3291+
"friendsofphp/php-cs-fixer": "^3.21",
3292+
"hyperf/async-queue": "^3.0",
3293+
"hyperf/config": "^3.0",
3294+
"hyperf/db-connection": "^3.0",
3295+
"hyperf/di": "^3.0",
3296+
"hyperf/event": "^3.0",
3297+
"hyperf/framework": "^3.0",
3298+
"hyperf/process": "^3.0",
3299+
"hyperf/redis": "^3.0",
3300+
"hyperf/testing": "^3.0",
3301+
"influxdb/influxdb-php": "^1.15",
3302+
"mockery/mockery": "^1.6",
3303+
"phpstan/extension-installer": "^1.3",
3304+
"phpstan/phpstan": "^1.10",
3305+
"phpstan/phpstan-mockery": "^1.1",
3306+
"rector/rector": "^0.17.5",
3307+
"slickdeals/statsd": "^3.1",
3308+
"swoole/ide-helper": "^5.0"
3309+
},
3310+
"suggest": {
3311+
"hyperf/di": "Required to use annotations.",
3312+
"hyperf/event": "Required to use listeners for default metrics.",
3313+
"hyperf/http-server": "Required to capture routes in middleware.",
3314+
"hyperf/process": "Required to use standalone process, or you have to roll your own",
3315+
"hyperf/retry": "Required to use back-off retry implementation.",
3316+
"influxdb/influxdb-php": "Required to use InfluxDB driver.",
3317+
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
3318+
"slickdeals/statsd": "Required to use StatdD driver."
3319+
},
3320+
"time": "2025-09-02T14:30:30+00:00",
3321+
"type": "library",
3322+
"extra": {
3323+
"branch-alias": {
3324+
"dev-master": "3.1-dev"
3325+
},
3326+
"hyperf": {
3327+
"config": "Hyperf\\Metric\\ConfigProvider"
3328+
}
3329+
},
3330+
"autoload": {
3331+
"psr-4": {
3332+
"Hyperf\\Metric\\": "src/"
3333+
}
3334+
},
3335+
"autoload-dev": {
3336+
"psr-4": {
3337+
"HyperfTest\\Metric\\": "tests/"
3338+
}
3339+
},
3340+
"scripts": {
3341+
"test": [
3342+
"co-phpunit"
3343+
],
3344+
"test:filter": [
3345+
"co-phpunit --prepend test/bootstrap.php -c phpunit.xml --colors=always --testdox --filter"
3346+
],
3347+
"test-coverage": [
3348+
"co-phpunit --coverage-clover clover.xml"
3349+
],
3350+
"cs-fix": [
3351+
"php-cs-fixer fix $1"
3352+
],
3353+
"analyse": [
3354+
"phpstan analyse --memory-limit=-1 -l 5 -c phpstan.neon"
3355+
],
3356+
"rector": [
3357+
"rector process --clear-cache"
3358+
]
3359+
},
3360+
"license": [
3361+
"MIT"
3362+
],
3363+
"description": "Drop-in replacement for the Hyperf Metric component.",
3364+
"keywords": [
3365+
"hyperf",
3366+
"influxdb",
3367+
"metrics",
3368+
"php",
3369+
"prometheus",
3370+
"statsd"
3371+
],
3372+
"support": {
3373+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
3374+
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
3375+
}
32623376
}
32633377
]
32643378
}

p2/hyperf/metric~dev.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -234,12 +234,12 @@
234234
"source": {
235235
"type": "git",
236236
"url": "https://github.com/opencodeco/hyperf-metric.git",
237-
"reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8"
237+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885"
238238
},
239239
"dist": {
240240
"type": "zip",
241-
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/725d62d81eefc59e8178673aed202ddc3a7d6ba8",
242-
"reference": "725d62d81eefc59e8178673aed202ddc3a7d6ba8",
241+
"url": "https://api.github.com/repos/opencodeco/hyperf-metric/zipball/29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
242+
"reference": "29c0d39a9cdf4ddfd47cfdf08dba203d1d24a885",
243243
"shasum": ""
244244
},
245245
"require": {
@@ -284,7 +284,7 @@
284284
"promphp/prometheus_client_php": "Required to use Prometheus driver.(2.2.*)",
285285
"slickdeals/statsd": "Required to use StatdD driver."
286286
},
287-
"time": "2025-09-01T12:45:25+00:00",
287+
"time": "2025-09-02T14:30:30+00:00",
288288
"default-branch": true,
289289
"type": "library",
290290
"extra": {
@@ -338,7 +338,7 @@
338338
"statsd"
339339
],
340340
"support": {
341-
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.6",
341+
"source": "https://github.com/opencodeco/hyperf-metric/tree/v3.6.7",
342342
"issues": "https://github.com/opencodeco/hyperf-metric/issues"
343343
}
344344
}

packages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [],
33
"includes": {
44
"all.json": {
5-
"sha1": "bdfcb8e011cf6aef192b4cb086fe7c0794a0c6ae"
5+
"sha1": "270ea807acc1cd953874a69cf2e3d8a8cf9589cf"
66
}
77
},
88
"metadata-url": "/p2/%package%.json",

0 commit comments

Comments
 (0)