Download the PHP package tinson/formatter without Composer
On this page you can find all versions of the php package tinson/formatter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package formatter
简述
针对客户端App对API的数据要求强类型,否则容易导致App各种崩溃,而PHP后端本身数据是弱类型的,所以希望有一个方便的数据格式化来cover这个需求。 我们的数据大部分都是从数据库直接取出来,针对每一种数据结构定义一个对应的格式化类,不止提高代码复用,如果有一些敏感字段,也可以很安全的过滤掉, 不会因为遗漏引发安全问题。 比如user数据表,从数据库直接拿出来,如果遗漏掉过滤password直接输出到API,也是一件很可怕的事情。
应用场景
数据格式化
依赖要求
- PHP >= 5.6
目录说明
案例
代码示例
All versions of formatter with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.6
The package tinson/formatter contains the following files
Loading the files please wait ....