PHPackages                             momosc/push-urls - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. momosc/push-urls

ActiveLibrary[API Development](/categories/api)

momosc/push-urls
================

Push urls to search engine

v1.0(7y ago)29MITPHPPHP &gt;=7.0

Since Mar 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/momosc/pushurls)[ Packagist](https://packagist.org/packages/momosc/push-urls)[ RSS](/packages/momosc-push-urls/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Laravel 5 Push Urls To Search Engine
====================================

[](#laravel-5-push-urls-to-search-engine)

NOW, Only Support baidu.

Features
--------

[](#features)

- Support actions:
    - Sogou
    - 360
    - Google

Installation
------------

[](#installation)

### Required

[](#required)

- PHP 7.0 +
- Laravel 5.5 +

You can install the package using composer

```
$ composer require composer require momosc/push-urls
```

Then add the service provider to `config/app.php`

```
Momosc\LaravelPushUrls\PushUrlsServiceProvider::class
```

Publish the migrations file:

```
$ php artisan vendor:publish --provider='Momosc\LaravelPushUrls\PushUrlsServiceProvider::class' --tag="migrations"
```

As optional if you want to modify the default configuration, you can publish the configuration file:

```
$ php artisan vendor:publish --provider='Momosc\LaravelPushUrls\PushUrlsServiceProvider::class' --tag="config"
```

And create tables:

```
$ php artisan migrate
```

Usage
-----

[](#usage)

```
use Momosc\LaravelPushUrls\PushUrlsServiceProvider;

class News
{
    use BaiduTrait;
    public function index()
    {
        $urls = ['http://www.***.com'];
        $this->pushUrls($urls);
    }
}
```

License
-------

[](#license)

MIT

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2678d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/14803233?v=4)[momosc](/maintainers/momosc)[@momosc](https://github.com/momosc)

---

Top Contributors

[![momosc](https://avatars.githubusercontent.com/u/14803233?v=4)](https://github.com/momosc "momosc (4 commits)")

---

Tags

laravel-5push-urlssearch-engine

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/momosc-push-urls/health.svg)

```
[![Health](https://phpackages.com/badges/momosc-push-urls/health.svg)](https://phpackages.com/packages/momosc-push-urls)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
