Web Scraping in CI4 |
I'm doing a CodeIgniter4 Project utilizing web scraper, paritcularly Goutte. Is this the right approach, are there any web scrapers more suitable for CI4? Where would I store the scraping scripts, what folder or file?
Not sure but this may set you on the right path.
freecodecamp - Web Scraping with PHP – How to Crawl Web Pages Using Open Source Tools What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
You can easily use and integrate PHP libraries like
https://github.com/voku/simple_html_dom https://github.com/spekulatius/PHPScraper in CodeIgniter. Simply create a library. PHP Code: namespace App\Libraries; |
Welcome Guest, Not a member yet? Register Sign In |