Download the PHP package workingconcept/craft-trigger without Composer

On this page you can find all versions of the php package workingconcept/craft-trigger. 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 craft-trigger

Trigger Craft CMS 3 Plugin

Kick off static deployments only when you need to.


As of v2.3.1, the first-party Webhooks plugin supports debouncing requests. You may want to give that a look first!

Overview

A simple plugin to kick off builds asynchronously, ideal for something like a headless GatsbyJS or Gridsome frontend deployed to Netlify or Zeit. Use it to add a glorified build buton, or tie it to cron so that changes are grouped and pushed on whatever schedule you define.

Features

Quick setup for publishing changes immediately, or collecting them for routine checks via cron:

Dashboard widget for instant deploys:

Run checks or trigger deploys from the command line:

Setup

  1. Require with composer require workingconcept/craft-trigger, then install via CLI or control panel.
  2. Visit Settings, set your deploy webhook URL.
  3. To batch changes for deploy, add a cron job to run craft trigger/deploy/check, which post to your webhook URL only if changes are pending.
  4. Optionally add the Dashboard widget to your layout for quick one-click builds.

How it Works

Saving, reordering, deleting and restoring Elements will either trigger a build or switch on a pending flag in the database, depending on the Deploy on Content Change setting you chose. Running craft trigger/deploy/check or manually triggering a build from the Dashboard or with trigger/deploy/go will reset that flag.

Draft edits won't be flagged as changes.


Support

File an issue and I'll try to respond promptly and thoughtfully. This is a free-time project, so I appreciate your patience.


This plugin is brought to you by Working Concept.


All versions of craft-trigger with dependencies

PHP Build Version
Package Version
Requires craftcms/cms Version ^3.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 workingconcept/craft-trigger contains the following files

Loading the files please wait ....