文件名称:formable:轻松描述和验证DTO
文件大小:14KB
文件格式:ZIP
更新时间:2024-06-10 00:18:34
PHP
该软件包已被放弃,不再维护。 作者建议改为使用软件包。 可成型Symfony捆绑包 为什么? 因为将数据从Web请求传输到域的最干净的方法是使用DTO。 对于简单的DTO,Symfony会强制您创建两个类,即FormType类和SomethingDTO类。 如何? 通过此捆绑包,您可以通过@Formable()注释来描述DTO。 让我们来看一个例子。 例子 数据传输对象 use Formable \ Definition \ Formable ; use Symfony \ Component \ Validator \ Constraints as Assert ; class PublishPostCommand { /** * @Formable(name="title", dataType="text") * * @Assert\Leng
【文件预览】:
formable-master
----phpspec.yml(81B)
----src()
--------Exception()
--------Tests()
--------Generator()
--------Bundle()
--------Definition()
----phpunit.xml.dist(616B)
----spec()
--------Generator()
----README.md(3KB)
----.gitignore(65B)
----bin()
--------test(54B)
----composer.json(631B)