Download the PHP package r94ever/laravel-keyword-analytics without Composer
On this page you can find all versions of the php package r94ever/laravel-keyword-analytics. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download r94ever/laravel-keyword-analytics
More information about r94ever/laravel-keyword-analytics
Files in r94ever/laravel-keyword-analytics
Package laravel-keyword-analytics
Short Description Analyze keywords in the content and make diagnostics to improve the seo score of the content.
License MIT
Homepage https://github.com/r94ever/Keyword-Analytics
Informations about the package laravel-keyword-analytics
Laravel Keyword Analytics
Analyze keywords in the content and make diagnostics to improve the seo score of the content.
Features
- Check keyword length.
- Check keyword density.
- Check title length.
- Check meta description length.
- Check content length.
- Check keyword in URL.
- Check keyword in title.
- Check keyword in first paragraph of content.
- Check keyword in meta description.
- Check images in content.
- Check keyword in ALT attribute of image tags.
- Check links in content.
- Check keyword in TITLE attribute of links.
- Check heading available in content.
- Check keyword available in headings.
Language Supported
- English
- Chinese
- Spanish
- French
- Indonesian
- Japanese
- Portuguese
- Russian
- Vietnamese
Requirements
- PHP7.0+
- ext-json
- ext-intl
Installation
You can install the package via composer:
For Laravel
The Service Provider has automatically discovered. You don't need to do anything to register it.
If you need to change configurations of this package, run the following command:
For Lumen
Copy config.php
from vendor/qmas/laravel-keyword-analytics/config
to config
directory then rename to keyword-analytics.php
Open bootstrap/app.php
then add the following code to Create Application section:
And the following code to Register Service Providers section:
Usage
For Laravel
Or you can run instance from request (read config file to understand about this method)
For Lumen
Or you can run instance from request
`
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-keyword-analytics with dependencies
ext-intl Version *
ext-json Version *
illuminate/support Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0
paquettg/php-html-parser Version ^3.1