Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/coderius/yii2-seo-helper

Simple optimize your website for SEO and conversions is crucial for your site’s success.
https://github.com/coderius/yii2-seo-helper

helper optimize search-engine-optimization seo seo-meta seo-optimization seo-tags seo-tools tags yii2 yii2-extension yii2-helpers yii2-modules yii2-seo

Last synced: 9 days ago
JSON representation

Simple optimize your website for SEO and conversions is crucial for your site’s success.

Awesome Lists containing this project

README

        

# Yii2 seo helper #

## About

## Installation

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

First download extention. Run the command in the terminal:
```
composer require "coderius/yii2-seo-helper"
```

or add in composer.json
```
"coderius/yii2-seo-helper": "^1.0"
```
and run `composer update`

## Usage

## Testing

Run tests in extention folder.

```bash
$ ./vendor/bin/phpunit
```

Note!
For running all tests needed upload all dependencies by composer. If tested single extention, then run command from root directory where located extention:
```
composer update
```

When all dependencies downloaded run all tests in terminal from root folder:
```
./vendor/bin/phpunit tests
```
Or for only unit:
```
./vendor/bin/phpunit --testsuite Unit
```

If extention tested in app, then set correct path to phpunit and run some commands.

## Credits

- [Sergio Coderius](https://github.com/coderius)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.