There are also some miscellaneous PHP scripts lying around for template related stuff. PHP makes a create templating language when you need some basic programmatic additions to your output text.
Everything is too coupled to my work to be useful to others, and most of the automation scripts I've written for work are run as cron jobs now and send out emails to the appropriate emails. Most of these are written in PHP (we're a PHP shop).
- Scripts to test our rate limiting for both authenticated and unauthenticated users (was handy)
- API routes changed in a given PR (set of commits since the last interaction with master in reality)
- ssl-expiration-date - Checks the expiration date of a site's certificate
- test-tls-version - Checks if a website supports a given version of TLS There are also some miscellaneous PHP scripts lying around for template related stuff. PHP makes a create templating language when you need some basic programmatic additions to your output text.Everything is too coupled to my work to be useful to others, and most of the automation scripts I've written for work are run as cron jobs now and send out emails to the appropriate emails. Most of these are written in PHP (we're a PHP shop).