domain-expiration/README.md

25 lines
651 B
Markdown
Raw Normal View History

2019-04-24 10:47:44 +02:00
Domain expiration
=================
Checks the expiration dates of domains.
## Installation and usage
2019-04-24 11:35:49 +02:00
PHP 7.3, [composer](https://getcomposer.org/) and `whois` required.
2019-04-24 10:47:44 +02:00
```
$ git clone https://gitnet.fr/deblan/domain-expiration.git
$ cd domain-expiration
$ composer install
```
```
2019-04-25 12:42:23 +02:00
$ php7.3 ./domain-expiration check example.com other-example.com
2019-04-24 10:47:44 +02:00
+------------------------+---------------------+
| Domain | Date |
+------------------------+---------------------+
| example.com | YYYY-MM-DD HH:MM:SS |
| other-example.com | YYYY-MM-DD HH:MM:SS |
+------------------------+---------------------+
```