This is exactly the step I am having problems with. I can do everything else but this.
I do my 'local' work on my Windows PC, and FTP any files to my (Linux) server.
This appears to be the one step that requires logging in to my server using terminal software and running something.
If Google would just supply the correct bundle of files that I could upload, that would solve it.
I have already created the custom files, and even gotten the toolkit mostly working.
At first, I got a message like "Fatal error: Class 'Gitkit_Client' not found in /home/blah/public_html/identity/index.php on line 22", so I started manually putting in "include" statements. After about five+, I figured I could either keep going and write an "include" statement for every other php file, or try to figure out this one step.
The original question above was never answered. Where do you put php-quickstart-app? I assume it is inside the project folder.
What does the "curl" statement do?
What do the other statements do?
If something messes up my PHP, I am really in trouble.
This statement:
"Under the hood, Composer installs Google Identity Toolkit PHP helper functions and Google API PHP client library."
..is essentially the same as saying "magic happens".
I would really like to know what is going on before I try to run anything that I don't understand.
Every other step is clear and I had no problems. This is the only thing I can't dissect.