Download the PHP package drupol/composer-packages without Composer

On this page you can find all versions of the php package drupol/composer-packages. 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 composer-packages

![Latest Stable Version][latest stable version] ![GitHub stars][github stars] ![Total Downloads][total downloads] ![GitHub Workflow Status][github workflow status] [![Scrutinizer code quality][code quality]][code quality link] ![Type Coverage][type coverage] [![Code Coverage][code coverage]][code quality link] ![License][license] ![Donate!][donate github]

Composer Packages

Description

Composer Packages is a Composer plugin for getting information about installed packages in your project.

It could be very useful for anyone who wants to build a package discovery system, crawling the filesystem is then not needed.

Documentation

This package provides:

How does it work ?

When doing a composer update or composer install, the plugin will generate classes that are going to be automatically loaded by the Composer autoload system.

Those classes contains statical information about packages that are installed in your project. Among those static data, it also contains some useful methods. The number of methods in those classes can very depending on the number of packages that are in your project.

This package idea has been inspired by the package ocramius/package-versions from the amazing Marco Pivetta.

Requirements

Installation

composer require drupol/composer-packages --dev

Usage

To get packages of a particular type

To get a package

To get an installation directory

To get a package version

To get a package dependencies

Note: If composer is not already installed, you might get an error like below when using this package:

If you do, you can explicitly require composer in your project, to ensure it's available:

To get a package version

Code quality and tests

Every time changes are introduced into the library, Github run the tests and the benchmarks.

The library has tests written with PHPUnit.

Before each commit some inspections are executed with GrumPHP, run ./vendor/bin/grumphp run to trigger them manually.

PHPInfection is used to ensure that your code is properly tested, run composer infection to test your code.

Contributing

Feel free to contribute by sending pull requests. We are a usually very responsive team and we will help you going through your pull request from the beginning to the end.

For some reasons, if you can't contribute to the code and willing to help, sponsoring is a good, sound and safe way to show us some gratitude for the hours we invested in this package.

Sponsor me on Github and/or any of the contributors.

[latest stable version]: https://img.shields.io/packagist/v/drupol/composer-packages.svg?style=flat-square

[github stars]: https://img.shields.io/github/stars/drupol/composer-packages.svg?style=flat-square [total downloads]: https://img.shields.io/packagist/dt/drupol/composer-packages.svg?style=flat-square [github workflow status]: https://img.shields.io/github/workflow/status/drupol/composer-packages/Unit%20tests?style=flat-square

[code quality]: https://img.shields.io/scrutinizer/quality/g/drupol/composer-packages/master.svg?style=flat-square [code quality link]: https://scrutinizer-ci.com/g/drupol/composer-packages/?branch=master [type coverage]: https://shepherd.dev/github/drupol/composer-packages/coverage.svg

[code coverage]: https://img.shields.io/scrutinizer/coverage/g/drupol/composer-packages/master.svg?style=flat-square [code quality link]: https://img.shields.io/scrutinizer/quality/g/drupol/composer-packages/master.svg?style=flat-square [license]: https://img.shields.io/packagist/l/drupol/composer-packages.svg?style=flat-square [donate github]: https://img.shields.io/badge/Sponsor-Github-brightgreen.svg?style=flat-square

[donate paypal]: https://img.shields.io/badge/Sponsor-Paypal-brightgreen.svg?style=flat-square


All versions of composer-packages with dependencies

PHP Build Version
Package Version
Requires php Version >= 7.1.3
composer-plugin-api Version ^1 || ^2
composer/composer Version ^2.0.0
twig/twig Version ^2.12.1 || ^3.0
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 drupol/composer-packages contains the following files

Loading the files please wait ....