File tree 6 files changed +31
-3
lines changed
6 files changed +31
-3
lines changed Original file line number Diff line number Diff line change 3
3
[ ![ License] ( https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square )] ( LICENSE )
4
4
[ ![ Php Version] ( https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000 )] ( https://packagist.org/packages/inhere/php-validate )
5
5
[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/inhere/php-validate.svg )] ( https://packagist.org/packages/inhere/php-validate )
6
- [ ![ Build Status] ( https://travis-ci.org/inhere/php-validate.svg?branch=master )] ( https://travis-ci.org/inhere/php-validate )
7
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master )] ( https://coveralls.io/github/inhere/php-validate?branch=master )
8
7
[ ![ Github Actions Status] ( https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg )] ( https://github.com/inhere/php-validate/actions )
8
+ [ ![ zh-CN readme] ( https://img.shields.io/badge/中文-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000 )] ( README.md )
9
9
10
10
Lightweight and feature-rich PHP validation and filtering library.
11
11
Original file line number Diff line number Diff line change 3
3
[ ![ License] ( https://img.shields.io/packagist/l/inhere/php-validate.svg?style=flat-square )] ( LICENSE )
4
4
[ ![ Php Version] ( https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000 )] ( https://packagist.org/packages/inhere/php-validate )
5
5
[ ![ Latest Stable Version] ( http://img.shields.io/packagist/v/inhere/php-validate.svg )] ( https://packagist.org/packages/inhere/php-validate )
6
- [ ![ Build Status] ( https://travis-ci.org/inhere/php-validate.svg?branch=master )] ( https://travis-ci.org/inhere/php-validate )
7
6
[ ![ Coverage Status] ( https://coveralls.io/repos/github/inhere/php-validate/badge.svg?branch=master )] ( https://coveralls.io/github/inhere/php-validate?branch=master )
8
7
[ ![ Github Actions Status] ( https://github.com/inhere/php-validate/workflows/Unit-tests/badge.svg )] ( https://github.com/inhere/php-validate/actions )
8
+ [ ![ English readme] ( https://img.shields.io/badge/English-Readme-brightgreen.svg?style=for-the-badge&maxAge=2592000 )] ( README.en.md )
9
9
10
10
一个简洁小巧且功能完善的php验证、过滤库。
11
11
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+
2
+ 我的其他项目
3
+
4
+ * [ EasyTpl] ( https://phppkg.github.io/easytpl/ " template engine ")
5
+ * [ pflag] ( https://php-toolkit.github.io/pflag/ " console option and argument parse ")
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="">
3
+ < head >
4
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge,chrome=1 ">
5
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 ">
6
+ < meta charset ="UTF-8 ">
7
+ < link rel ="stylesheet " href ="//cdn.jsdelivr.net/npm/docsify/themes/vue.css ">
8
+ < title > Easy Template</ title >
9
+ </ head >
10
+ < body >
11
+ < div id ="app "> </ div >
12
+ < script >
13
+ window . $docsify = {
14
+ repo : 'inhere/php-validate' ,
15
+ maxLevel : 3 ,
16
+ // 加载 _navbar.md
17
+ loadNavbar : true ,
18
+ // 加载 _sidebar.md
19
+ // loadSidebar: true,
20
+ }
21
+ </ script >
22
+ < script src ="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js "> </ script >
23
+ </ body >
24
+ </ html >
You can’t perform that action at this time.
0 commit comments