2017 © Pedro Peláez
 

symfony-bundle friendship-bundle

Friendship for symfony users

image

illibejiep/friendship-bundle

Friendship for symfony users

  • Tuesday, September 13, 2016
  • by illibejiep
  • Repository
  • 1 Watchers
  • 1 Stars
  • 35 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 6 % Grown

The README.md

Friendship bundle

It provides simple relation functionality for symfony2 users., (*1)

Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

Installation

    composer require illibejiep/friendship-bundle dev-master

Then add in AppKernel.php, (*3)

//...
    $bundles[] = new \FriendshipBundle\FriendshipBundle();

    return $bundles;
//...

Done., (*4)

Usage

In twig template:, (*5)

//...
{% include 'FriendshipBundle:Widget:button.html.twig' with {fromUser: someUser, toUser: anotherUser} %}
//...

It will show friendship button for someUser to manage friendship with anotherUser., (*6)

The Versions

13/09 2016

dev-master

9999999-dev

Friendship for symfony users

  Sources   Download

MIT

The Requires

 

by Vasilii Lapin

social bundle friendship

13/08 2015

v1.0.0

1.0.0.0

Friendship for symfony users

  Sources   Download

MIT

The Requires

 

by Vasilii Lapin

social bundle friendship