Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 679 Bytes

File metadata and controls

27 lines (19 loc) · 679 Bytes

php-serializer

Functions to serialize and unserialize data ont PHP serialization standard.

Getting Started

Install the module with: npm install php-serializer

var php_serializer = require('php-serializer');
php_serializer.awesome(); // "awesome"

Documentation

(Coming soon)

Examples

(Coming soon)

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

(Nothing yet)

License

Copyright (c) 2013 Filipi Zimermann
Licensed under the MIT license.