Download the PHP package playbloom/guzzle-bundle without Composer

On this page you can find all versions of the php package playbloom/guzzle-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package guzzle-bundle

Guzzle Bundle Build Status Latest Stable Version Total Downloads

Provide a basic logger and an advanced profiler for Guzzle

Guzzle Symfony web profiler panel Guzzle Symfony web profiler panel - request details Guzzle Symfony web profiler panel - response details

Installation

Add the composer requirements

Add the bundle to your Symfony app kernel

To enable the advanced profiler & the toolbar/web profiler panel, add this line to your app/config/config_dev.yml

Guzzle client as a Symfony service

Concrete Guzzle client creation can be easily managed by the Symfony service container thanks to a simple factory configuration, in this case, you just need to tag your guzzle service(s) with playbloom_guzzle.client.

It will add the basic logger to your client(s). If the web_profiler is enabled in the current environement, it will also add the advanced profiler and display report on the Symfony toolbar/web profiler.

Add the logger/profiler manually to a Guzzle client

If you need to handle the registration of the logger or profiler plugin manually, you can retrieve theses services from the Symfony container.

Customize your own profiler panel

If you need a custom profiler panel you can extend/reuse easily the data collector and profiler template from this bundle.

For example, you have a GithubBundle which interact with the Github API. You also have a Github profiler panel to debug your developement and you want to have the API requests profiled in this panel.

It's quite easy: First, define your own GithubDataCollector extending the Playbloom\Bundle\GuzzleBundle\DataCollector\GuzzleDataCollector

Then extends the guzzle web profiler template

And finally declare your data collector

That's it, now your profiler panel displays your custom information and the Guzzle API requests.

TODO

Licence

This bundle is under the MIT license. See the complete license in the bundle

Credits

Bitdeli Badge


All versions of guzzle-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
guzzle/guzzle Version 3.*
symfony/web-profiler-bundle Version ~2.1
symfony/http-foundation Version ~2.1
symfony/http-kernel Version ~2.1
symfony/config Version ~2.1
symfony/dependency-injection Version ~2.1
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package playbloom/guzzle-bundle contains the following files

Loading the files please wait ....