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-04-26 06:11:25 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
Value Type Description
name string Manager Name
start_date date Date of Sign Up
expire_date string Date of Expire
address string Address
phone int Phone Number
email string Email Address
work_time string Working Time
history string Business History
star int Star Rating

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.