Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ergebnis/rector-config-template
👓 Provides a GitHub repository template for a composer package with a configuration factory and custom rule sets for rector/rector.
https://github.com/ergebnis/rector-config-template
configuration rector template
Last synced: 18 days ago
JSON representation
👓 Provides a GitHub repository template for a composer package with a configuration factory and custom rule sets for rector/rector.
- Host: GitHub
- URL: https://github.com/ergebnis/rector-config-template
- Owner: ergebnis
- License: mit
- Created: 2023-06-03T10:38:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-27T20:28:56.000Z (9 months ago)
- Last Synced: 2024-05-28T06:16:45.798Z (9 months ago)
- Topics: configuration, rector, template
- Language: PHP
- Size: 768 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
# rector-config-template
[![Integrate](https://github.com/ergebnis/rector-config-template/workflows/Integrate/badge.svg)](https://github.com/ergebnis/rector-config-template/actions)
[![Merge](https://github.com/ergebnis/rector-config-template/workflows/Merge/badge.svg)](https://github.com/ergebnis/rector-config-template/actions)
[![Release](https://github.com/ergebnis/rector-config-template/workflows/Release/badge.svg)](https://github.com/ergebnis/rector-config-template/actions)
[![Renew](https://github.com/ergebnis/rector-config-template/workflows/Renew/badge.svg)](https://github.com/ergebnis/rector-config-template/actions)[![Code Coverage](https://codecov.io/gh/ergebnis/rector-config-template/branch/main/graph/badge.svg)](https://codecov.io/gh/ergebnis/rector-config-template)
[![Type Coverage](https://shepherd.dev/github/ergebnis/rector-config-template/coverage.svg)](https://shepherd.dev/github/ergebnis/rector-config-template)[![Latest Stable Version](https://poser.pugx.org/ergebnis/rector-config-template/v/stable)](https://packagist.org/packages/ergebnis/rector-config-template)
[![Total Downloads](https://poser.pugx.org/ergebnis/rector-config-template/downloads)](https://packagist.org/packages/ergebnis/rector-config-template)
[![Monthly Downloads](http://poser.pugx.org/ergebnis/rector-config-template/d/monthly)](https://packagist.org/packages/ergebnis/rector-config-template)This project provides a [GitHub repository template](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template) for a [`composer`](https://getcomposer.org) package with a configuration factory and rule sets for [`rector/rector`](https://github.com/rectorphp/rector).
## Installation
💡 This is a great place for showing how to install the package, see below:
Run
```sh
composer require --dev ergebnis/rector-config-template
```## Usage
💡 This is a great place for showing a few usage examples!
## Changelog
The maintainers of this project record notable changes to this project in a [changelog](CHANGELOG.md).
## Contributing
The maintainers of this project suggest following the [contribution guide](.github/CONTRIBUTING.md).
## Code of Conduct
The maintainers of this project ask contributors to follow the [code of conduct](.github/CODE_OF_CONDUCT.md).
## General Support Policy
The maintainers of this project provide limited support.
You can support the maintenance of this project by [sponsoring @localheinz](https://github.com/sponsors/localheinz) or [requesting an invoice for services related to this project](mailto:[email protected]?subject=ergebnis/rector-config-template:%20Requesting%20invoice%20for%20services).
## PHP Version Support Policy
This project supports PHP versions with [active and security support](https://www.php.net/supported-versions.php).
The maintainers of this project add support for a PHP version following its initial release and drop support for a PHP version when it has reached the end of security support.
## Security Policy
This project has a [security policy](.github/SECURITY.md).
## License
This project uses the [MIT license](LICENSE.md).
## Social
Follow [@localheinz](https://twitter.com/intent/follow?screen_name=localheinz) and [@ergebnis](https://twitter.com/intent/follow?screen_name=ergebnis) on Twitter.