As announced during SymfonyWorld, the Symfony CLI code is now Open-Source. You can find the code on Github.
The code that I open-sourced today has evolved a lot since the fork from the proprietary code. The main differences are the following:
Laravel provides many excellent helper functions that are convenient for doing things like working with arrays, file paths, strings, and routes, among other things like the beloved dd() function.