My configurations for Rector
Find a file
2026-02-07 15:27:22 +00:00
scripts Initial commit 2026-02-07 15:27:22 +00:00
src Initial commit 2026-02-07 15:27:22 +00:00
tests Initial commit 2026-02-07 15:27:22 +00:00
.editorconfig Initial commit 2026-02-07 15:27:22 +00:00
.gitignore Initial commit 2026-02-07 15:27:22 +00:00
bun.lock Initial commit 2026-02-07 15:27:22 +00:00
commitlint.config.js Initial commit 2026-02-07 15:27:22 +00:00
composer.json Initial commit 2026-02-07 15:27:22 +00:00
herd.yml Initial commit 2026-02-07 15:27:22 +00:00
lefthook.yml Initial commit 2026-02-07 15:27:22 +00:00
LICENSE Initial commit 2026-02-07 15:27:22 +00:00
mise.toml Initial commit 2026-02-07 15:27:22 +00:00
package.json Initial commit 2026-02-07 15:27:22 +00:00
phpunit.xml Initial commit 2026-02-07 15:27:22 +00:00
publish.env.example Initial commit 2026-02-07 15:27:22 +00:00
README.md Initial commit 2026-02-07 15:27:22 +00:00

PHP Package Skeleton

A package skeleton for my packages

Installation

Add my Composer repository to your composer.json:

{
  "repositories": [
    {
      "type": "composer",
      "url": "https://code.rvx.works/api/packages/RVxLab/composer"
    }
  ]
}

Then require the package:

composer require rvxlab/<package-name>

License

This package is licensed under the MIT License.