Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flavioheleno/watchr
command-line utility to explore and validate domain names and certificates
https://github.com/flavioheleno/watchr
certificate dns domain http https rdap tcp tls udp whois x509
Last synced: about 2 months ago
JSON representation
command-line utility to explore and validate domain names and certificates
- Host: GitHub
- URL: https://github.com/flavioheleno/watchr
- Owner: flavioheleno
- License: mit
- Created: 2023-09-12T19:40:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-23T12:57:04.000Z (9 months ago)
- Last Synced: 2024-05-02T02:12:25.972Z (9 months ago)
- Topics: certificate, dns, domain, http, https, rdap, tcp, tls, udp, whois, x509
- Language: PHP
- Homepage:
- Size: 147 KB
- Stars: 28
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watchr
**watchr** is a command-line utility to check for Domain Name and TLS Certificates expiration dates.
Fully automate watchr checks with GitHub Actions using [watchr-action](https://github.com/flavioheleno/watchr-action).
## Acknowledgements
This project imports the source code of [StreamInterface](src/Console/Contracts/Streams/StreamInterface.php),
[NullStream](src/Console/Streams/NullStream.php) and [Stream](src/Console/Streams/Stream.php) from
[guzzle/streams](https://github.com/guzzle/streams) project.## License
This project is licensed under the [MIT License](LICENSE).