I need to put a PHP file on my server that works in the background and not have to start it every time you start a user session and / or wait for it to expire and have to use it again.
The file is a socket developed in PHP so that it can listen to requests every time a controller sends data to the specified port. Therefore, I require the aforementioned.
Any commands that can be used to start the file in the background?