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.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

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

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

PHP Build Version
Package Version
Requires php Version ~8.2.0 || ~8.3.0
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
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package arueckauer/package-info contains the following files

Loading the files please wait ....