yii2-gearman | A wrapper for implementing an https
kandi X-RAY | yii2-gearman Summary
kandi X-RAY | yii2-gearman Summary
yii2-gearman is a PHP library. yii2-gearman has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.
A wrapper for implementing an
A wrapper for implementing an
Support
Quality
Security
License
Reuse
Support
yii2-gearman has a low active ecosystem.
It has 38 star(s) with 12 fork(s). There are 9 watchers for this library.
It had no major release in the last 12 months.
There are 3 open issues and 4 have been closed. On average issues are closed in 105 days. There are 1 open pull requests and 0 closed requests.
It has a neutral sentiment in the developer community.
The latest version of yii2-gearman is v1.0
Quality
yii2-gearman has 0 bugs and 0 code smells.
Security
yii2-gearman has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
yii2-gearman code analysis shows 0 unresolved vulnerabilities.
There are 0 security hotspots that need review.
License
yii2-gearman does not have a standard license declared.
Check the repository for any license declaration and review the terms closely.
Without a license, all rights are reserved, and you cannot use the library in your applications.
Reuse
yii2-gearman releases are available to install and integrate.
Installation instructions, examples and code snippets are available.
yii2-gearman saves you 79 person hours of effort in developing the same functionality from scratch.
It has 205 lines of code, 20 functions and 5 files.
It has medium code complexity. Code complexity directly impacts maintainability of the code.
Top functions reviewed by kandi - BETA
kandi has reviewed yii2-gearman and discovered the below as its top functions. This is intended to give you an instant insight into yii2-gearman implemented functionality, and help decide if they suit your requirements.
- Restart application .
- Get the configuration .
- Get application .
- Stop application .
- Start application .
- Get workload .
- Returns the dispatcher .
- Get the field name .
- Sets the name .
- Set the parameters .
Get all kandi verified functions for this library.
yii2-gearman Key Features
No Key Features are available at this moment for yii2-gearman.
yii2-gearman Examples and Code Snippets
Copy
'components' => [
'gearman' => [
'class' => 'filsh\yii2\gearman\GearmanComponent',
'servers' => [
['host' => '127.0.0.1', 'port' => 4730],
],
'user' => 'www-data',
'jobs' => [
Copy
namespace common\jobs;
use filsh\yii2\gearman\JobBase;
class SyncCalendar extends JobBase
{
public function execute(\GearmanJob $job = null)
{
// Do something
}
}
Copy
Yii::$app->gearman->getDispatcher()->background('syncCalendar', new JobWorkload([
'params' => [
'data' => 'value'
]
])); // run in background
Yii::$app->gearman->getDispatcher()->execute('syncCalendar', ['data'
Community Discussions
No Community Discussions are available at this moment for yii2-gearman.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install yii2-gearman
It is recommended that you install the Gearman library [through composer](http://getcomposer.org/). To do so, add the following lines to your ``composer.json`` file.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page