Go to file
Simon Vieille c60d40fe83
README
2019-04-24 11:35:49 +02:00
src/Deblan/Command init 2019-04-24 10:47:44 +02:00
.gitignore init 2019-04-24 10:47:44 +02:00
README.md README 2019-04-24 11:35:49 +02:00
composer.json init 2019-04-24 10:47:44 +02:00
domain-expiration init 2019-04-24 10:47:44 +02:00

README.md

Domain expiration

Checks the expiration dates of domains.

Installation and usage

PHP 7.3, composer 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 |
+------------------------+---------------------+