REPL tools (Read-Eval-Print Loop) are great interactive shells for learning programming languages and playing with new libraries. If you ever used the console in your browsers developer tools, that is exactly what this is. In this video we’ll take a look at the two most popular REPL environments for PHP: PsySh and Boris, and try using them with PHPixie components.