domain-expiration/README.md
2019-04-24 11:35:49 +02:00

25 lines
651 B
Markdown

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 |
+------------------------+---------------------+
```