exakat

The Exakat Engine : smart static analysis for PHP

Github星跟踪图

Exakat

The Exakat Engine is an automated code reviewing engine for PHP.

Installation

Installation with the phar

Phar is the recommended installation process.

The Exakat engine is distributed as a phar archive, that contains all the needed PHP code.

The rest of the installation (Gremlin-server) is detailled in the installation documentation.

The quick installation guide is the following (command line, MacOS. See docs for more options):

mkdir exakat
cd exakat
curl -o exakat.phar http://dist.exakat.io/index.php?file=latest
curl -o apache-tinkerpop-gremlin-server-3.3.6-bin.zip http://dist.exakat.io/apache-tinkerpop-gremlin-server-3.3.6-bin.zip
unzip apache-tinkerpop-gremlin-server-3.3.6-bin.zip
mv apache-tinkerpop-gremlin-server-3.3.6 tinkergraph
rm -rf apache-tinkerpop-gremlin-server-3.3.6-bin.zip

# Optional : install neo4j engine.
cd tinkergraph
./bin/gremlin-server.sh install org.apache.tinkerpop neo4j-gremlin 3.3.6
cd ..

php exakat.phar doctor

Run online

Projects smaller than 10k lines of code may be tested online, with the most recent version of exakat.

Contribute

See CONTRIBUTING.md for information on how to contribute to the Exakat engine.

Changelog

See Changelog.txt for information on how to contribute to the Exakat engine.

主要指标

概览
名称与所有者exakat/exakat
主编程语言PHP
编程语言PHP (语言数: 6)
平台
许可证Other
所有者活动
创建于2015-11-04 16:00:34
推送于2022-03-24 09:32:24
最后一次提交2022-03-24 10:32:21
发布数169
最新版本名称v2.1.9 (发布于 )
第一版名称yudi (发布于 2013-12-13 10:01:11)
用户参与
星数379
关注者数16
派生数41
提交数16.9k
已启用问题?
问题数130
打开的问题数46
拉请求数8
打开的拉请求数2
关闭的拉请求数17
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?