2017 © Pedro Peláez
 

cakephp-plugin cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

image

oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  • Friday, January 19, 2018
  • by oefenweb
  • Repository
  • 1 Watchers
  • 4 Stars
  • 10,832 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 14 Versions
  • 4 % Grown

The README.md

SocialMedia plugin for CakePHP

Build Status PHP 7 ready Coverage Status Packagist downloads Code Climate Scrutinizer Code Quality, (*1)

The SocialMedia plugin provides the tools to generate social media links (Helper) and handle them (Controller)., (*2)

Requirements

  • CakePHP 2.9.0 or greater.
  • PHP 7.0.0 or greater.

Installation

  • Clone/Copy the files in this directory into app/Plugin/SocialMedia

Configuration

  • Ensure the plugin is loaded in app/Config/bootstrap.php by calling:
CakePlugin::load('SocialMedia');
  • Ensure to configure the following two lines in app/Config/bootstrap.php:
Configure::write('SocialMedia.salt', 'your-salt');
Configure::write('SocialMedia.facebookAppId', 'your-facebook-app-id');

Usage

echo $this->SocialMedia->facebook(
    __('Share on Facebook'), [
        'link' => 'your-url',
        'name' => 'your-name',
        'caption' => 'your-caption',
        'description' => 'your-description',
        'picture' => 'your-picture'
    ]
);
echo $this->SocialMedia->twitter(
    __('Tweet on Twitter'), [
        'url' => 'your-url',
        'via' => 'your-via',
        'text' => 'your-text',
    ]
);

The Versions

19/01 2018

3.x-dev

3.9999999.9999999.9999999-dev http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp social media

19/01 2018

v3.0.1

3.0.1.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp social media

19/01 2018

dev-fix-phpunit-tests-in-standalone-mode

dev-fix-phpunit-tests-in-standalone-mode http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp social media

18/01 2018

v3.0.0

3.0.0.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp social media

28/09 2017

dev-master

9999999-dev http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

28/09 2017

v1.1.5

1.1.5.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

28/09 2017

2.x-dev

2.9999999.9999999.9999999-dev http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

04/05 2017

v1.1.4

1.1.4.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

05/04 2017

v1.1.3

1.1.3.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

28/05 2016

v1.1.2

1.1.2.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

09/03 2016

v1.1.1

1.1.1.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

12/02 2016

v1.1.0

1.1.0.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

27/12 2014

v1.0.1

1.0.1.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media

17/12 2014

v1.0.0

1.0.0.0 http://github.com/Oefenweb/cakephp-social-media

A minimalistic SocialMedia Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp social media