1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
{
"name": "phalcon/cphalcon",
"description": "Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.",
"keywords": [
"extension",
"phalcon",
"framework",
"high load",
"mvc"
],
"require": {
"php": ">=5.5"
},
"require-dev": {
"doctrine/instantiator": "1.0.5",
"phpdocumentor/reflection-docblock": "^2.0",
"phpunit/phpunit": "^4.8",
"mustache/mustache": "^2.11",
"twig/twig": "~1.34",
"predis/predis": "^1.1",
"codeception/codeception": "^2.3",
"codeception/verify": "^0.3",
"codeception/specify": "^0.4",
"squizlabs/php_codesniffer": "^2.9",
"phalcon/zephir": "^0.10"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Phalcon Team",
"email": "team@phalconphp.com",
"homepage": "https://phalconphp.com/en/team"
},
{
"name": "Contributors",
"homepage": "https://github.com/phalcon/cphalcon/graphs/contributors"
}
],
"autoload-dev": {
"psr-4": {
"Zephir\\Optimizers\\": "optimizers/",
"Phalcon\\Test\\Unit\\": "tests/unit/",
"Phalcon\\Test\\Unit5x\\": "tests/unit5x/",
"Phalcon\\Test\\Integration\\": "tests/integration/",
"Phalcon\\Test\\Module\\": "tests/_support/Module/",
"Phalcon\\Test\\Listener\\": "tests/_data/listener/"
}
},
"support": {
"issues": "https://github.com/phalcon/cphalcon/issues",
"source": "https://github.com/phalcon/cphalcon",
"forum": "https://forum.phalconphp.com/",
"docs": "https://docs.phalconphp.com/",
"wiki": "https://github.com/phalcon/cphalcon/wiki",
"irc": "irc://irc.freenode.org/phalconphp",
"rss" : "https://blog.phalconphp.com/rss",
"email": "support@phalconphp.com"
}
}
|