Hi
I was wondering if its possible to use this library in cli mode. There are specific requirements where i have to execute the php code in cli ( php index.php). Basically i need to run php in aws lambda, and need to integrate a serverless solution with this library.
For instance the createFromGlobals function does automatically parse the input data. I would like to be able to pass them manually..
Hi I was wondering if its possible to use this library in cli mode. There are specific requirements where i have to execute the php code in cli ( php index.php). Basically i need to run php in aws lambda, and need to integrate a serverless solution with this library.
For instance the createFromGlobals function does automatically parse the input data. I would like to be able to pass them manually..
Regards