PHP and Moralis

Does Moralis allow me to programmatically monitor transactions to individual addresses using a language like PHP? Where in the documentation could I find this?

what exactly you mean by this?

you can use web3api to see the list of transactions for an address
you can sync an address in the server db and then try to connect to the server with a library for parse server made in PHP or connecting directly to mongo db

https://docs.moralis.io/moralis-server/database/direct_access

Something like “Watch Address” to transactions, and receive webhooks

https://docs.moralis.io/moralis-server/automatic-transaction-sync/historical-transactions#sync-and-watch-address

you can do that too, you will find web hooks functionality in the dashboard