{"id":23274179,"url":"https://github.com/pbwebmedia/buzz-bundle","last_synced_at":"2025-04-06T10:45:09.276Z","repository":{"id":57036986,"uuid":"66539794","full_name":"PBWebMedia/buzz-bundle","owner":"PBWebMedia","description":"ABANDONED, use symfony/http-client instead | Buzz HTTP client Symfony bundle ","archived":false,"fork":false,"pushed_at":"2020-06-09T15:31:30.000Z","size":123,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-14T09:16:23.989Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PBWebMedia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-25T08:28:18.000Z","updated_at":"2020-06-09T15:33:05.000Z","dependencies_parsed_at":"2022-08-24T06:40:20.762Z","dependency_job_id":null,"html_url":"https://github.com/PBWebMedia/buzz-bundle","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PBWebMedia%2Fbuzz-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PBWebMedia%2Fbuzz-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PBWebMedia%2Fbuzz-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PBWebMedia%2Fbuzz-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PBWebMedia","download_url":"https://codeload.github.com/PBWebMedia/buzz-bundle/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247471390,"owners_count":20944154,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-19T20:12:27.797Z","updated_at":"2025-04-06T10:45:09.252Z","avatar_url":"https://github.com/PBWebMedia.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PB Web Media Buzz bundle\n\n**This bundle has been abandoned!**\n\nPlease use the excellent [symfony/http-client](https://github.com/symfony/http-client) instead\n\n---\n\nProvides a Symfony bundle for the [Buzz HTTP client library](https://github.com/kriswallsmith/Buzz) created by [Kris Wallsmith](http://kriswallsmith.net/).\n\nThis bundle also adds an entry to the Symfony debug toolbar which shows the number of requests and the total request time. In the profile you can see more details about these requests like headers and response data.\n\n## Installation\n\n### Install with composer\n\nInstall the buzz-bundle using composer:\n\n```\ncomposer require pbweb/buzz-bundle\n```\n\nthen, add the bundle to your `AppKernel`:\n\n    class AppKernel extends Kernel\n    {\n        public function registerBundles()\n        {\n            $bundles = array(\n                // ...\n                new Pbweb\\BuzzBundle\\PbwebBuzzBundle(),\n\n## Usage\n\n```php\n$browser = $this-\u003econtainer-\u003eget('buzz');\n$response = $browser-\u003eget('http://pbwebmedia.nl');\n```\n\n## Configuration\n\nYou can optionally configure buzz in your `app/config.yml` file\n\n```yaml\npbweb_buzz:\n    client_timeout: 60    # Defaults to 5\n    debug: %kernel.debug% # Enables the data collector in the dev environment\n```\n\n\n## Copyright\n\n### Buzz\n\nCopyright ©2010-2011 Kris Wallsmith\n\n### Buzz bundle\nCopyright ©2014-2016 PB Web Media\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbwebmedia%2Fbuzz-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpbwebmedia%2Fbuzz-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpbwebmedia%2Fbuzz-bundle/lists"}