tcgunel/yemeksepeti-bot

This package is abandoned and no longer maintained. No replacement package was suggested.

Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.

v1.0.3 2022-03-03 11:11 UTC

This package is auto-updated.

Last update: 2023-10-19 07:24:11 UTC


README

License Buy us a tree PHP Composer

YemekSepeti Ürün Botu

Yemeksepeti sayfasındaki ürünlerin kategorize olarak çekilmesi.

Requirements

PHP Package
^7.3-^8.0-^9.0 v1.0.0

Kurulum

composer require tcgunel/yemeksepeti-bot

Kullanım

İ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();

Test

composer test

For windows:

vendor\bin\paratest.bat

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details

Treeware

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.