Git Product home page Git Product logo

alfred-php-workflow-updater's Introduction

alfred-php-workflow-updater

A simple updater for Alfred Workflows

How to use

require_once 'updater.php';

$config = [
  'plist_url' => 'https://externalsite.com/info.plist',
  'workflow_url' => 'https://externalsite.com/Calculate.Anything.alfredworkflow',
  'check_interval => 86400 * 15,
  'force_check' => false,
  'force_download' => false,
  'download_type' => 'async',
];
$updater = new Alfred\Updater($config);

return $updater->checkUpdates();

Options

check_interval

The interval in seconds between update checks, default 15 days.

plist_url

the url to the remote plist file, used to check for new versions, the updater will download this file and compare the local workflow version with the version of this file. If you host your workflow on Github you can use a URL like this:

https://raw.githubusercontent.com/{githubuser}/{project}/master/info.plist

workflow_url

URL to the .workflow file, if an update is available, the workflow will be downloaded and opened so it can be installed. If you host your workflow on Github you can use a URL like this:

https://github.com/{githubuser}/{project}/releases/latest/download/Calculate.Anything.alfredworkflow

force_check

Bypass the cache and check again the remote plist.

force_download

Force the download of the latest version even if there are no updates available, useful for tests.

download_type

Type of download, available methods are async or sync.

alfred-php-workflow-updater's People

Contributors

biati-digital avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.