PHPackages                             colgatto/mint - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. colgatto/mint

ActiveLibrary[CLI &amp; Console](/categories/cli)

colgatto/mint
=============

Background task manager for linux, PHP Backend + Web GUI

1.1.0(4y ago)39WTFPLPHPPHP &gt;=5.3.9

Since Oct 5Pushed 4y ago1 watchersCompare

[ Source](https://github.com/colgatto/Mint)[ Packagist](https://packagist.org/packages/colgatto/mint)[ Docs](https://github.com/colgatto/Mint)[ RSS](/packages/colgatto-mint/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (3)Used By (0)

Mint (Mint Is Not Taskhost.exe)
===============================

[](#mint-mint-is-not-taskhostexe)

Spawn, Monitor &amp; Manage Background Task on Linux from Web GUI

### Task Monitor

[](#task-monitor)

[![taskMonitor](https://camo.githubusercontent.com/013cf40ce2b7fe7fa15151eec984b7ca9248e92f9f9c2b9ee6556bc742cab2e1/68747470733a2f2f692e696d6775722e636f6d2f54714f4e75436c2e706e67)](https://camo.githubusercontent.com/013cf40ce2b7fe7fa15151eec984b7ca9248e92f9f9c2b9ee6556bc742cab2e1/68747470733a2f2f692e696d6775722e636f6d2f54714f4e75436c2e706e67)

### Task List

[](#task-list)

[![taskList](https://camo.githubusercontent.com/dab56201c84461f8edcf47bbb19d285992828d38aa9d5ed193af118bafb58073/68747470733a2f2f692e696d6775722e636f6d2f4462666f7a61392e706e67)](https://camo.githubusercontent.com/dab56201c84461f8edcf47bbb19d285992828d38aa9d5ed193af118bafb58073/68747470733a2f2f692e696d6775722e636f6d2f4462666f7a61392e706e67)

Install
-------

[](#install)

```
composer require colgatto/mint
```

Make sure Mint directory has the right privileges, if php can't create file inside it, Mint doesn't work

Run something like this from your project directory to give Mint the right privilages

```
sudo chown www-data:www-data -R ./vendor/colgatto/mint
```

Usage
-----

[](#usage)

`www/api.php`

```
