Domain expiration ================= Checks the expiration dates of domains. ## Installation and usage PHP 7.3, [composer](https://getcomposer.org/) and `whois` required. ``` $ git clone https://gitnet.fr/deblan/domain-expiration.git $ cd domain-expiration $ composer install ``` ``` $ php7.3 ./domain-expiration check example.com,other-example.com +------------------------+---------------------+ | Domain | Date | +------------------------+---------------------+ | example.com | YYYY-MM-DD HH:MM:SS | | other-example.com | YYYY-MM-DD HH:MM:SS | +------------------------+---------------------+ ```