https://github.com/hollodotme/analyze-github.org
Analyzing GitHub orgs using GitHub's GraphQL API
https://github.com/hollodotme/analyze-github.org
analyzer fastcgi github graphql-client js-event-source
Last synced: about 1 month ago
JSON representation
Analyzing GitHub orgs using GitHub's GraphQL API
- Host: GitHub
- URL: https://github.com/hollodotme/analyze-github.org
- Owner: hollodotme
- License: mit
- Created: 2018-11-23T14:23:27.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-07T19:39:23.000Z (over 6 years ago)
- Last Synced: 2025-01-22T05:42:47.917Z (3 months ago)
- Topics: analyzer, fastcgi, github, graphql-client, js-event-source
- Language: PHP
- Homepage: https://analyze-github.org
- Size: 1.27 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](https://travis-ci.org/hollodotme/github-org-analyzer)
[](https://codecov.io/gh/hollodotme/github-org-analyzer)
[](https://github.com/phpstan/phpstan)# GitHub Organization Analyzer
## Description
This in an online analyzer of GitHub organizations using [GitHub's GraphQL API](https://developer.github.com/v4/).
You can find the app at: https://analyze-github.org
## Development setup
Follow these steps to bring up the development environment:
```bash
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
```bash
docker-compose exec php vendor/bin/phpunit.phar -c build
```## Run PHPStan
```bash
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](.github/CONTRIBUTING.md) for details.