i have a nice question. I use Symfony to create an web application that works with contact-center telephony. Phone stations send data in postgresql database into one table when the operator speaks with clienty.
The objective: handle when the new row is put into table and inject it all into Symfony controller or anything that has Symfony context, because with arrived new data must be some manipulations. Please help me, i am sure someone faced with that before