Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexeevdv/php-domain-info
https://github.com/alexeevdv/php-domain-info
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexeevdv/php-domain-info
- Owner: alexeevdv
- Created: 2017-06-05T19:20:31.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T21:15:46.000Z (over 7 years ago)
- Last Synced: 2024-10-23T12:24:14.784Z (3 months ago)
- Language: PHP
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Domain info provider
===
You can obtain following information about domain:- Creation date
- Expiration dateInstallation
--Preferred way to install this library is via composer:
```bash
composer require alexeevdv/php-domain-info "1.0.0"
```Usage:
--```php
getCreationDate();
$expirationDate = $provider->getExpirationDate();
} catch (Exception $e) {
// Can't find data provider for domain name
}```