Z
Z
Zhandev2016-07-08 17:42:31
MySQL
Zhandev, 2016-07-08 17:42:31

How to properly design a class for parsing sites on lumen / laravel?

It is required to make a site parser. The choice fell on the lumen micro framework. How to design a class for parsing, where to save and how to substitute these classes into the framework architecture? I'm still new to oop.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
Kirill_Dan, 2017-10-05
@Kirill_Dan

Everything is described in detail here: https://cleverman.org/post/laravel-5-5-i-parsing-c... Just for Laravel using the symphonic Crawler component

M
Mikhail Osher, 2016-07-08
@miraage

The parser can be made using normal PHP tools.
More precisely, the XML extension.

Z
Zhandev, 2016-07-08
@Zhandev Автор вопроса

Просто ощущение что класс этот нужно регистрировать не в контроллерах. Может есть более изящный способ. Так как парсер должен будет каждые 15 минут проверять данные на сайте, и если есть обновления то подгружать.

V
VaLeRa2, 2016-07-08
@VaLeRa2

Воспользуйся уже готовой библиотекой для Laravel/Lumen основанная Simple PHP.
https://github.com/nathanmac/Parser/blob/master/RE...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question