Download the PHP package placidapp/placid-laravel without Composer

On this page you can find all versions of the php package placidapp/placid-laravel. 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 placid-laravel

Placid for Laravel - Automatic image creation from templates

Placid for Laravel

Latest Version Total Downloads MadeWithLaravel.com shield

This package enables you to automatically create images from Placid templates. You can use the REST API or the URL API to create placid.app embed links with your variables to dynamically set the image content.

About Placid

To use this package, you will need a Placid account, where you can add, design and edit image templates.

It is a service that automatically creates share images for your content: Open Graph images (og:images), Twitter Card images and Pinterest images. This saves you hours to make your content shareable after publishing. We offer a bunch of nice preset designs you can use out of the box as well.

More than share images: With our editor you have full control over your templates, so you can use it for other types of images to add to your content as well (like teasers or blog graphics).

Create a placid.app image URL

Dynamically created image with Placid

Generate an Image

Using the image() function on the template object will result in returning a GeneratedImage Object. When the image has been created, the webhook defined in your config will be called!

image(true) will wait for the image to being finished:

Fields

You can add different elements onto your template that can be changed and filled dynamically.

Text field

PLEASE NOTE: The text color can only be changed when you use the image() function to generate an image, not if you use the URL API.

Picture field

Browserframe field

Rectangle field

PLEASE NOTE: The background color can only be changed when you use the image() function to generate an image, not if you use the URL API.

Installation

You can install this package via composer using this command:

The package will automatically register itself.

You can publish the config-file with:

These are the contents of the published config file:

License

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


All versions of placid-laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
placidapp/placid-php Version ^1.0.1
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 placidapp/placid-laravel contains the following files

Loading the files please wait ....