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 today

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 37% 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

2629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b8aac0217c4e36dcfa7d351cfa8515b7a98347df9ed734ac52ce2c2f80b9e775?d=identicon)[momosc](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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