Download the PHP package ptlis/php-serialized-data-editor without Composer
On this page you can find all versions of the php package ptlis/php-serialized-data-editor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ptlis/php-serialized-data-editor
More information about ptlis/php-serialized-data-editor
Files in ptlis/php-serialized-data-editor
Download ptlis/php-serialized-data-editor
More information about ptlis/php-serialized-data-editor
Files in ptlis/php-serialized-data-editor
Vendor ptlis
Package php-serialized-data-editor
Short Description Manipulate PHP-serialized data without deserialization
License MIT
Package php-serialized-data-editor
Short Description Manipulate PHP-serialized data without deserialization
License MIT
Please rate this library. Is it a good library?
Informations about the package php-serialized-data-editor
ptlis/php-serialized-data-editor
Tools for manipulating PHP serialized datastructures without deserializing and re-serializing the data.
This is useful when:
- You don't or can't have the classe definitions loaded (e.g. when processing arbitrary data in a DB, Redis etc).
- You don't want to invoke the
__wakeup
method (e.g. it tries to connect to a resource not available in the execution context).
Install
With composer:
Usage
This library currently supports basic search & replacement of string values (ignoring array keys and property names):
All versions of php-serialized-data-editor with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.1.0
The package ptlis/php-serialized-data-editor contains the following files
Loading the files please wait ....