All Projects → TIM168 → Search Engine Rank

TIM168 / Search Engine Rank

🐘根据网站关键词,获取网站在各大搜索引擎(百度、360、搜狗)的排名情况,有利于网站seo

Projects that are alternatives of or similar to Search Engine Rank

Easy Short Url
ESU 短网址,可在 Laravel、Yii、ThinkPHP 等框架 Composer 包引入,也可以独立搭建短网址站点
Stars: ✭ 71 (-63.96%)
Mutual labels:  laravel, yii2, thinkphp
Kantphp2
KantPHP Framework V2
Stars: ✭ 75 (-61.93%)
Mutual labels:  laravel, yii2, thinkphp
Cors
🔮Supported(Laravel/Lumen/PSR-15/Swoft/Slim/ThinkPHP) - PHP CORS (Cross-origin resource sharing) middleware.
Stars: ✭ 266 (+35.03%)
Mutual labels:  laravel, yii2, thinkphp
Elasticsearch
The missing elasticsearch ORM for Laravel, Lumen and Native php applications
Stars: ✭ 375 (+90.36%)
Mutual labels:  search-engine, laravel
Algoliasearch Laravel
[Deprecated] We now recommend using Laravel Scout, see =>
Stars: ✭ 242 (+22.84%)
Mutual labels:  search-engine, laravel
Stacker
Stacker - The environment for local web development, ready for use.
Stars: ✭ 356 (+80.71%)
Mutual labels:  laravel, yii2
Hookphp
HookPHP基于C扩展搭建内置AI编程的架构系统-支持微服务部署|热插拔业务组件-集成业务模型|权限模型|UI组件库|多模板|多平台|多域名|多终端|多语言-含常驻内存|前后分离|API平台|LUA QQ群:679116380
Stars: ✭ 575 (+191.88%)
Mutual labels:  laravel, thinkphp
Socialite
Socialite is an OAuth2 Authentication tool. It is inspired by laravel/socialite, you can easily use it without Laravel.
Stars: ✭ 1,026 (+420.81%)
Mutual labels:  baidu, laravel
Xinahn Socket
一个开源,高隐私,自架自用的聚合搜索引擎。 https://xinahn.com
Stars: ✭ 77 (-60.91%)
Mutual labels:  baidu, search-engine
Identity Card
A simple proof of identity card of the people's Republic of China.
Stars: ✭ 154 (-21.83%)
Mutual labels:  laravel, thinkphp
Image To Image Search
A reverse image search engine powered by elastic search and tensorflow
Stars: ✭ 200 (+1.52%)
Mutual labels:  search-engine
Voyager Hooks
Hooks system integrated into Voyager.
Stars: ✭ 200 (+1.52%)
Mutual labels:  laravel
Awesome Voyager
Curated list of Laravel Voyager ressources
Stars: ✭ 201 (+2.03%)
Mutual labels:  laravel
Meedu
知识付费、企业线上培训解决方案。
Stars: ✭ 2,742 (+1291.88%)
Mutual labels:  laravel
Todo Vue
Code for YouTube series on building a Todo App in Vue.js
Stars: ✭ 199 (+1.02%)
Mutual labels:  laravel
Laravel Categories
Rinvex Categorizable is a polymorphic Laravel package, for category management. You can categorize any eloquent model with ease, and utilize the power of Nested Sets, and the awesomeness of Sluggable, and Translatable models out of the box.
Stars: ✭ 199 (+1.02%)
Mutual labels:  laravel
Laravel Elasticsearch
Elasticsearch for Laravel
Stars: ✭ 199 (+1.02%)
Mutual labels:  laravel
Pma
Simple shell script that installs phpMyAdmin on a Laravel Homestead box.
Stars: ✭ 199 (+1.02%)
Mutual labels:  laravel
Webloyer
Webloyer is a web UI for managing Deployer deployments
Stars: ✭ 199 (+1.02%)
Mutual labels:  laravel
Laravel Executor
Configurable code that can be run when installing and updating your web app.
Stars: ✭ 204 (+3.55%)
Mutual labels:  laravel

Search-Engine-Rank

根据关键词获取网站在各大搜索引擎的排名情况

Latest Stable Version License Latest Unstable Version composer.lock

README: 中文/English

前言

仅供学习交流,切勿商用!

未设置代理ip的情况下,请谨慎使用!

安装

$ composer require tim168/search-engine-rank

使用

require __DIR__ .'/vendor/autoload.php';

use Tim168\SearchEngineRank\SearchEngineRank;

//关键字
$keyword = '华为';

//查询的页码
$page = 1;

//查询的网址
$url = 'https://www.huawei.com/';

//代理ip(若不设置,默认用本地ip)
$proxy = "112.245.21.58:548";

//超时时间
$timeout = 5;

$rank = SearchEngineRank::getRank(\Tim168\SearchEngineRank\Enum\SearchEngineEnum::PC_360, $keyword, $page, $proxy, $url,$timeout);

//返回排名数组
return $rank;

目前支持的搜索引擎

名称 标示 备注
百度 SearchEngineEnum::PC_BAI_DU pc-bai-du
移动百度 SearchEngineEnum::M_BAI_DU m-bai-du
360 SearchEngineEnum::PC_360 pc-360
搜狗 SearchEngineEnum::PC_SOU_GOU pc-sou-gou

搜索原理

License

MIT

后语

欢迎Star

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].