PluginProbe ʕ •ᴥ•ʔ
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization / trunk
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization vtrunk
1.19.8 1.19.7 1.19.6 1.19.5 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.11.0 1.12.0 1.13.0 1.14.0 1.15.0 1.15.1 1.15.2 1.15.3 1.16.0 1.16.1 1.16.2 1.16.3 1.16.4 1.16.5 1.16.6 1.16.7 1.16.8 1.17.0 1.17.6 1.17.7 1.17.8 1.17.9 1.18.0 1.18.1 1.18.2 1.18.3 1.18.4 1.18.5 1.18.6 1.18.7 1.18.8 1.18.9 1.19.0 1.19.1 1.19.2 1.19.3 1.19.4 1.3.19 1.3.20 1.4.0 1.4.1 1.5.0 1.5.1 1.5.10 1.5.11 1.5.12 1.5.13 1.5.14 1.5.15 1.5.16 1.5.17 1.5.18 1.5.19 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.8.0 1.8.1 1.8.3 1.9.0 1.9.1 1.9.2
nitropack / nitropack-sdk / vendor / composer / installed.json
nitropack / nitropack-sdk / vendor / composer Last commit date
ClassLoader.php 1 year ago InstalledVersions.php 1 year ago LICENSE 1 year ago autoload_classmap.php 1 year ago autoload_namespaces.php 1 year ago autoload_psr4.php 1 year ago autoload_real.php 1 year ago autoload_static.php 6 months ago installed.json 2 weeks ago installed.php 2 weeks ago platform_check.php 11 months ago
installed.json
131 lines
1 {
2 "packages": [
3 {
4 "name": "nitropack/httpclient",
5 "version": "dev-master",
6 "version_normalized": "dev-master",
7 "source": {
8 "type": "git",
9 "url": "git@github.com:wpengine/np-httpclient.git",
10 "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304"
11 },
12 "dist": {
13 "type": "zip",
14 "url": "https://api.github.com/repos/wpengine/np-httpclient/zipball/9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304",
15 "reference": "9e46a9f49892f41e4bf39aeb2aa7edf9b5d84304",
16 "shasum": ""
17 },
18 "require": {
19 "ext-json": "*",
20 "nitropack/url": "dev-master",
21 "php": "^7.4|^8.0"
22 },
23 "require-dev": {
24 "ext-pcntl": "*",
25 "ext-posix": "*",
26 "monolog/monolog": "^1.1|^2.0|^3.0"
27 },
28 "time": "2026-02-18T15:16:23+00:00",
29 "default-branch": true,
30 "type": "library",
31 "installation-source": "dist",
32 "autoload": {
33 "psr-4": {
34 "NitroPack\\HttpClient\\": "src/"
35 }
36 },
37 "autoload-dev": {
38 "psr-4": {
39 "Tests\\": "tests/"
40 }
41 },
42 "scripts": {
43 "test": [
44 "composer prepare-test-image && composer run-unit-tests && composer run-feature-tests"
45 ],
46 "prepare-test-image": [
47 "docker build --build-arg PHP_VERSION=$(php -r \"echo PHP_MAJOR_VERSION.'.'.PHP_MINOR_VERSION;\") -t nitropack-httpclient:latest ."
48 ],
49 "run-unit-tests": [
50 "vendor/bin/phpunit --testsuite unit"
51 ],
52 "run-feature-tests": [
53 "vendor/bin/phpunit --testsuite feature"
54 ]
55 },
56 "authors": [
57 {
58 "name": "Ivailo Hristov"
59 }
60 ],
61 "description": "HttpClient library written in PHP, without relying on cURL nor url_fopen",
62 "keywords": [
63 "client",
64 "http",
65 "library",
66 "php"
67 ],
68 "support": {
69 "source": "https://github.com/wpengine/np-httpclient/tree/master",
70 "issues": "https://github.com/wpengine/np-httpclient/issues"
71 },
72 "install-path": "../nitropack/httpclient"
73 },
74 {
75 "name": "nitropack/url",
76 "version": "dev-master",
77 "version_normalized": "dev-master",
78 "source": {
79 "type": "git",
80 "url": "git@github.com:wpengine/np-url.git",
81 "reference": "fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d"
82 },
83 "dist": {
84 "type": "zip",
85 "url": "https://api.github.com/repos/wpengine/np-url/zipball/fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d",
86 "reference": "fd7e66dc1da4c5d36b5b991f9aaa5c1f295eea8d",
87 "shasum": ""
88 },
89 "require": {
90 "php": "^7.4|^8.0"
91 },
92 "require-dev": {
93 "phpunit/phpunit": "^9.0||^10.0||^11.0"
94 },
95 "time": "2026-06-01T11:54:42+00:00",
96 "default-branch": true,
97 "type": "library",
98 "installation-source": "dist",
99 "autoload": {
100 "psr-4": {
101 "NitroPack\\Url\\": "src/"
102 }
103 },
104 "autoload-dev": {
105 "psr-4": {
106 "Tests\\": "tests/"
107 }
108 },
109 "authors": [
110 {
111 "name": "Ivailo Hristov"
112 }
113 ],
114 "description": "URL manipulation library",
115 "keywords": [
116 "library",
117 "manipulation",
118 "php",
119 "url"
120 ],
121 "support": {
122 "source": "https://github.com/wpengine/np-url/tree/master",
123 "issues": "https://github.com/wpengine/np-url/issues"
124 },
125 "install-path": "../nitropack/url"
126 }
127 ],
128 "dev": false,
129 "dev-package-names": []
130 }
131