|
| 1 | +{% extends 'base.html.twig' %} |
| 2 | + |
| 3 | +{%- block title -%} |
| 4 | + Sponsor - Flow PHP - Data Processing Framework |
| 5 | +{%- endblock -%} |
| 6 | + |
| 7 | +{%- block description -%} |
| 8 | + Flow is a PHP-based, strongly typed data processing framework with low memory footprint that can process various data sources consistently. |
| 9 | + It offers a unified API for all data sources, including CSV, JSON, XML, Text, Parquet, Avro, Rest API, RDBMS, Elasticsearch / Meilisearch. |
| 10 | + Flow not only enables you to process various data sources consistently, but also strives to accurately detect data types and cast them to the appropriate PHP types. |
| 11 | +{%- endblock -%} |
| 12 | + |
| 13 | +{#{% block tracking %}#} |
| 14 | +{#{% endblock %}#} |
| 15 | + |
| 16 | +{% block hero %} |
| 17 | +{% endblock %} |
| 18 | + |
| 19 | +{% block main %} |
| 20 | + <div class="max-w-screen-xl mx-auto" data-controller="cookie-fallback"> |
| 21 | + <section class="mx-auto my-10 px-2"> |
| 22 | + <h1 class="font-bold text-6xl">Sponsor Flow <img src="{{ asset('images/icons/heart.svg') }}" alt="external resource" width="64" height="64" class="ml-1 inline"></h1> |
| 23 | + <p class="mt-4"> |
| 24 | + Flow PHP is an Open Source Project and is free to use. If you find Flow PHP useful, please consider sponsoring the project.<br/> |
| 25 | + With your support, we can continue to improve the project and provide better support to the community. |
| 26 | + </p> |
| 27 | + |
| 28 | + <p class="mt-2"> |
| 29 | + Flow PHP was originally inspired by the need for rapid, flexible data processing flows in modern PHP applications. Through the project, I aim to lessen the complexity of event-based architectures while providing maintainable, tested, and production-ready tools. Your sponsorship will help grow the project further—funding more in-depth documentation, additional features, and a sustainable roadmap. Thank you for supporting open-source innovation! |
| 30 | + </p> |
| 31 | + <p class="mt-2"> |
| 32 | + Flow PHP is developed under an the MIT license, and it's completely free to use by anyone, including commercial use cases! |
| 33 | + </p> |
| 34 | + <div class="mt-4 text-center"> |
| 35 | + <iframe src="https://github.com/sponsors/norberttech/card" title="Sponsor norberttech" style="border: 0; min-width:390px; max-width: 650px; min-height: 250px;"></iframe> |
| 36 | + </div> |
| 37 | + <hr class="mt-4" /> |
| 38 | + |
| 39 | + <h3 class="mt-4 font-bold text-4xl">Hire me!</h3> |
| 40 | + <p> |
| 41 | + Another great way to support my work and help Flow to grow is to hire me to consult/support your project! |
| 42 | + If you hire me for a Workshop or a minimum of 20 hours, your logo can be added to a flow-php sponsors page 🤑 |
| 43 | + </p> |
| 44 | + <p> |
| 45 | + Please find more at <a href="https://norbert.tech/consulting" target="_blank">https://norbert.tech/consulting</a> |
| 46 | + </p> |
| 47 | + </section> |
| 48 | + </div> |
| 49 | +{% endblock %} |
0 commit comments