Download the PHP package qlimix/serializable without Composer
On this page you can find all versions of the php package qlimix/serializable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qlimix/serializable
More information about qlimix/serializable
Files in qlimix/serializable
Download qlimix/serializable
More information about qlimix/serializable
Files in qlimix/serializable
Vendor qlimix
Package serializable
Short Description An interface that indicates the object is serializable
License MIT
Package serializable
Short Description An interface that indicates the object is serializable
License MIT
Keywords serializable
Please rate this library. Is it a good library?
Informations about the package serializable
serializable
An interface that indicates the object is serializable.
Install
Using Composer:
$ composer require qlimix/serializable
usage
If whatever you are serializing doesn't cross the boundaries of your application you could use the GetClassNameTrait to refer to the object class name.
Testing
To run all unit tests locally with PHPUnit:
$ vendor/bin/phpunit
Quality
To ensure code quality run grumphp which will run all tools:
$ vendor/bin/grumphp run
Contributing
Please see CONTRIBUTING for details.
All versions of serializable with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
The package qlimix/serializable contains the following files
Loading the files please wait ....