Amirali-Bagheri / enamad-scrape

Get Information of Domain with enamad.ir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enamad-scrape

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.

About

Get Information of Domain with enamad.ir

License:MIT License


Languages

Language:PHP 100.0%