2017 © Pedro PelĂĄez
 

cakephp-plugin cakephp-serialize-data-types

Serialize-able data types for the CakePHP ORM

image

burzum/cakephp-serialize-data-types

Serialize-able data types for the CakePHP ORM

  • Thursday, April 21, 2016
  • by burzum
  • Repository
  • 2 Watchers
  • 2 Stars
  • 2,526 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 5 % Grown

The README.md

CakePHP serialize-able Data Types

Software License Build Status Build Status Code Quality, (*1)

Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. The reverse process is called deserialization., (*2)

The plugin will add data types that will allow you to store serialized data in your database., (*3)

Requirements

  • CakePHP 3.0+

How to use?

Check the official documentation on how to use data types:, (*4)

  • http://book.cakephp.org/3.0/en/orm/saving-data.html#saving-complex-types
  • http://book.cakephp.org/3.0/en/orm/database-basics.html#adding-custom-database-types

Serializeable Data Types

The following types are included in this plugin:, (*5)

Please notice this security warning from the official php documentation when using the Serialize data type:, (*6)

Do not pass untrusted user input to unserialize(). Unserialization can result in code being loaded and executed due to object instantiation and autoloading, and a malicious user may be able to exploit this. Use a safe, standard data interchange format such as JSON (via json_decode() and json_encode()) if you need to pass serialized data to the user., (*7)

Support

For support and feature request, please visit the Support Site., (*8)

Branch strategy

  • The master branch holds the STABLE latest version of the plugin.
  • The develop branch is UNSTABLE and used to test new features before releasing them.
  • Only hot fixes are accepted against the master branch.

Contributing to this Plugin

Please feel free to contribute to the plugin with new issues, requests, unit tests and code fixes or new features. If you want to contribute some code, create a feature branch from develop, and send us your pull request. Unit tests for new features and issues detected are mandatory to keep quality high., (*9)

  • Pull requests must be send to the develop branch.
  • Contributions must follow the PSR2 coding standard recommendation.
  • Unit tests are required.

License

Copyright 2013 - 2016 Florian KrÀmer, (*10)

Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file., (*11)

The Versions

21/04 2016

dev-master

9999999-dev http://github.com/burzum/cakephp-serialize-data-types

Serialize-able data types for the CakePHP ORM

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database json serialize data type

20/04 2016

dev-develop

dev-develop http://github.com/burzum/cakephp-serialize-data-types

This plugin is a set of tools for user handling like registration, login, email verification, password reset and much more.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database json serialize data type

20/04 2016

1.0.0

1.0.0.0 http://github.com/burzum/cakephp-serialize-data-types

This plugin is a set of tools for user handling like registration, login, email verification, password reset and much more.

  Sources   Download

MIT

The Requires

 

The Development Requires

orm database json serialize data type