PHPackages                             aoxiang/car-model - 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. aoxiang/car-model

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

aoxiang/car-model
=================

Card Model Library

0.0.6(6y ago)02811[2 PRs](https://github.com/aoxiang594/car-model/pulls)MITPHP

Since Apr 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/aoxiang594/car-model)[ Packagist](https://packagist.org/packages/aoxiang/car-model)[ RSS](/packages/aoxiang-car-model/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (3)Versions (8)Used By (0)

\##卡车型号库

[![StyleCI build status](https://camo.githubusercontent.com/48871b75764ca64bd4930638270bda34bd70ae1229d062069346188e24706538/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3235353233393432332f736869656c64)](https://camo.githubusercontent.com/48871b75764ca64bd4930638270bda34bd70ae1229d062069346188e24706538/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3235353233393432332f736869656c64)

github地址

#### 使用方法

[](#使用方法)

通过composer安装

```
composer require aoxiang/car-model
```

#### Usage

[](#usage)

```
use Aoxiang\CarModel\CarModel;
//获取品牌列表
$list = CarModel::getBrandList();
//Array
//(
//    [0] => Array
//        (
//            [logo] => https://img4.kcimg.cn/imgser/20181206052211b63b2587aa7a.png_120x80.jpg
//            [name] => 奔驰
//            [extend_id] => 19
//            [index] => B
//        )
//
//    [1] => Array
//        (
//            [logo] => https://img4.kcimg.cn/imgser/20181206052024e23824fad7a2.png_120x80.jpg
//            [name] => 北奔重卡
//            [extend_id] => 9
//            [index] => B
//        )
//
//    [2] => Array
//        (
//            [logo] => https://img4.kcimg.cn/imgser/20181206052059b959361198e4.png_120x80.jpg
//            [name] => 北汽黑豹
//            [extend_id] => 382
//            [index] => B
//        )
//)
//获取型号列表
$list = CardMode::getModelList(19);

// Array
// (
//     [0] => Array
//         (
//             [extend_id] => /s29/7424_64_index.html
//             [name] => 奔驰Accelo载货车
//             [logo] => https://img4.kcimg.cn/imgser/6/6474/6474241.jpg_270x180.jpg
//             [index] => B
//         )

//     [1] => Array
//         (
//             [extend_id] => /s29/7423_64_index.html
//             [name] => 奔驰Econic载货车
//             [logo] => https://img4.kcimg.cn/imgser/6/6474/6474230.jpg_270x180.jpg
//             [index] => B
//         )

//     [2] => Array
//         (
//             [extend_id] => /s0/82_66_index.html
//             [name] => 奔驰Actros牵引车
//             [logo] => https://img4.kcimg.cn/imgser/0/66/66822.jpg_270x180.jpg
//             [index] => B
//         )

//     [3] => Array
//         (
//             [extend_id] => /s12/3169_66_index.html
//             [name] => 奔驰新Actros牵引车
//             [logo] => https://img4.kcimg.cn/imgser/6/6631/6631695.jpg_270x180.jpg
//             [index] => B
//         )

//     [4] => Array
//         (
//             [extend_id] => /s28/7142_66_index.html
//             [name] => 奔驰新Arocs牵引车
//             [logo] => https://img4.kcimg.cn/imgser/6/6671/6671420.jpg_270x180.jpg
//             [index] => B
//         )

//     [5] => Array
//         (
//             [extend_id] => /s0/82_64_index.html
//             [name] => 奔驰Actros载货车
//             [logo] => https://img4.kcimg.cn/imgser/0/64/64822.jpg_270x180.jpg
//             [index] => B
//         )
// )
```

#### 待办

[](#待办)

- 卡车之家，数据来源
- 汽车之家

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Every ~2 days

Total

4

Last Release

2218d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/fd64200aa6a7471bc379dbe2ec71a3a03933ae2f96886c4fea88ea2e76d04309?d=identicon)[aoxiang594](/maintainers/aoxiang594)

---

Top Contributors

[![9yearfish](https://avatars.githubusercontent.com/u/11186536?v=4)](https://github.com/9yearfish "9yearfish (15 commits)")

### Embed Badge

![Health badge](/badges/aoxiang-car-model/health.svg)

```
[![Health](https://phpackages.com/badges/aoxiang-car-model/health.svg)](https://phpackages.com/packages/aoxiang-car-model)
```

###  Alternatives

[shlinkio/shlink

A self-hosted and PHP-based URL shortener application with CLI and REST interfaces

4.8k4.3k](/packages/shlinkio-shlink)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[dhlparcel/magento2-plugin

DHL Parcel plugin for Magento 2

11180.5k2](/packages/dhlparcel-magento2-plugin)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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