Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonhamp/tableplus-phpserializer
A PHP deserializer for TablePlus
https://github.com/simonhamp/tableplus-phpserializer
Last synced: about 1 month ago
JSON representation
A PHP deserializer for TablePlus
- Host: GitHub
- URL: https://github.com/simonhamp/tableplus-phpserializer
- Owner: simonhamp
- License: mit
- Created: 2019-12-30T22:21:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-31T05:11:44.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T19:21:30.784Z (8 months ago)
- Language: JavaScript
- Size: 919 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## What is this?
This is a [TablePlus](https://tableplus.com/) Plugin that allows you to deserialize serialized PHP stored in your tables. Once deserialized, the content is converted to a JSON string and copied to your clipboard so you can paste it wherever you need it - simply right-click on the cell containing serialized PHP.
## Requirements
TablePlus v2.9.1 and above.
## Installation
### Latest release
Download the latest [release](https://github.com/simonhamp/TablePlus-PHPSerializer/releases), unzip and double click on the plugin file (`PHPSerializer.tableplusplugin`) to install. Follow the TablePlus prompts to install the plugin. It only takes a few seconds.
### Build from source
```
git clone [email protected]:simonhamp/TablePlus-PHPSerializer.git
cd TablePlus-PHPSerializer/PHPSerializer.tableplusplugin
npm install
npm run build
open .
```## Usage
1. Open a connection.
2. Open a table.
3. Right-click on a cell.
4. Click `PHP Deserialize` in the menu.
5. Paste the JSON result into your editor of choice.## License
PHP Serializer is released under the MIT license. See [LICENSE](https://github.com/simonhamp/TablePlus-PHPSerializer/blob/master/LICENSE) for details.