Download the PHP package tequilarapido/php-serialized without Composer
On this page you can find all versions of the php package tequilarapido/php-serialized. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download tequilarapido/php-serialized
More information about tequilarapido/php-serialized
Files in tequilarapido/php-serialized
Download tequilarapido/php-serialized
More information about tequilarapido/php-serialized
Files in tequilarapido/php-serialized
Vendor tequilarapido
Package php-serialized
Short Description Deals with php serialized data. (ie. search & replace)
License MIT
Package php-serialized
Short Description Deals with php serialized data. (ie. search & replace)
License MIT
Please rate this library. Is it a good library?
Informations about the package php-serialized
Tequilarapido/PHPSerialized
Can be used to replace strings in PHP serialized strings. (take a look at the tests)
Example
// Serialized stuff
$user = new stdClass();
$user->email = '[email protected]';
$serialized = serialize($user);
// Replace mail
$sr = new SearchReplace();
$result = $sr->run('[email protected]', '[email protected]', $serialized);
Credits
Most of the code is from googling around. If you think it's your code that I'm using, let me know and I'll be happy to mention it.
All versions of php-serialized with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package tequilarapido/php-serialized contains the following files
Loading the files please wait ....