Download the PHP package mediawiki/php-session-serializer without Composer
On this page you can find all versions of the php package mediawiki/php-session-serializer. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mediawiki/php-session-serializer
More information about mediawiki/php-session-serializer
Files in mediawiki/php-session-serializer
Download mediawiki/php-session-serializer
More information about mediawiki/php-session-serializer
Files in mediawiki/php-session-serializer
Vendor mediawiki
Package php-session-serializer
Short Description Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
License GPL-2.0-or-later
Homepage https://www.mediawiki.org/wiki/Php-session-serializer
Package php-session-serializer
Short Description Provides methods like PHP's session_encode and session_decode that don't mess with $_SESSION
License GPL-2.0-or-later
Homepage https://www.mediawiki.org/wiki/Php-session-serializer
Please rate this library. Is it a good library?
Informations about the package php-session-serializer
php-session-serializer
php-session-serializer is a PHP library that provides methods that work like
PHP's session_encode and session_decode
functions, but don't mess with the $_SESSION
superglobal.
It supports the php
, php_binary
, and php_serialize
serialize handlers.
wddx
is not supported, since it is inferior to php
and php_binary
.
Usage
Running tests
composer install --prefer-dist
composer test
History
This library was created to support custom session handler read and write methods that are more useful than blindly storing the serialized data that PHP gives to custom handlers.
All versions of php-session-serializer with dependencies
PHP Build Version
Package Version
The package mediawiki/php-session-serializer contains the following files
Loading the files please wait ....