Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [terabytesoftw]
28 changes: 10 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,43 +24,35 @@
</a>
</p>

## 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

Expand Down