I am using an API, but it was designed to work in php 5.6+, but my server is running version 5.4, alias, my server is not the client server and this client server already has several applications running in 5.4 then it would be more complex to update, since I do not know these applications and they are huge, so I am trying to adapt this API to run in version 5.4, it was happening okay, I found several alternatives until I found this:
use function GuzzleHttp\Psr7\modify_request;
Where it imports a function from a particular file, I wanted to know if an alternative to import this function using php 5.4.