Skip to content

PHP Console v3 Release (November 2013)

Sergey edited this page Nov 13, 2013 · 19 revisions

Since 2 long years of intensive development... Google Chrome extension PHP Console is updated to new fantastic version 3.0

New features

  • Dump any type variable.
  • Execute PHP code remotely.
  • Protect access by password.
  • Group console logs by request.
  • Jump to error file:line in your text editor.
  • New communication protocol.
  • Copy error/debug data to clipboard.
  • Options now available by click on icon in address bar.
  • New server library with old version adapter.

Overview

Presentation video

Migration

  • New PHP Console extension comes with new server library.
  • You can migrate to new server library without any code changes, using \PhpConsole\OldVersionAdapter. See instructions.
  • New server library is PSR-0 and PSR-3 compatible, so it requires PHP > 5.3.

But, anyway, if you want to use old version of PHP Console extension compatible with old PHP < 5.3 server library, you can install it again. There will be no conflicts if both extension versions will be installed on your Google Chrome.

Feedback

  • If you have any problems with migration to new version, please report feedback.
  • If you like new PHP Console version, please rate it on Google WebStore.

Views statistics