Download the PHP package prestashop/traces without Composer
On this page you can find all versions of the php package prestashop/traces. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download prestashop/traces
More information about prestashop/traces
Files in prestashop/traces
Download prestashop/traces
More information about prestashop/traces
Files in prestashop/traces
Vendor prestashop
Package traces
Short Description A simple CLI tool to generate information about GitHub contributors of a repository
License MIT
Package traces
Short Description A simple CLI tool to generate information about GitHub contributors of a repository
License MIT
Keywords prestashopcontributors
Please rate this library. Is it a good library?
Informations about the package traces
Traces
Traces is a Symfony CLI application that is able to :
- fetch all repositories of the PrestaShop organization
- fetch all contributors and their contributions in "developer-readable" JSON format for a specified repository
- fetch all merged pull requests of the PrestaShop organization
Installation / usage
The authentication use a Github Token.
Note: You can fetch here : https://github.com/settings/tokens/new?description=traces&scopes=repo,read:org
All the following commands require a Github token to access and use Github APIs, you have three ways to define this token:
- using the command option:
--ghtoken=<ghtoken>
- using an environment variable: GH_TOKEN=
php bin/console ` - using .env file and adding GH_TOKEN=
Configuring
There are a number of settings that can be configured via the config file. Take a look at the config.dist.yml
file for an example.
Option | Description |
---|---|
exclusions | List of excluded users. |
keepExcludedUsers | Set to true to flag excluded contributors instead of filtering them out from the output. |
fieldsWhitelist | List of fields to keep from the API result. Leave blank if you want to keep them all. |
extractEmailDomain | Set to true to extract the user's email domain and include it in the generated file |
License
This project is released under the MIT license.
All versions of traces with dependencies
PHP Build Version
Package Version
Requires
knplabs/github-api Version
^3.14
symfony/http-client Version ^7.1
nyholm/psr7 Version ^1.8
cache/filesystem-adapter Version ^1.2
symfony/dotenv Version ^7.1
symfony/console Version ^7.1
ext-json Version *
symfony/yaml Version ^7.3
symfony/http-client Version ^7.1
nyholm/psr7 Version ^1.8
cache/filesystem-adapter Version ^1.2
symfony/dotenv Version ^7.1
symfony/console Version ^7.1
ext-json Version *
symfony/yaml Version ^7.3
The package prestashop/traces contains the following files
Loading the files please wait ....