Download the PHP package danielcoker/larasap without Composer
On this page you can find all versions of the php package danielcoker/larasap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download danielcoker/larasap
More information about danielcoker/larasap
Files in danielcoker/larasap
Download danielcoker/larasap
More information about danielcoker/larasap
Files in danielcoker/larasap
Vendor danielcoker
Package larasap
Short Description Laravel social auto posting (Larasap) lets you automatically post all your content to social networks such as Telegram Channel and Twitter.
License MIT
Package larasap
Short Description Laravel social auto posting (Larasap) lets you automatically post all your content to social networks such as Telegram Channel and Twitter.
License MIT
Please rate this library. Is it a good library?
Informations about the package larasap
🌈 Introduction
This is a Laravel package to post your content to social networks such:
- Telegram Channel (Based on Telegram Bot API)
-
Facebook
🚀 Features:
- 🍒 Simple. Easy to use.
- 📝 Send text message to Telegram channel
- 📷 Send photo to Telegram channel
- 🎵 Send audio to Telegram channel
- 📖 Send document to Telegram channel
- 📺 Send video to Telegram channel
- 🔊 Send voice to Telegram channel
- 🎴 Send a group of photos or videos as an album to Telegram channel
- 📍 Send location to Telegram
- 📌 Send venue to Telegram
- 📞 Send contact to Telegram
- 🌐 Send message with url inline keyboard to Telegram channel
- ✨ Send text and media to Twitter
-
🎉 Send text and media to Facebook
🔨 Installation:
-
Download and install package via composer:
- Run the command below to publish the package config file:
config\larasap.php
🔌 Configuration:
Set the social network information in the
config\larasap.php
.🕹 Usage:
First, add the
use Toolkito\Larasap\SendTo;
in your controller.Next, send message to your Telegram channel or Twitter account.
🚩 Roadmap
-
- Improve tests and coverage
-
Improve performance
🌱 Quick examples:
⭐ Telegram examples:
📝 Send text message to Telegram:
📷 Send photo to Telegram:
🎵 Send audio to Telegram:
📖 Send document to Telegram:
📺 Send video to Telegram:
🔊 Send voice to Telegram:
🎴 Send media group to Telegram:
📍 Send point on the map to Telegram:
📌 Send information about a venue to Telegram:
📞 Send phone contacts to Telegram:
🌐 Send message with inline button to Telegram:
Or
⭐ Twitter examples:
✨ Text tweet:
✨ Tweet with media:
⭐ Facebook examples:
🎉 Send link to Facebook page:
🎉 Send photo to Facebook page:
🎉 Send video to Facebook page:
All versions of larasap with dependencies
PHP Build Version
Package Version
The package danielcoker/larasap contains the following files
Loading the files please wait ....