Our plan is to implement an extractor based on the Symfony/Panther library that would allow us to scrape data directly from the web in a single ETL pipeline.
Our plan is to implement an extractor based on the Symfony/Panther library that would allow us to scrape data directly from the web in a single ETL pipeline.
->domElementAttribute(ScalarFunction|string $attribute)
->domElementAttributesCount()
->domElementAttributeValue(ScalarFunction|string $attribute)
->domElementValue()
->domElementParent()
->domElementAttribute(ScalarFunction|string $attribute)
->domElementAttributesCount()
->domElementAttributeValue(ScalarFunction|string $attribute)
->domElementValue()
->domElementParent()
- ref('response_body')->htmlQuerySelector('body div h1')
- ref('response_body')->htmlQuerySelectorAll('body p')
Both would return HTMLElementEntry.
- ref('response_body')->htmlQuerySelector('body div h1')
- ref('response_body')->htmlQuerySelectorAll('body p')
Both would return HTMLElementEntry.
- entry_html
- entry_html_element
flow-php.com/documentati...
- entry_html
- entry_html_element
flow-php.com/documentati...
- type_html
- type_html_element
You can find them among all other types at: flow-php.com/documentati...
- type_html
- type_html_element
You can find them among all other types at: flow-php.com/documentati...
If you would like to play with the initial version of Playground, look at our Discord server where I'm sharing progress and links to the working version.
If you would like to play with the initial version of Playground, look at our Discord server where I'm sharing progress and links to the working version.
- whole DSL
- methods from the most critical API classes
- whole DSL
- methods from the most critical API classes
It's not yet production-ready as it's missing one critical feature without which I can't use any code editors...
Autocompletion!
It's not yet production-ready as it's missing one critical feature without which I can't use any code editors...
Autocompletion!
If you ran into any issues/questions, we have a discord server (link on website) where you can catch me 😁
If you ran into any issues/questions, we have a discord server (link on website) where you can catch me 😁
- flow-php.com/data_frame/...
- flow-php.com/data_frame/...
- flow-php.com/data_frame/...
- flow-php.com/data_frame/...