Download the PHP package arueckauer/package-info without Composer
On this page you can find all versions of the php package arueckauer/package-info. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download arueckauer/package-info
More information about arueckauer/package-info
Files in arueckauer/package-info
Package package-info
Short Description Verifying composer packages requirements of GitHub organizations
License BSD-3-Clause
Homepage https://github.com/arueckauer/package-info
Informations about the package package-info
package-info
Verifying requirements of composer packages of a GitHub organization
Installation
Clone the repository and install dependencies.
Configuration
The application comes with sample configurations for various PHP framework organizations. Copy one of the config\autoload\local-*.dist
files to config\autoload\local.php
. Or alternatively create your own configuration based on any of the sample configurations.
Place your personal access token in github_api_token
and provide a cache_file_path
.
Configuration options
github_api_token
Your personal access tokens (see GitHub / Settings / Developer settings)organizations
An array of organization names whose repositories will be checked.ignore_repositories
An array of package names, that will be ignored and thus not checked.ignore_branches
An array of branch names, that will be ignored and thus not checked.cache_file_path
Location of the cache path.
Commands
There are three commands available.
Build cache
This will be the first step. To not repeatedly fetch all information from GitHub, package information is cached. To build the cache, execute the following command. Depending on the size of the organization, this may take a while.
Show information for a single package
This command shows information such as available heads (branches, releases and pull requests) for a single package.
Check requirements
The check command performs the actual check against given requirements.
Examples:
To check which repositories are supporting PHP 8.1, run the following command.
The results of the previous command include branches and pull requests. To check only releases, run the following command.
To include only repositories of a specific organization, run the following command.
For a complete list of options, execute the following command.
All versions of package-info with dependencies
ext-json Version *
composer/semver Version ^3.4.3
guzzlehttp/guzzle Version ^7.9.2
knplabs/github-api Version ^3.15
laminas/laminas-config-aggregator Version ^1.15
laminas/laminas-servicemanager Version ^3.22.1
laminas/laminas-stdlib Version ^3.19
mezzio/mezzio Version ^3.19.1
mezzio/mezzio-helpers Version ^5.16
ocramius/package-versions Version ^2.9
symfony/console Version ^5.4.44