We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to Include PHPExcel Library into Phalcon Framework

Hi,

Can you please suggest me how to include the below phpexcel library into Phalcon framework.

Please suggest me the loader configuration

https://github.com/PHPOffice/PHPExcel

Thanks, Raja K

Use composer. Create service(writer i guess) and put include autoload of composer there.