diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..4b4046c --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +github: [terabytesoftw] diff --git a/README.md b/README.md index be98722..00f6d4a 100644 --- a/README.md +++ b/README.md @@ -24,43 +24,35 @@

-## Installation +## Quick start -The preferred way to install this extension is through [composer](https://getcomposer.org/download/). +### Installation -Either run - -``` -composer require --dev --prefer-dist yii2-extensions/nested-sets-behavior +```bash +composer require --prefer-dist yii2-extensions/nested-sets-behavior ``` -or add +## Documentation -``` -"yii2-extensions/nested-sets-behavior": "dev-main" -``` +For detailed configuration options and advanced usage. -to the require-dev section of your `composer.json` file. +- 🧪 [Testing Guide](docs/testing.md) ## Quality code -[![Latest Stable Version](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://github.com/yii2-extensions/nested-sets-behavior/releases) -[![Total Downloads](http://poser.pugx.org/yii2-extensions/nested-sets-behavior/downloads)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) +[![Latest Stable Version](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/v)](https://github.com/yii2-extensions/nested-sets-behavior/releases) +[![Total Downloads](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/downloads)](https://packagist.org/packages/yii2-extensions/nested-sets-behavior) [![codecov](https://codecov.io/gh/yii2-extensions/nested-sets-behavior/graph/badge.svg?token=Upc4yA23YN)](https://codecov.io/gh/yii2-extensions/nested-sets-behavior) [![phpstan-level](https://img.shields.io/badge/PHPStan%20level-max-blue)](https://github.com/yii2-extensions/localeurls/actions/workflows/static.yml) [![style-ci](https://github.styleci.io/repos/717718161/shield?branch=main)](https://github.styleci.io/repos/717718161?branch=main) -## Testing - -[Check the documentation testing](/docs/testing.md) to learn about testing. - ## Our social networks [![X](https://img.shields.io/badge/follow-@terabytesoftw-1DA1F2?logo=x&logoColor=1DA1F2&labelColor=555555?style=flat)](https://x.com/Terabytesoftw) ## License -The MIT License. Please see [License File](LICENSE.md) for more information. +[![License](https://poser.pugx.org/yii2-extensions/nested-sets-behavior/license)](LICENSE.md) ## Fork