FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cakephp_queue/composer.json at master · sdevore/cakephp_queue · GitHub
sdevore
/
cakephp_queue
Public
forked from
MSeven/cakephp_queue
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
cakephp_queue
/
composer.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
24 lines (24 loc) · 581 Bytes
Breadcrumbs
cakephp_queue
/
composer.json
Copy path
File metadata and controls
24 lines (24 loc) · 581 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name"
:
"
dereuromark/cakephp-queue
"
,
"type"
:
"
cakephp-plugin
"
,
"description"
:
"
The Queue plugin for CakePHP provides dereferred task execution.
"
,
"keywords"
: [
"
cakephp
"
,
"
queue
"
,
"
dereferred tasks
"
,
"
background
"
],
"homepage"
:
"
http://github.com/dereuromark/cakephp-queue
"
,
"license"
:
"
MIT
"
,
"authors"
: [
{
"name"
:
"
Mark Scherer
"
,
"homepage"
:
"
http://www.dereuromark.de
"
}
],
"require"
: {
"php"
:
"
>=5.3.0
"
,
"composer/installers"
:
"
*
"
},
"support"
: {
"source"
:
"
https://github.com/dereuromark/cakephp-queue
"
},
"extra"
: {
"installer-name"
:
"
Queue
"
}
}
Back
|
FazBrowse Home
|
New Git URL