PHP unserialize function
npm install @swordev/php-unserializePHP unserialize function for JavaScript.
``bash`
npm install @swordev/php-unserialize
`typescript
import { unserialize } from "@swordev/php-unserialize"
unserialize(key|s:11:"hello world";) // { key: "hello world" }`
To contribute to the project, follow these steps:
1. Fork this repository.
2. Create a branch: git checkout -b .npm run prepare
3. Make your changes and check them: .git commit -m '
4. Commit your changes: .git push origin
5. Push to the original branch:
6. Create the pull request.
Alternatively see the GitHub documentation on creating a pull request.
This project was forked from node-php-session-unserialize because it had bugs (ed06e76, 7fa1b48) and it was not being maintained.
Distributed under the MIT License. See LICENSE for more information.