Download the PHP package splash/tasking-bundle without Composer

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

Tasking-Bundle

Advanced Tasking Manager for Symfony. 100% Php with high concurrency management.

Key features

Total Downloads Latest Stable Version

Installation

Step 1 - Requirements and Installing the bundle

The first step is to tell composer that you want to download Tasking-Bundle which can be achieved by typing the following at the command prompt:

Step 2 - Enable the bundle in your kernel

The bundle must be added to your AppKernel.

**Step usually not necessary in Symfony Flex.

Create Your First Job

Background jobs must extend Splash\Tasking\Model\AbstractJob.

Job Token may be defined multiple way:

Available Job Types

There are few predefined abstract job types, for different kinds of tasks:

Symfony Commands

The bundle comes with management commands to pilot workers from command line.

Note: Tasking processes & supervisor are activated & checked each time a new task is added to queue

Configuration reference

Bundle configuration are stored under splash_tasking:

Docker Dev Environnement

A Docker Compose file is available to run a development server. You can start it typing the following at the command prompt:

Testing & Code Quality

This bundle uses Phpunit for functional testing.

This bundle uses Grumphp for all code quality checks (PHPMD, PhpCsFixer, PhpStan, and more...).

License

This package is available under the MIT license.


All versions of tasking-bundle with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4|^8.0
ext-posix Version *
ext-curl Version *
ext-pcntl Version *
symfony/symfony Version ~4.0
symfony/monolog-bundle Version >=2.1
doctrine/doctrine-bundle Version ^1.6|^2.0
sonata-project/admin-bundle Version >3.0
sonata-project/doctrine-orm-admin-bundle Version *
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 splash/tasking-bundle contains the following files

Loading the files please wait ....