Hi!
I have an input controller (api) and it has to communicate with different controllers as needed, for example, users, products. Currently one controller calls another through CURL, what is the best way to communicate with each other?
The project is in Codeigniter 3
Best Regards