pixeljar / DeserializePHP

This is a plugin for TablePlus that mimics the behavior of a similar plugin for sequel pro

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is this

This is a TablePlus Plugin, install DeserializePHP you will have a menu Deserialize PHP in context menu. When selecting this menu item from the contextual menu, it will copy the deserialized PHP to your clipboard. Paste it wherever you like to view the results.

menu

Support

TablePlus version 2.7 and above.

Install

From release

Download release, unzip and double click on file plugin to install.

Build from source

git clone git@github.com:pixeljar/DeserializePHP.git
cd DeserializePHP/DeserializePHP.tableplusplugin
npm install
npm run build
open .

How to use

  1. Open a connection.
  2. Open a table.
  3. Click on a cell.
  4. Click on Go to URL in menu.

License

DeserializePHP is released under the MIT license. See LICENSE for details.

About

This is a plugin for TablePlus that mimics the behavior of a similar plugin for sequel pro

License:MIT License


Languages

Language:JavaScript 100.0%