https://github.com/ufocoder/yii2-syncsocial
Extension synchronizes your Active Record model with social networks.
https://github.com/ufocoder/yii2-syncsocial
Last synced: about 1 year ago
JSON representation
Extension synchronizes your Active Record model with social networks.
- Host: GitHub
- URL: https://github.com/ufocoder/yii2-syncsocial
- Owner: ufocoder
- License: mit
- Created: 2015-03-20T21:31:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-22T01:10:30.000Z (about 11 years ago)
- Last Synced: 2025-04-19T02:23:12.464Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 156 KB
- Stars: 15
- Watchers: 6
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
yii2-SyncSocial
===============
[](https://packagist.org/packages/ufocoder/yii2-syncsocial)
[](https://packagist.org/packages/ufocoder/yii2-syncsocial)
[](https://travis-ci.org/ufocoder/yii2-SyncSocial)
[](https://scrutinizer-ci.com/g/ufocoder/yii2-SyncSocial/?branch=master)
[](https://codeclimate.com/github/ufocoder/yii2-SyncSocial)
[](https://coveralls.io/r/ufocoder/yii2-SyncSocial?branch=master)
Extension synchronizes your Active Record model with social networks.
It helps you collect social networks' text posts and publish new post to all connected social networks.
### Extension supports social networks:
* [facebook](https://facebook.com)
* [twitter](https://twitter.com)
* [vkontakte](https://vk.com) - post publish and delete only for [standalone application](https://vk.com/dev/standalone)
* [google](https://google.com) - google provides [read mode](https://developers.google.com/+/api/) only
## Documentation
* [Installation](docs/installation.md)
* [Configuration](docs/configuration.md)
* [How it works](docs/howitworks.md)
## Demonstration
There's [demo application](http://yii2-syncsocial.ufocoder.com) and [github project of demo application](https://github.com/ufocoder/yii2-SyncSocial-demo)