How do I generate a token in PHP to post the my Express-based app?

I have a node app with the express-csrf module. I also have another site built in PHP on a different domain. I would like to create a form on my PHP site which submits to the Node-based site. With the csrf protection I obviously can't do that.

How do I generate a token in PHP to post the my Express-based app?