Skip to content

PublisherHub/Publisher_Entity_Twitter_Recommendation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Recommendation Entities

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.

About

publisher/mode_recommendation entities for publisher/entry_twitter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages