Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/coderius/yii2-seo-helper
- Owner: coderius
- License: mit
- Created: 2020-09-04T19:09:12.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T22:19:22.000Z (about 4 years ago)
- Last Synced: 2024-10-18T00:28:00.042Z (29 days ago)
- Topics: helper, optimize, search-engine-optimization, seo, seo-meta, seo-optimization, seo-tags, seo-tools, tags, yii2, yii2-extension, yii2-helpers, yii2-modules, yii2-seo
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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.