Download the PHP package arzcode/sisifo without Composer

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

Sisifo

Latest Version on Packagist

A Filament v5 plugin that turns an IMAP mailbox into an autonomous, LLM-powered watcher and summarizer.

Sisifo polls a single IMAP account, persists incoming messages, and runs scheduled or watch-style mailbox tasks that ask an LLM (Prism PHP by default) to summarize, classify, or extract information from new emails — then dispatches notifications through configurable channels (Pushover, Filament database notifications, …).

Like its namesake Sisyphus, it keeps rolling through the inbox so you don't have to.

Features

Requirements

Installation

Register the plugin in your Filament panel:

Run the migrations (they are autoloaded by the package, so this is all you need):

Publishing is optional and only needed when you want to customize things:

Configuration

Most settings can be driven by environment variables; see config/sisifo.php for the full list and defaults.

IMAP

LLM

The prism driver delegates to Prism PHP, so configure your provider credentials (e.g. your Anthropic API key) as Prism expects.

Schedule

The package registers the mailbox:process command to run every minute (in the environments listed under sisifo.schedule.environments, default production). The command itself throttles the IMAP fetch to check_every_minutes, while task scheduling is evaluated each run. Make sure Laravel's scheduler is active:

Notifications

Usage

Create a Mailbox Task from the Filament resource the plugin registers. Each task has:

A shared common prompt (stored in settings) is appended to every task's prompt — handy for global tone/format instructions.

If, after analyzing the emails, the LLM decides there is nothing relevant to report, the task stays silent (no notification is sent).

Running manually

Extending

Custom LLM provider

Implement the contract and bind it:

Custom notification channel

Then add it to sisifo.notifications.channels (and, if it should be selectable per task, to MailboxTaskNotificationEnum).

Note: the EmbeddingStore contract and its drivers are scaffolding for a future memory feature and are not yet wired into mailbox tasks.

Translations

English (en) and Spanish (es) are bundled. Publish sisifo-lang to override strings or add locales.

Testing

Changelog

See CHANGELOG.md for what has changed recently.

License

MIT. See LICENSE.md.


All versions of sisifo with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
beyondcode/laravel-mailbox Version ^6.0
filament/filament Version ^5.0
filament/spatie-laravel-settings-plugin Version ^5.0
laravel/framework Version ^13.0
league/html-to-markdown Version ^5.1
prism-php/prism Version ^0.99.2
spatie/laravel-settings Version ^3.0
webklex/laravel-imap Version ^6.2
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 arzcode/sisifo contains the following files

Loading the files please wait ...