0.0.5 • Published 12 years ago

dumpling v0.0.5

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

Dumpling

Sometimes you have to deal with crappy things like serialized PHP sessions in your node app, because I guess PHP is still a thing (seriously).

Dumpling unserializes it. There's no way to put it back, and there probably will never be. Sorry about that. There's also no recursion (fyi).

Anyway...

###Usage

var dumpling = require('dumpling')

var serial = 'some awful serialized php session'

var output = dumpling(serial)

###Testing npm test

###License MIT/X11

That's it. Hope your PHP days are over.

0.0.5

12 years ago

0.0.4

12 years ago

0.0.3

12 years ago

0.0.2

12 years ago

0.0.1

12 years ago