Go to file
Simon Vieille 356837b136
add Process component
2019-04-24 12:26:25 +02:00
src/Deblan/Command add Process component 2019-04-24 12:26:25 +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 add Process component 2019-04-24 12:26:25 +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 |
+------------------------+---------------------+