---
title: "The Pipe Operator is Coming to PHP 8.5"
url: https://daily.dev/posts/the-pipe-operator-is-coming-to-php-8-5-cmo1usetw
source_url: https://laravel-news.com/the-pipe-operator-is-coming-to-php-85
type: article
source: "Laravel News"
published: 2025-07-07T13:15:55.158Z
updated: 2025-12-08T02:13:36.728Z
tags: ["functional-programming", "php"]
reading_time: 2
upvotes: 62
comments: 4
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# The Pipe Operator is Coming to PHP 8.5

**[Laravel News](https://daily.dev/sources/ln)** · 2 min read · 62 upvotes · 4 comments

## Summary

PHP 8.5 introduces the pipe operator (|>) scheduled for release on November 20, 2025. This operator enables chaining multiple callable functions from left to right, passing values through them sequentially. It improves code readability by eliminating nested function calls and temporary variables, allowing developers to write more linear and comprehensible data transformation pipelines using first-class callables.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://laravel-news.com/the-pipe-operator-is-coming-to-php-85>

## Community discussion

Top comments from developers on daily.dev.

**@cdavid14** · 0 upvotes

> So good on elixir/erlang that other languages copied :)

**@flow7c3** · 0 upvotes

> Love using pipes in CLI and i hope more of these simple but powerful concepts get integrated into programming languages.

**@alancolli** · 0 upvotes

> Is it seem as arrow function in JS?

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#functional-programming](https://daily.dev/tags/functional-programming), [#php](https://daily.dev/tags/php)

[View this post on daily.dev](https://daily.dev/posts/the-pipe-operator-is-coming-to-php-8-5-cmo1usetw)
