设置参数并使用Bedrock和Lumberjack发送请求

I'm getting started using Bedrock and Lumberjack.

I want to query a URL which returns XML, parse it and display the results on the page. How do I pass parameters and set them in the $request and send the request to the url? Its probably very simple but I'm not sure how to do this using these technologies.