2017 © Pedro Peláez
 

cakephp-plugin debug_http

CakePHP Debug Kit Http panel

image

dorxy/debug_http

CakePHP Debug Kit Http panel

  • Monday, July 10, 2017
  • by dorxy
  • Repository
  • 2 Watchers
  • 10 Stars
  • 5,994 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 13 Versions
  • 8 % Grown

The README.md

DebugHttp

Software License Build Status Coverage Status Code Consistency Total Downloads Latest Stable Version Latest Unstable Version, (*1)

DebugHttp gives the CakePHP DebugKit plugin integration for HTTP requests using CakePHP's client., (*2)

Requirements

The master branch has the following requirements:, (*3)

  • CakePHP 3.4.0 or larger
  • DebugKit 3.2 or larger

Installation

  • Install the plugin with Composer from your CakePHP Project's ROOT directory (where the composer.json file is located)
php composer.phar require dorxy/debug_http "~1.0"

note this is not a dev requirement, (*4)

Plugin::load('DebugHttp');
Plugin::load('DebugKit', ['bootstrap' => true, 'routes' => true]);
  • Add the panel to DebugKit
Configure::write('DebugKit.panels', ['DebugHttp.ClientCall']);
  • Set 'debug' => true, in config/app.php.

Usage

Whenever you wish to have a client request appear in the DebugHttp panel you must use the provided client, e.g.:, (*5)

$http = new \DebugHttp\Network\Http\Client();
$http->get('http://www.google.com');

The request and response will automatically appear in the Client calls panel, as well as their timing in the Timer panel., (*6)

Screenshots

alt text, (*7)

alt text, (*8)

alt text, (*9)

Reporting Issues

If you have a problem with DebugHttp or wish to see other features please open an issue on GitHub., (*10)

The Versions

10/07 2017

dev-master

9999999-dev https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

10/07 2017

1.3.0

1.3.0.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

07/12 2016

1.2.1

1.2.1.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

30/08 2016

1.2.0

1.2.0.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

30/08 2016

1.1.3

1.1.3.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

13/07 2016

1.1.2

1.1.2.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

The Development Requires

by Simone Alers

debug cakephp http client

17/02 2016

1.1.1

1.1.1.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

28/01 2016

1.1.0

1.1.0.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

17/12 2015

1.0.3

1.0.3.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

16/12 2015

1.0.2

1.0.2.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

14/12 2015

1.0.1

1.0.1.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

12/12 2015

dev-develop

dev-develop https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client

12/12 2015

1.0.0

1.0.0.0 https://github.com/dorxy/debug_http

CakePHP Debug Kit Http panel

  Sources   Download

MIT

The Requires

 

by Simone Alers

debug cakephp http client