File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ # codemasher/php-prototype-dom
2+
3+ [ ![ version] [ packagist-badge ]] [ packagist ]
4+ [ ![ license] [ license-badge ]] [ license ]
5+ [ ![ Travis] [ travis-badge ]] [ travis ]
6+ [ ![ Coverage] [ coverage-badge ]] [ coverage ]
7+ [ ![ Scrunitizer] [ scrutinizer-badge ]] [ scrutinizer ]
8+ [ ![ Code Climate] [ codeclimate-badge ]] [ codeclimate ]
9+
10+ [ packagist-badge ] : https://img.shields.io/packagist/v/chillerlan/php-prototype-dom.svg
11+ [ packagist ] : https://packagist.org/packages/chillerlan/php-prototype-dom
12+ [ license-badge ] : https://img.shields.io/packagist/l/chillerlan/php-prototype-dom.svg
13+ [ license ] : https://github.com/codemasher/php-prototype-dom/blob/master/LICENSE
14+ [ travis-badge ] : https://img.shields.io/travis/codemasher/php-prototype-dom.svg
15+ [ travis ] : https://travis-ci.org/codemasher/php-prototype-dom
16+ [ coverage-badge ] : https://img.shields.io/codecov/c/github/codemasher/php-prototype-dom.svg
17+ [ coverage ] : https://codecov.io/github/codemasher/php-prototype-dom
18+ [ scrutinizer-badge ] : https://img.shields.io/scrutinizer/g/codemasher/php-prototype-dom.svg
19+ [ scrutinizer ] : https://scrutinizer-ci.com/g/codemasher/php-prototype-dom
20+ [ codeclimate-badge ] : https://img.shields.io/codeclimate/github/codemasher/php-prototype-dom.svg
21+ [ codeclimate ] : https://codeclimate.com/github/codemasher/php-prototype-dom
22+
23+ [ prototype.js] ( http://api.prototypejs.org/dom/ ) like DOM traversal and manipulation for PHP 7+.
Original file line number Diff line number Diff line change 11{
22 "name" : " codemasher/php-prototype-dom" ,
3- "description" : " PHP 7+" ,
3+ "description" : " Prototype.js like DOM traversal and manipulation. PHP 7+" ,
44 "homepage" : " https://github.com/codemasher/php-prototype-dom" ,
55 "license" : " MIT" ,
66 "type" : " library" ,
You can’t perform that action at this time.
0 commit comments