Add external code

Hi guys

How could install codes like phpgrid in UF?

Depending of the package, probably. You can for example use most packages thats support Composer and/or namespaces. For example, I use PHPExcel with UF.

Hi @Malou, where could I find and read about this? Thank you very much for help me!!!

There’s no documentation on this (yet) for UF. But it works like any other PHP framework. Autoload the package using composer and add the package class namespace to the other use list… It really depends on the package.

You can join us on the chat if you need more help with this.

Well, PHPGrid not supports Composer yet, so I would need to install it by putting the code in the folders, so I would need to know which folders I would use it

PHPGrid doesn’t support Composer or even have a GitHub repo? Sounds like they need to get their act together.

I’d strongly advise you stay away from them if they’re not willing to be part of the larger PHP community by following modern standards and practices.