TSantos Serializer Library

build scrutinizer code_coverage docs

Welcome to TSantos Serializer documentation page! This page will show you how to install and use the TSantos Serializer library.

Introduction

With the growth of micro-services a good serializer tool should be use to expose your data over the internet. Such tools should be able to read data (commonly PHP objects) and encode it to any format to be consumed by API client. TSantos Serializer was built focused on performance and APIs which requires fast responses, low CPU and low memory usage as non-functional requirements. Moreover, this library tries to do all this process without loosing the benefits of data-mapping and flexible configurations.