PluginProbe ʕ •ᴥ•ʔ
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization / 1.19.3
NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization v1.19.3
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 7 months ago installed.json 4 months ago installed.php 4 months ago platform_check.php 11 months ago
installed.json
123 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": "source",
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 "install-path": "../nitropack/httpclient"
69 },
70 {
71 "name": "nitropack/url",
72 "version": "dev-master",
73 "version_normalized": "dev-master",
74 "source": {
75 "type": "git",
76 "url": "git@github.com:wpengine/np-url.git",
77 "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950"
78 },
79 "dist": {
80 "type": "zip",
81 "url": "https://api.github.com/repos/wpengine/np-url/zipball/1987bbdf5152552ad6663a1a125c4e3e9b512950",
82 "reference": "1987bbdf5152552ad6663a1a125c4e3e9b512950",
83 "shasum": ""
84 },
85 "require": {
86 "php": "^7.4|^8.0"
87 },
88 "require-dev": {
89 "phpunit/phpunit": "^9.0||^10.0||^11.0"
90 },
91 "time": "2025-06-24T07:02:36+00:00",
92 "default-branch": true,
93 "type": "library",
94 "installation-source": "source",
95 "autoload": {
96 "psr-4": {
97 "NitroPack\\Url\\": "src/"
98 }
99 },
100 "autoload-dev": {
101 "psr-4": {
102 "Tests\\": "tests/"
103 }
104 },
105 "authors": [
106 {
107 "name": "Ivailo Hristov"
108 }
109 ],
110 "description": "URL manipulation library",
111 "keywords": [
112 "library",
113 "manipulation",
114 "php",
115 "url"
116 ],
117 "install-path": "../nitropack/url"
118 }
119 ],
120 "dev": false,
121 "dev-package-names": []
122 }
123