2spark/framework-bundle

2Spark 框架包

安装量: 1,657

依赖项: 1

建议者: 0

安全: 0

类型:bundle

1.3 2016-03-11 16:55 UTC

This package is auto-updated.

Last update: 2024-08-29 04:09:04 UTC


README

此包旨在为您的包提供核心组件。

要求

此包依赖于以下内容

> - Symfony 2.7.*

包参数

#!yml
spark_framework.form.factory.class: Spark\FrameworkBundle\Form\Factory\FormFactory
spark_framework.component.scrambler.class: Spark\FrameworkBundle\Component\Scrambler
spark_framework.component.otp_generator.class: Spark\FrameworkBundle\Component\OTPGenerator

将其添加到您的项目中

  • composer require "2spark/framework-bundle"
  • 将包添加到注册的包中(在app文件夹中的AppKernel.php文件中)

详细文档

  • Resources/doc/

提供的内容

提供各种组件

组件

> - HttpFoundation

>> - PublicResponse

> - GrouperInterface > - IpTools > - JsonValidator > - Logger(由Benoit MAZIERE开发) > - Memory > - OTPGenerator > - OTPGeneratorInterface > - Scrambler > - ScramblerInterface > - StringUtilities

数据固定

> - DataFixturesLoader

依赖注入

> - OTPGeneratorCompilerPass > - ScramblerCompilerPass

Doctrine

>> - ODM:

>>> - MongoDB

>>>> - CacheableDocumentRepository >>>> - CacheableDocumentRepositoryFactory

事件

>> - 订阅者:

>>> - Doctrine

>>>> - TablePrefixSubscriber

>>> - Sortable

>>>> - Doctrine

>>>>> - ArrayCollectionSubscriber

>>>> - SortableSubscriber

异常

>> - NotImplementedException

表单

>> - 工厂:

>>> - FormFactory

请求

>> - 参数转换器:

>>> - MultiCollectionsParamConverter

特性

>> - ConnectionLogger >> - HexadecimalValidator >> - Logger >> - PDOTablePrefix

验证器

>> - 约束:

>>> - UniqueDocument >>> - UniqueDocumentValidator

致谢

我要感谢 Symfony 的朋友,他们的 FormFactory 类为设计表单处理器提供了灵感。

特别感谢 Benoit Maziere,他开发了一个轻量级的日志记录器,并允许我将它集成到这个包中。