Flow PHP (@flowphp) 's Twitter Profile
Flow PHP

@flowphp

The most advanced data processing framework for #PHP by @norbert_tech

ID: 1880388843322634241

linkhttps://flow-php.com calendar_today17-01-2025 22:57:31

20 Tweet

23 Followers

1 Following

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Nice one! I'm glad to see posts about data processing in #php For those who want to take data import to the next level, scaling up to dozens of millions, flow-php.com is a solution. It supports all popular data formats, including CSV, JSON, DB, Elasticsearch,

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Christoph Rumpel 🤠 flow-php.com is your solution for importing data from any format in any size! I just wrote an article precisely about importing data from a csv flow-php.com/blog/2025-01-2…

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Hey, don’t do that! High coupling with the framework makes maintenance and upgrades a nightmare, and it also limits your system’s scalability. I know it’s a quick way to build something, and it might work for a while, especially if you’re building a CRUD app. But here’s the

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

When diving into datasets, defining a schema is your go-to move for reliability and consistency. Flow #PHP CLI app can effortlessly detect schemas from any compatible data sources. Today, let me introduce you to column statistics:

When diving into datasets, defining a schema is your go-to move for reliability and consistency.
Flow #PHP CLI app can effortlessly detect schemas from any compatible data sources.

Today, let me introduce you to column statistics:
Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Exciting changes ahead for the Flow #PHP Project! Starting today, get ready for fresh releases every two weeks 🚀 Of course, we'll swiftly tackle any critical bugs or security issues. Dive into the details here: flow-php.com/blog/2025-03-1…

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Flow #PHP version 0.13.0 has just dropped under our revamped release cycle! Dive into all the details on our GitHub release page: github.com/flow-php/flow/… Here's what's new:

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Flow #PHP 0.14.0 is out now! 🚀 Dive into enhanced safety with all math operations now powered by github.com/brick/math, ensuring secure float handling.

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Version 0.15.0 is here! 🎉 Heads up: There's a BC break—schema-related classes have shifted to a new namespace. Dive into our upgrade docs for the scoop. Spotlight on this release: Exciting updates for Dbal and Google Sheets Adapters. Get the full rundown:

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

I'm still working on redesigned types system for Flow #PHP. You can check my progress here: github.com/flow-php/flow/… I'm mostly focused on simplifying types and turning them into fully standalone package that helps with types assertions and coercions

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

1/9 🧵 Parquet is an amazing file format, almost like an immutable database in a single file. One of the cool features is that each column can have different encoding and compression. Let's take a look at Delta Binary Packed encoding.

Flow PHP (@flowphp) 's Twitter Profile Photo

We also moved all our examples to playground! Now each of them can be executed directly in the browser :) Layout of documentation also got slightly better

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Apache Arrow extension for #PHP is now available also as precompiled binaries. Just download the right one from: github.com/flow-php/arrow… and enjoy parquet performance/efficiency unseen anywhere in PHP when it comes to files 💪

Norbert Orzechowicz (@norbert_tech) 's Twitter Profile Photo

Working with #PHP, #PostgreSql and #Symfony? You might want to check flow-php.com/documentation/… - query builder with full syntax support - migrations - define your schemas in php/yaml - SQL AST Parser - Client that supports static analysis types narrowing

Working with #PHP, #PostgreSql and #Symfony?
You might want to check flow-php.com/documentation/…

- query builder with full syntax support
- migrations
- define your schemas in php/yaml
- SQL AST Parser
- Client that supports static analysis types narrowing