smplphp/composer-local-package-repository

This package is abandoned and no longer maintained. The author suggests using the ollieread/composer-local-package-repository package instead.

A composer plugin to provide a local package repository

dev-main 2023-01-11 20:59 UTC

This package is auto-updated.

Last update: 2023-01-11 21:00:14 UTC


README

A composer plugin to provide a local package repository, allowing you to avoid defining custom repositories in the package composer.json, or the global config.

Packagist Version Packagist PHP Version Support GitHub Psalm Level

Main:

codecov CircleCI Mutation testing badge

Develop:

codecov CircleCI Mutation testing badge

Install

Install via composer.

composer require ollieread/composer-local-package-repository

Usage

TBW

Testing

The full test suite of PHPUnit, Infection, PHPStan and Psalm can be run using the following command.

make test

PHPUnit

To run PHPUnit alone, you can run the following.

make phpunit

Or if you want code-coverage

make phpunit-coverage

Infection

To run Infection alone, you can run the following.

make infection

Or if you want a report

make infection-report

PHPStan

To run PHPStan alone, you can run the following.

make phpstan

Psalm

To run Psalm alone, you can run the following.

make psalm

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.