PHP code example of ahmeterdgn / nobetcieczane
1. Go to this page and download the library: Download ahmeterdgn/nobetcieczane library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ahmeterdgn / nobetcieczane example snippets
use Uzmoon\EczaneScraper;
$scraper = new EczaneScraper('istanbul');
$data = $scraper->scrape('https://example.com/?city=istanbul&link=');
print_r($data);
use Uzmoon\EczaneScraper;
$scraper = new EczaneScraper('ankara');
$details = $scraper->detail('eczane-link');
print_r($details);