文件名称:Dont:PHP的一小套防御性编程实用程序特征
文件大小:48KB
文件格式:ZIP
更新时间:2024-06-11 16:14:13
PHP
别 roave/dont是一个小型PHP软件包,旨在在设计时实施良好的实践。 安装 composer require roave/dont 用法 该软件包当前具有以下特征: 用法很简单: use Dont \ DontSerialise ; class MyClass { use DontSerialise ; } serialize ( new MyClass ); // will throw an exception
【文件预览】:
Dont-1.4.x
----.gitignore(130B)
----infection.json.dist(154B)
----src()
--------Dont()
----LICENSE(1KB)
----composer.json(898B)
----.github()
--------workflows()
----composer.lock(138KB)
----README.md(1KB)
----tests()
--------DontTest()
--------DontTestAsset()
----phpunit.xml.dist(1KB)
----docs()
--------DontGet.md(195B)
--------JustDont.md(215B)
--------DontClone.md(192B)
--------DontCall.md(195B)
--------DontDeserialise.md(221B)
--------DontToString.md(207B)
--------DontCallStatic.md(219B)
--------DontSerialise.md(200B)
--------DontSet.md(215B)