publisher/entity_twitter_recommendation
Composer 安装命令:
composer require publisher/entity_twitter_recommendation
包简介
Entities of Twitter Entries for the Mode Recommendation
README 文档
README
Offers Entities that implement the Mode Recommendation for Entries of the package publisher/entry-twitter.
Installation
The recommended way to install this is through composer.
Edit your composer.json and add:
{
"require": {
"publisher/entity_twitter_recommendation": "dev-master"
}
}
And install dependencies:
$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install
Form (symfony/form)
You can find a symfony form in src/Recommendation/Form/Type/ and a twig template in Resources/view/.
Validation with symfony/validator
A general validation config for the entity is provided in Resources/config/validation.yml. If you want to use it you need to require symfony/validator and publisher/entry_twitter, too.
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-12-31