Fluent Interfaces is not a new programming construct, in fact many of you may be doing it without knowing it���s name. In other languages it is commonly known as ���chaining���. However, PHP developers have not been able to use them until PHP 5. Now with PHP 5 and the ability to directly dereference an object, PHP developers can build objects using fluent interfaces.