Symphony and concrete5 8.1

Permalink
How much of symphony is used in concrete5? Am I able to make calls using symphony without adding adding additional components or frameworks to the system? Or is it like laravel and is only partially used within the CMS?

Thanks

 
Mnkras replied on at Permalink Reply
Mnkras
You can see what pieces we use in the composer.json:https://github.com/concrete5/concrete5/blob/develop/composer.json...

Mainly we use it for request routing and events.