2017 © Pedro Peláez
 

library hwi-oauth-bridge

Missing bridge between the HWIOAuthBundle and your Symfony 2 project.

image

emanueleminotto/hwi-oauth-bridge

Missing bridge between the HWIOAuthBundle and your Symfony 2 project.

  • Sunday, April 10, 2016
  • by EmanueleMinotto
  • Repository
  • 1 Watchers
  • 0 Stars
  • 11 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

HWI OAuth Bridge

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score, (*1)

Missing bridge between the HWIOAuthBundle and your Symfony 2 project., (*2)

Install

Via Composer, (*3)

``` bash $ composer require emanueleminotto/hwi-oauth-bridge, (*4)


## Usage To use one or more of included traits add them to your entities: ```php namespace AppBundle; use Doctrine\ORM\Mapping as ORM; /** * @ORM\Entity * @ORM\Table */ class Example { use \EmanueleMinotto\HwiOauthBridge\Traits\Entity\FacebookTrait; /** * @ORM\Column(type="integer") * @ORM\Id */ private $id; // ... }

And all related methods will be available throught the trait, so:, (*5)

$example = new AppBundle\Example();

$example->setFacebookEmail('user@example.com');

$em->persist($example);
$em->flush();

echo $example->getFacebookEmail(); // user@example.com

Doctrine 2 ORM are available under the folder Entity and Doctrine ODM under the Document folder., (*6)

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*7)

Security

If you discover any security related issues, please email minottoemanuele@gmail.com instead of using the issue tracker., (*8)

Credits

License

The MIT License (MIT). Please see License File for more information., (*9)

The Versions

10/04 2016

dev-master

9999999-dev

Missing bridge between the HWIOAuthBundle and your Symfony 2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress authentication oauth security amazon google disqus odnoklassniki vkontakte oauth2 facebook instagram twitter firewall salesforce qq github oauth1 box yahoo flickr bitly jira bitbucket yandex dropbox dailymotion foursquare spotify linkedin deviantart wechat 37signals windows live sensio connect trello eventbrite hubic twitch stack exchange stereomood sina weibo mail.ru fiware bufferapp

10/04 2016

1.0.1

1.0.1.0

Missing bridge between the HWIOAuthBundle and your Symfony 2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress authentication oauth security amazon google disqus odnoklassniki vkontakte oauth2 facebook instagram twitter firewall salesforce qq github oauth1 box yahoo flickr bitly jira bitbucket yandex dropbox dailymotion foursquare spotify linkedin deviantart wechat 37signals windows live sensio connect trello eventbrite hubic twitch stack exchange stereomood sina weibo mail.ru fiware bufferapp

18/11 2015

1.0.0

1.0.0.0

Missing bridge between the HWIOAuthBundle and your Symfony 2 project.

  Sources   Download

MIT

The Requires

 

The Development Requires

wordpress authentication oauth security amazon google disqus odnoklassniki vkontakte oauth2 facebook instagram twitter firewall salesforce qq github oauth1 box yahoo flickr bitly jira bitbucket yandex dropbox dailymotion foursquare spotify linkedin deviantart wechat 37signals windows live sensio connect trello eventbrite hubic twitch stack exchange stereomood sina weibo mail.ru fiware bufferapp