PHPackages                             jncinet/qihucms-carousel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. jncinet/qihucms-carousel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jncinet/qihucms-carousel
========================

qihucms carousel.

1.0.2(5y ago)05MITPHP

Since Jan 1Pushed 5y ago1 watchersCompare

[ Source](https://github.com/jncinet/qihucms-carousel)[ Packagist](https://packagist.org/packages/jncinet/qihucms-carousel)[ Docs](https://www.qihucms.com)[ RSS](/packages/jncinet-qihucms-carousel/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

幻灯片广告管理
=======

[](#幻灯片广告管理)

安装
--

[](#安装)

```
composer require jncinet/qihucms-carousel
```

开始
--

[](#开始)

### 数据迁移

[](#数据迁移)

```
$ php artisan migrate
```

### 发布资源

[](#发布资源)

```
$ php artisan vendor:publish --provider="Qihucms\Carousel\CarouselServiceProvider"
```

### 后台菜单

[](#后台菜单)

- 幻灯片广告位：`carousel/categories`
- 幻灯片广告：`carousel/carousels`

使用
--

[](#使用)

### 路由参数说明

[](#路由参数说明)

#### 反馈列表

[](#反馈列表)

- 请求方式 GET
- 请求地址 `carousel/{uri=广告位标识}`
- 返回值

```
{
    'id' => 1,
    'uri' => "广告位标识",
    'name' => "广告位名称",
    'carousels' => [
        {
            'id': 1,
            "title": "title",
            "url": "http://.../*.jpg",
            "img_src": "http://...",
            "alt": "abc",
        }
    ],
},

```

数据库
---

[](#数据库)

### 分类表：carousel\_categories

[](#分类表carousel_categories)

FieldTypeLengthAllowNullDefaultCommentidbiginturivarchar255广告位标识namevarchar255广告位名称remarkvarchar255YNULL广告位备注created\_attimestampYNULL创建时间updated\_attimestampYNULL更新时间### 广告表：carousels

[](#广告表carousels)

FieldTypeLengthAllowNullDefaultCommentidbigintcarousel\_category\_idbigint广告位IDtitlevarchar255广告标题urlvarchar255链接地址img\_srcvarchar255YNULL图片地址altvarchar255YNULL描述remarkvarchar255YNULL备注信息statustinyint0状态start\_timetimestampYNULL开始时间end\_timetimestampYNULL结束时间created\_attimestampYNULL创建时间updated\_attimestampYNULL更新时间

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

1955d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/63541651e21494722aa0d364dca6dbaa132d0ee4e9f85a741b5eff8c587f57ba?d=identicon)[jncinet](/maintainers/jncinet)

---

Tags

laravelcarouselqihucms

### Embed Badge

![Health badge](/badges/jncinet-qihucms-carousel/health.svg)

```
[![Health](https://phpackages.com/badges/jncinet-qihucms-carousel/health.svg)](https://phpackages.com/packages/jncinet-qihucms-carousel)
```

###  Alternatives

[stephenjude/filament-blog

Filament Blog Builder

20317.8k](/packages/stephenjude-filament-blog)

PHPackages © 2026

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