PHPackages                             jellychendeveloper/gittest - 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. jellychendeveloper/gittest

ActiveLibrary

jellychendeveloper/gittest
==========================

git test

v1.0(9y ago)017PHP

Since Jun 1Pushed 8y agoCompare

[ Source](https://github.com/JellyChenDeveloper/GitTest)[ Packagist](https://packagist.org/packages/jellychendeveloper/gittest)[ RSS](/packages/jellychendeveloper-gittest/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

MarkDown语法
==========

[](#markdown语法)

标题
--

[](#标题)

```
# 一级标题
## 二级标题
### 三级标题

```

以此类推，总共六级标题，建议在井号后加一个空格，这是最标准的 Markdown 语法。

列表
--

[](#列表)

### 无序列表

[](#无序列表)

在文字开头添加(*, +, and -)实现无序列表。但是要注意在(*, +, and -)和文字之间需要添加空格。（建议：一个文档中只是用一种无序列表的表示方式）

```
* 项目1
* 项目1
* 项目1

+ 项目2
+ 项目2
+ 项目2

- 项目3
- 项目3
- 项目3

```

- 项目1
- 项目1
- 项目1

- 项目2
- 项目2
- 项目2

- 项目3
- 项目3
- 项目3

### 有序列表

[](#有序列表)

使用数字后面跟上句号.（还要有空格）,数字不一定要按照顺序

```
1. 项目1
1. 项目1
5. 项目1

```

1. 项目1
2. 项目1
3. 项目1

引用
--

[](#引用)

只需要在文本前加入 &gt; 这种尖括号（大于号）即可

`>引用的内容`

> 引用的内容

图片与链接
-----

[](#图片与链接)

### 链接

[](#链接)

Markdown中有两种方式，实现链接，分别为内联方式和引用方式。

#### 内联方式

[](#内联方式)

内联方式：`This is an [example link](http://example.com/).`This is an [example link](http://example.com/).

#### 引用方式

[](#引用方式)

```
I get 10 times more traffic from [Google][1] than from [Yahoo][2] or [MSN][c].

[1]: http://google.com/        "Google"
[2]: http://search.yahoo.com/  "Yahoo Search"
[c]: http://search.msn.com/    "MSN Search"

```

I get 10 times more traffic from [Google](http://google.com/ "Google") than from [Yahoo](http://search.yahoo.com/ "Yahoo Search") or [MSN](http://search.msn.com/ "MSN Search").

### 图片

[](#图片)

插入链接与插入图片的语法很像，区别在一个 !号

#### 内联方式

[](#内联方式-1)

内联方式：`![alt text](1.png "Title")`内联方式：[![alt text](1.png "Title")](1.png)

#### 引用方式

[](#引用方式-1)

```
![alt text][id]

[id]: 1.png "Title"

```

[![alt text](1.png "Title")](1.png)

粗体与斜体
-----

[](#粗体与斜体)

### 粗体

[](#粗体)

用两个 `*` 或 `_` 包含一段文本就是粗体的语法

```
**这里是粗体**
__这里是粗体__

```

**这里是粗体****这里是粗体**

### 斜体

[](#斜体)

用一个 `*` 或 `_` 包含一段文本就是斜体的语法

```
*这里是斜体*
_这里是斜体_

```

*这里是斜体**这里是斜体*

表格
--

[](#表格)

```
| Tables        | Are           | Cool  |
| ------------- |:-------------:| -----:|
| col 3 is      | right-aligned | $1600 |
| col 2 is      | centered      |   $12 |
| zebra stripes | are neat      |    $1 |

```

TablesAreCoolcol 3 isright-aligned$1600col 2 iscentered$12zebra stripesare neat$1代码框
---

[](#代码框)

### 行内或单行代码

[](#行内或单行代码)

用两个 ` 把中间的代码包裹起来

```
`echo 'hello world!';`

```

`echo 'hello world!';`

### 代码块

[](#代码块)

在代码块前添加TAB则是连在一起的代码块

```
function index(){
    echo "hello world!";
}

```

分割线
---

[](#分割线)

分割线的语法只需要三个 `*` 或 `_` 号，例如：

`***`

---

`---`

---

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3629d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1cd73fe31d7e73bbe2acc16e877e8adcbe7e057844b03ca4f3ea875700fdcb9c?d=identicon)[JellyChenDeveloper](/maintainers/JellyChenDeveloper)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/jellychendeveloper-gittest/health.svg)

```
[![Health](https://phpackages.com/badges/jellychendeveloper-gittest/health.svg)](https://phpackages.com/packages/jellychendeveloper-gittest)
```

PHPackages © 2026

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