October 2016
Intermediate to advanced
320 pages
6h 39m
English
In this chapter, we'll talk about Reactive extensions in PHP, a PHP library that allows PHP programmers to work with PHP in a reactive manner, and how to use in event, also known as publish-subscribe programming. We'll also discuss the idea of functional programming in PHP and how to program in a more succinct way. We will also discuss the following topics:
Reactive extensions are a way to code in a functional way using PHP. They are a set of libraries (available on GitHub at https://github.com/ReactiveX/RxPHP) that can help you compose ...
Read now
Unlock full access