Skip to content

Commit f809087

Browse files
author
flow-php
committed
1 parent 5485c68 commit f809087

File tree

128 files changed

+1119
-1942
lines changed

Some content is hidden

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

128 files changed

+1119
-1942
lines changed

aggregations/average/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/first/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/group_by/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/group_by_sum/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/last/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/max/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/min/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

aggregations/sum/index.html

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -329,21 +329,14 @@ <h2 class="mb-4 text-2xl font-semibold tracking-wide">Examples:</h2>
329329
<hr class="hidden lg:block"/>
330330
<code>composer.json</code>
331331
<div id="composer" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#composer-json" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy composer-json" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="composer-json" class="language-json" data-controller="syntax-highlight" >{
332-
&quot;name&quot;: &quot;flow-php/examples&quot;,
333-
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334-
&quot;license&quot;: &quot;MIT&quot;,
335-
&quot;type&quot;: &quot;library&quot;,
336-
&quot;require&quot;: {
337-
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338-
},
339-
&quot;archive&quot;: {
340-
&quot;exclude&quot;: [
341-
&quot;.env&quot;,
342-
&quot;vendor&quot;
343-
]
344-
}
345-
}
346-
</code></pre></div>
332+
&quot;name&quot;: &quot;flow-php/examples&quot;,
333+
&quot;description&quot;: &quot;Flow PHP - Examples&quot;,
334+
&quot;license&quot;: &quot;MIT&quot;,
335+
&quot;type&quot;: &quot;library&quot;,
336+
&quot;require&quot;: {
337+
&quot;flow-php/etl&quot;: &quot;1.x-dev&quot;
338+
}
339+
}</code></pre></div>
347340
<code>code.php</code><div id="code" class="relative"><button class="absolute top-[12px] right-[12px] bg-orange-100 rounded px-4 leading-9 [&.copied]:before:content-['Copied!'] before:absolute before:-translate-x-20" data-clipboard-target="#code-php" data-controller="clipboard"><img src="https://flow-php.com/assets/images/icons/copy-c890d86c179d4c56059b8a0e9c88cd23.svg" alt="copy code-php" width="20" height="20" class="inline"></button><pre class="rounded p-4 overflow-auto shadow-2xl shadow-gray rounded border-gray border-2"><code id="code-php" class="language-php" data-controller="syntax-highlight" >&lt;?php
348341

349342
declare(strict_types=1);

0 commit comments

Comments
 (0)