php-gearman icon indicating copy to clipboard operation
php-gearman copied to clipboard

Gearman job server workers helper

Results 6 php-gearman issues
Sort by recently updated
recently updated
newest added

Hi, I'm using Gearman to do some processing in background, but I need the results when finished. From documentation of PHP for Gearman, and your implementation I see that there...

I am getting in Class 'GearmanClient' not found GearmanQueue.php (line 99). Is i have to install extra thing?

Warning: Ambiguous class resolution, "demi\gearman\laravel5\Console\SupervisorCommand" was found in both "./vendor/demi/php-gearman/laravel5/console/SupervisorCommand.php" and "./vendor/demi/php-gearman/laravel5/Console/SupervisorCommand.php", the first will be used. > Illuminate\Foundation\ComposerScripts::postAutoloadDump > @php artisan package:discover In GearmanServiceProvider.php line 34: Call to undefined...

- Simplified laravel/lumen configs - Updated readme.md - Add env variables on config/gearman.php _(GEARMAN_HOST and GEARMAN_PORT)_