2spark/framework-bundle
最新稳定版本:1.3
Composer 安装命令:
composer require 2spark/framework-bundle
包简介
2Spark Framework Bundle
关键字:
README 文档
README
This bundle is designed to provide core components for your bundles.
Requirements
This bundle relies on the following:
> - Symfony 2.7.*
Bundle Parameters
#!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
Add it in your project
- composer require "2spark/framework-bundle"
- Add the bundle in your registered bundles (AppKernel.php in app folder)
Detailed document
- Resources/doc/
What it provides
It provides various components:
Component:
> - HttpFoundation:
>> - PublicResponse
> - GrouperInterface > - IpTools > - JsonValidator > - Logger (made by Benoit MAZIERE) > - Memory > - OTPGenerator > - OTPGeneratorInterface > - Scrambler > - ScramblerInterface > - StringUtilities
DataFixtures:
> - DataFixturesLoader
Dependency Injection:
> - OTPGeneratorCompilerPass > - ScramblerCompilerPass
Doctrine:
>> - ODM:
>>> - MongoDB:
>>>> - CacheableDocumentRepository >>>> - CacheableDocumentRepositoryFactory
Event:
>> - Subscriber:
>>> - Doctrine:
>>>> - TablePrefixSubscriber
>>> - Sortable:
>>>> - Doctrine:
>>>>> - ArrayCollectionSubscriber
>>>> - SortableSubscriber
Exception:
>> - NotImplementedException
Form:
>> - Factory:
>>> - FormFactory
Request:
>> - ParamConverter:
>>> - MultiCollectionsParamConverter
Traits:
>> - ConnectionLogger >> - HexadecimalValidator >> - Logger >> - PDOTablePrefix
Validator:
>> - Constraints:
>>> - UniqueDocument >>> - UniqueDocumentValidator
Acknowledgements
I would like to thank Friends of Symfony for their FormFactory class, it has been an inspiration for designing Form Handler.
A special thank you for Benoit Maziere who developed a lightweight logger and allowed me to integrate it within this bundle.
统计信息
- 总下载量: 1.66k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-09-10