amirali-bagheri/enamad-scrape

Get Information of Domain with enamad.ir

1.0.0 2021-01-25 22:12 UTC

This package is auto-updated.

Last update: 2024-10-26 07:10:45 UTC


README

Software License Travis Total Downloads

Install

composer require amirali-bagheri/enamad-scrape

Usage

Check Has Enamad

$enamad = new \Enamad('domain.ir');

return $enamad->hasEnamad(); //bool

Get Information

$enamad = new \Enamad('domain.ir');

return $enamad->get(); //array of data

Get Is Expired

$enamad = new \Enamad('domain.ir');

return $enamad->isExpired(); //bool

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Security

If you discover any security-related issues, please contact me.

License

The MIT License (MIT). Please see License File for more information.