Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.
PHP | Package |
---|---|
^7.3-^8.0-^9.0 | v1.0.0 |
composer require tcgunel/yemeksepeti-bot
İlgili url üzerinde botu çalıştırdıktan sonra getCategories metodu array içerisinde Category instancelarını dönecektir. Her Category instanceda products attribute içerisinde Product[] instanceları bulunur.
$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();
composer test
For windows:
vendor\bin\paratest.bat
- Tolga Can GÜNEL - Altyapı ve proje başlangıcı
This project is licensed under the MIT License - see the LICENSE file for details
This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.