Skip to content

Commit 99c7d3b

Browse files
author
flow-php
committed
1 parent 90c557a commit 99c7d3b

231 files changed

Lines changed: 1692 additions & 196 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

assets/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
"wasm\/php.js": "\/assets\/wasm\/php-854edac03a51f967b58c16849625fb22.js",
160160
"wasm\/php.wasm": "\/assets\/wasm\/php-2c153f5537d6d5ef169b6c07f35bd236.wasm",
161161
"wasm\/phpcsfixer.php.wasm": "\/assets\/wasm\/phpcsfixer.php-65bf51f1ea90e4896971e11e62efef0b.wasm",
162-
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-efad04665523f537bcafb78dc43c06be.phar",
162+
"wasm\/tools\/flow.phar": "\/assets\/wasm\/tools\/flow-787e938a16f89842fa01ed79576c29f0.phar",
163163
"wasm\/tools\/php-cs-fixer.phar": "\/assets\/wasm\/tools\/php-cs-fixer-de55dbd75a08d2eac0f0435d4168e6bc.phar",
164164
"wasm\/vendor\/autoload.php.wasm": "\/assets\/wasm\/vendor\/autoload.php-901f7714ee4a437fea3a9d6638722933.wasm"
165165
}

assets/wasm/tools/flow-efad04665523f537bcafb78dc43c06be.phar renamed to assets/wasm/tools/flow-787e938a16f89842fa01ed79576c29f0.phar

3.36 MB
Binary file not shown.

changelog/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ <h1 class="mt-3 text-4xl font-bold tracking-tight">Changelog</h1>
580580
<p class="mt-3 muted">Every release of Flow PHP, in chronological order.</p>
581581
</section>
582582
<section id="changelog" class="mx-auto max-w-3xl px-4 sm:px-6 lg:px-8 mt-8 mb-16">
583-
<h2><a id="unreleased---2026-06-06" href="#unreleased---2026-06-06" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2026-06-06</h2>
583+
<h2><a id="unreleased---2026-06-07" href="#unreleased---2026-06-07" class="mr-2" aria-hidden="true" title="Permalink">#</a>[Unreleased] - 2026-06-07</h2>
584584
<h3><a id="changed" href="#changed" class="mr-2" aria-hidden="true" title="Permalink">#</a>Changed</h3>
585585
<ul>
586586
<li><a rel="noopener noreferrer" target="_blank" href="https://github.com/flow-php/flow/pull/2430">#2430</a> - <strong>flow-php/postgresql - Parser::parse() ingests binary protobuf instead of JSON</strong> - <a rel="noopener noreferrer" target="_blank" href="https://github.com/norberttech">@norberttech</a></li>

documentation/api/bridge/symfony/telemetry/classes/Flow-Bridge-Symfony-TelemetryBundle-Attribute-WithTelemetryChannel.html

Lines changed: 358 additions & 0 deletions
Large diffs are not rendered by default.

documentation/api/bridge/symfony/telemetry/classes/Flow-Bridge-Symfony-TelemetryBundle-DependencyInjection-Compiler-ChannelLoggerPass.html

Lines changed: 359 additions & 0 deletions
Large diffs are not rendered by default.

documentation/api/bridge/symfony/telemetry/classes/Flow-Bridge-Symfony-TelemetryBundle-FlowTelemetryBundle.html

Lines changed: 81 additions & 6 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Flow PHP</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<base href="../">
9+
<link rel="icon" href="/favicon.ico"/>
10+
<link rel="stylesheet" href="css/normalize.css">
11+
<link rel="stylesheet" href="css/base.css">
12+
<link rel="preconnect" href="https://fonts.googleapis.com">
13+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
15+
<link rel="preconnect" href="https://fonts.gstatic.com">
16+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
17+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
18+
<link rel="stylesheet" href="css/template.css">
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
20+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
23+
24+
<script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
25+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
26+
<script src="js/template.js"></script>
27+
<script src="js/search.js"></script>
28+
<script defer src="js/searchIndex.js"></script>
29+
</head>
30+
<body id="top">
31+
<div class="flow-header-wrapper">
32+
<header class="phpdocumentor-header phpdocumentor-section">
33+
<h1 class="phpdocumentor-title"><a href="/documentation" class="phpdocumentor-title__link">Flow PHP</a></h1>
34+
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
35+
<label class="phpdocumentor-header__menu-icon" for="menu-button">
36+
<i class="fas fa-bars"></i>
37+
</label>
38+
<section data-search-form class="phpdocumentor-search">
39+
<label>
40+
<span class="visually-hidden">Search for</span>
41+
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
42+
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
43+
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
44+
</svg>
45+
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
46+
</label>
47+
</section>
48+
49+
<nav class="phpdocumentor-topnav">
50+
<ul class="phpdocumentor-topnav__menu">
51+
<li class="phpdocumentor-topnav__menu-item -menu">
52+
<a href="/documentation">
53+
<span>
54+
Back
55+
</span>
56+
</a>
57+
</li>
58+
</ul>
59+
</nav>
60+
</header>
61+
</div>
62+
<main class="phpdocumentor">
63+
<div class="phpdocumentor-section">
64+
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
65+
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
66+
Menu
67+
</label>
68+
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
69+
<section class="phpdocumentor-sidebar__category -namespaces">
70+
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
71+
<h4 class="phpdocumentor-sidebar__root-namespace">
72+
<a href="namespaces/flow.html" class="">Flow</a>
73+
</h4>
74+
<ul class="phpdocumentor-list">
75+
<li>
76+
<a href="namespaces/flow-bridge.html" class="">Bridge</a>
77+
78+
</li>
79+
</ul>
80+
81+
</section>
82+
83+
<section class="phpdocumentor-sidebar__category -reports">
84+
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
85+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
86+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
87+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
88+
</section>
89+
90+
<section class="phpdocumentor-sidebar__category -indices">
91+
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
92+
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
93+
</section>
94+
</aside>
95+
96+
<div class="phpdocumentor-column -nine phpdocumentor-content">
97+
<section>
98+
<ul class="phpdocumentor-breadcrumbs">
99+
</ul>
100+
101+
<article class="phpdocumentor-element -file">
102+
<h2 class="phpdocumentor-content__title">WithTelemetryChannel.php</h2>
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
<h4 id="toc-classes">
114+
Classes
115+
<a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-attribute-withtelemetrychannel.html#toc-classes" class="headerlink"><i class="fas fa-link"></i></a>
116+
117+
</h4>
118+
<dl class="phpdocumentor-table-of-contents">
119+
<dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/Flow-Bridge-Symfony-TelemetryBundle-Attribute-WithTelemetryChannel.html"><abbr title="\Flow\Bridge\Symfony\TelemetryBundle\Attribute\WithTelemetryChannel">WithTelemetryChannel</abbr></a></dt><dd>Routes a service&#039;s logger to a named Flow telemetry channel.</dd> </dl>
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
</article>
135+
</section>
136+
<section class="phpdocumentor-on-this-page__sidebar">
137+
138+
<section class="phpdocumentor-on-this-page__content">
139+
<strong class="phpdocumentor-on-this-page__title">On this page</strong>
140+
141+
<ul class="phpdocumentor-list -clean">
142+
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
143+
<li>
144+
<ul class="phpdocumentor-list -clean">
145+
<li><a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-attribute-withtelemetrychannel.html#toc-classes">Classes</a></li>
146+
</ul>
147+
</li>
148+
149+
150+
</ul>
151+
</section>
152+
153+
</section>
154+
</div>
155+
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
156+
<section class="phpdocumentor-search-results__dialog">
157+
<header class="phpdocumentor-search-results__header">
158+
<h2 class="phpdocumentor-search-results__title">Search results</h2>
159+
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
160+
</header>
161+
<section class="phpdocumentor-search-results__body">
162+
<ul class="phpdocumentor-search-results__entries"></ul>
163+
</section>
164+
</section>
165+
</section>
166+
</div>
167+
<a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-attribute-withtelemetrychannel.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
168+
169+
</main>
170+
171+
<script>
172+
cssVars({});
173+
</script>
174+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
175+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
176+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
177+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
178+
</body>
179+
</html>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="utf-8">
5+
<title>Flow PHP</title>
6+
7+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
8+
<base href="../">
9+
<link rel="icon" href="/favicon.ico"/>
10+
<link rel="stylesheet" href="css/normalize.css">
11+
<link rel="stylesheet" href="css/base.css">
12+
<link rel="preconnect" href="https://fonts.googleapis.com">
13+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
14+
<link href="https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet">
15+
<link rel="preconnect" href="https://fonts.gstatic.com">
16+
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@100;200;300;400;600;700&display=swap" rel="stylesheet">
17+
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@400;600;700&display=swap" rel="stylesheet">
18+
<link rel="stylesheet" href="css/template.css">
19+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.12.0/css/all.min.css" integrity="sha256-ybRkN9dBjhcS2qrW1z+hfCxq+1aBdwyQM5wlQoQVt/0=" crossorigin="anonymous" />
20+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/themes/prism-okaidia.css">
21+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.css">
22+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.css">
23+
24+
<script src="https://cdn.jsdelivr.net/npm/fuse.js@3.4.6"></script>
25+
<script src="https://cdn.jsdelivr.net/npm/css-vars-ponyfill@2"></script>
26+
<script src="js/template.js"></script>
27+
<script src="js/search.js"></script>
28+
<script defer src="js/searchIndex.js"></script>
29+
</head>
30+
<body id="top">
31+
<div class="flow-header-wrapper">
32+
<header class="phpdocumentor-header phpdocumentor-section">
33+
<h1 class="phpdocumentor-title"><a href="/documentation" class="phpdocumentor-title__link">Flow PHP</a></h1>
34+
<input class="phpdocumentor-header__menu-button" type="checkbox" id="menu-button" name="menu-button" />
35+
<label class="phpdocumentor-header__menu-icon" for="menu-button">
36+
<i class="fas fa-bars"></i>
37+
</label>
38+
<section data-search-form class="phpdocumentor-search">
39+
<label>
40+
<span class="visually-hidden">Search for</span>
41+
<svg class="phpdocumentor-search__icon" width="21" height="20" viewBox="0 0 21 20" fill="none" xmlns="http://www.w3.org/2000/svg">
42+
<circle cx="7.5" cy="7.5" r="6.5" stroke="currentColor" stroke-width="2"/>
43+
<line x1="12.4892" y1="12.2727" x2="19.1559" y2="18.9393" stroke="currentColor" stroke-width="3"/>
44+
</svg>
45+
<input type="search" class="phpdocumentor-field phpdocumentor-search__field" placeholder="Loading .." disabled />
46+
</label>
47+
</section>
48+
49+
<nav class="phpdocumentor-topnav">
50+
<ul class="phpdocumentor-topnav__menu">
51+
<li class="phpdocumentor-topnav__menu-item -menu">
52+
<a href="/documentation">
53+
<span>
54+
Back
55+
</span>
56+
</a>
57+
</li>
58+
</ul>
59+
</nav>
60+
</header>
61+
</div>
62+
<main class="phpdocumentor">
63+
<div class="phpdocumentor-section">
64+
<input class="phpdocumentor-sidebar__menu-button" type="checkbox" id="sidebar-button" name="sidebar-button" />
65+
<label class="phpdocumentor-sidebar__menu-icon" for="sidebar-button">
66+
Menu
67+
</label>
68+
<aside class="phpdocumentor-column -three phpdocumentor-sidebar">
69+
<section class="phpdocumentor-sidebar__category -namespaces">
70+
<h2 class="phpdocumentor-sidebar__category-header">Namespaces</h2>
71+
<h4 class="phpdocumentor-sidebar__root-namespace">
72+
<a href="namespaces/flow.html" class="">Flow</a>
73+
</h4>
74+
<ul class="phpdocumentor-list">
75+
<li>
76+
<a href="namespaces/flow-bridge.html" class="">Bridge</a>
77+
78+
</li>
79+
</ul>
80+
81+
</section>
82+
83+
<section class="phpdocumentor-sidebar__category -reports">
84+
<h2 class="phpdocumentor-sidebar__category-header">Reports</h2>
85+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/deprecated.html">Deprecated</a></h3>
86+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/errors.html">Errors</a></h3>
87+
<h3 class="phpdocumentor-sidebar__root-package"><a href="reports/markers.html">Markers</a></h3>
88+
</section>
89+
90+
<section class="phpdocumentor-sidebar__category -indices">
91+
<h2 class="phpdocumentor-sidebar__category-header">Indices</h2>
92+
<h3 class="phpdocumentor-sidebar__root-package"><a href="indices/files.html">Files</a></h3>
93+
</section>
94+
</aside>
95+
96+
<div class="phpdocumentor-column -nine phpdocumentor-content">
97+
<section>
98+
<ul class="phpdocumentor-breadcrumbs">
99+
</ul>
100+
101+
<article class="phpdocumentor-element -file">
102+
<h2 class="phpdocumentor-content__title">ChannelLoggerPass.php</h2>
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
<h4 id="toc-classes">
114+
Classes
115+
<a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-dependencyinjection-compiler-channelloggerpass.html#toc-classes" class="headerlink"><i class="fas fa-link"></i></a>
116+
117+
</h4>
118+
<dl class="phpdocumentor-table-of-contents">
119+
<dt class="phpdocumentor-table-of-contents__entry -class"><a href="classes/Flow-Bridge-Symfony-TelemetryBundle-DependencyInjection-Compiler-ChannelLoggerPass.html"><abbr title="\Flow\Bridge\Symfony\TelemetryBundle\DependencyInjection\Compiler\ChannelLoggerPass">ChannelLoggerPass</abbr></a></dt><dd>Routes services to a named telemetry logger based on their logging channel.</dd> </dl>
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
133+
134+
</article>
135+
</section>
136+
<section class="phpdocumentor-on-this-page__sidebar">
137+
138+
<section class="phpdocumentor-on-this-page__content">
139+
<strong class="phpdocumentor-on-this-page__title">On this page</strong>
140+
141+
<ul class="phpdocumentor-list -clean">
142+
<li class="phpdocumentor-on-this-page-section__title">Table Of Contents</li>
143+
<li>
144+
<ul class="phpdocumentor-list -clean">
145+
<li><a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-dependencyinjection-compiler-channelloggerpass.html#toc-classes">Classes</a></li>
146+
</ul>
147+
</li>
148+
149+
150+
</ul>
151+
</section>
152+
153+
</section>
154+
</div>
155+
<section data-search-results class="phpdocumentor-search-results phpdocumentor-search-results--hidden">
156+
<section class="phpdocumentor-search-results__dialog">
157+
<header class="phpdocumentor-search-results__header">
158+
<h2 class="phpdocumentor-search-results__title">Search results</h2>
159+
<button class="phpdocumentor-search-results__close"><i class="fas fa-times"></i></button>
160+
</header>
161+
<section class="phpdocumentor-search-results__body">
162+
<ul class="phpdocumentor-search-results__entries"></ul>
163+
</section>
164+
</section>
165+
</section>
166+
</div>
167+
<a href="files/src-bridge-symfony-telemetry-bundle-src-flow-bridge-symfony-telemetrybundle-dependencyinjection-compiler-channelloggerpass.html#top" class="phpdocumentor-back-to-top"><i class="fas fa-chevron-circle-up"></i></a>
168+
169+
</main>
170+
171+
<script>
172+
cssVars({});
173+
</script>
174+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/prism.min.js"></script>
175+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/autoloader/prism-autoloader.min.js"></script>
176+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-numbers/prism-line-numbers.min.js"></script>
177+
<script src="https://cdn.jsdelivr.net/npm/prismjs@1.23.0/plugins/line-highlight/prism-line-highlight.min.js"></script>
178+
</body>
179+
</html>

0 commit comments

Comments
 (0)