Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.28 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.28 KB

Build Status codecov phpstan enabled

GitHub Organization Analyzer

Description

This in an online analyzer of GitHub organizations using GitHub's GraphQL API.

You can find the app at: https://analyze-github.org

Development setup

Follow these steps to bring up the development environment:

git clone https://github.com/hollodotme/analyze-github.org
cd analyze-github.org
docker-compose up -d
docker-compose exec php composer update -o -v -d /repo
echo '127.0.0.1    dev.analyze-github.org' >> /etc/hosts
open http://dev.analyze-github.org

Run tests

docker-compose exec php vendor/bin/phpunit.phar -c build

Run PHPStan

docker-compose exec php vendor/bin/phpstan.phar analyze --level max src cgi public

Contributing

Contributions are welcome and will be fully credited. Please see the contribution guide for details.