Download the PHP package prateekbhujel/larapost without Composer

On this page you can find all versions of the php package prateekbhujel/larapost. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package larapost

LaraPost

CI Packagist PHP Laravel

LaraPost is a Laravel package for publishing and scheduling content to Facebook Pages, Twitter / X, and LinkedIn from one API and one dashboard.

LaraPost supports publishing and scheduling for Facebook Pages, Twitter / X, and LinkedIn from one Laravel API and dashboard.

Features

Support Matrix

Platform Connect Publish Notes
Facebook OAuth to Facebook login Page posts with text, image URL, and video URL Facebook Pages only. Personal profile posting is not supported.
Twitter / X OAuth 2.0 Text posts Your X app still needs write access plus billing or credits. The dashboard does not upload media to X.
LinkedIn OAuth 2.0 Member profile text posts LinkedIn organization pages are not supported. Image upload expects a readable local file path when used programmatically.

Installation

Manual setup:

Configuration

Dashboard-saved provider credentials override .env values.

Quick Start

Connect at least one provider account, then publish from code:

Schedule for later:

Connect an account from the CLI:

Dashboard

The built-in dashboard lives at GET /larapost/dashboard.

It includes:

The dashboard is a real operator surface, not a demo screen. It only exposes the support that ships in v1.0.0.

Scheduling

Run the scheduled runner every minute:

Useful commands:

Docs

Contributing

Community contributions should come from forks. See CONTRIBUTING.md for the expected workflow.

License

LaraPost is released under the MIT license.


All versions of larapost with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
illuminate/support Version ^10.0|^11.0|^12.0|^13.0
guzzlehttp/guzzle Version ^7.0
nesbot/carbon Version ^2.0|^3.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package prateekbhujel/larapost contains the following files

Loading the files please wait ...