2017 © Pedro Peláez
 

library php-serialized

Deals with php serialized data. (ie. search & replace)

image

tequilarapido/php-serialized

Deals with php serialized data. (ie. search & replace)

  • Saturday, February 22, 2014
  • by nbourguig
  • Repository
  • 2 Watchers
  • 0 Stars
  • 438 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Tequilarapido/PHPSerialized

Build Status, (*1)

Can be used to replace strings in PHP serialized strings. (take a look at the tests), (*2)

Example

        // Serialized stuff
        $user = new stdClass();
        $user->email = 'email@example.com';
        $serialized = serialize($user);

        // Replace mail
        $sr = new SearchReplace();
        $result = $sr->run('email@example.com', 'email@anotherdomain.com', $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., (*3)

The Versions

22/02 2014

dev-develop

dev-develop

Deals with php serialized data. (ie. search & replace)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by tequilarapido team

19/02 2014

dev-master

9999999-dev

Deals with php serialized data. (ie. search & replace)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by tequilarapido team

18/02 2014

1.0.2

1.0.2.0

Deals with php serialized data. (ie. search & replace)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by tequilarapido team

18/02 2014

1.0.1

1.0.1.0

Deals with php serialized data. (ie. search & replace)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by tequilarapido team

15/02 2014

1.0.0

1.0.0.0

Deals with php serialized data. (ie. search & replace)

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

by tequilarapido team