PHP code example of tcgunel / yemeksepeti-bot
1. Go to this page and download the library: Download tcgunel/yemeksepeti-bot 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/ */
tcgunel / yemeksepeti-bot example snippets
$url = "https://www.yemeksepeti.com/burger-king-kadikoy-bostanci-mah-istanbul";
$bot = new YemeksepetiBot(null, $url);
$bot->run();
/** @var \TCGunel\YemeksepetiBot\Models\Category[] */
$bot->getCategories();