Skip to content

Commit 9cf31c0

Browse files
committed
1 parent 6bc79ed commit 9cf31c0

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,26 @@
1-
# codemasher/php-prototype-dom
1+
# chillerlan/php-prototype-dom
2+
[prototype.js](http://api.prototypejs.org/dom/) like DOM traversal and manipulation for PHP 7+.
23

34
[![version][packagist-badge]][packagist]
45
[![license][license-badge]][license]
56
[![Travis][travis-badge]][travis]
67
[![Coverage][coverage-badge]][coverage]
78
[![Scrunitizer][scrutinizer-badge]][scrutinizer]
8-
[![Code Climate][codeclimate-badge]][codeclimate]
9+
[![Packagist downloads][downloads-badge]][downloads]
10+
[![PayPal donate][donate-badge]][donate]
911

10-
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-prototype-dom.svg
12+
[packagist-badge]: https://img.shields.io/packagist/v/chillerlan/php-prototype-dom.svg?style=flat-square
1113
[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
14+
[license-badge]: https://img.shields.io/github/license/chillerlan/php-prototype-dom.svg?style=flat-square
15+
[license]: https://github.com/chillerlan/php-prototype-dom/blob/master/LICENSE
16+
[travis-badge]: https://img.shields.io/travis/chillerlan/php-prototype-dom.svg?style=flat-square
17+
[travis]: https://travis-ci.org/chillerlan/php-prototype-dom
18+
[coverage-badge]: https://img.shields.io/codecov/c/github/chillerlan/php-prototype-dom.svg?style=flat-square
19+
[coverage]: https://codecov.io/github/chillerlan/php-prototype-dom
20+
[scrutinizer-badge]: https://img.shields.io/scrutinizer/g/chillerlan/php-prototype-dom.svg?style=flat-square
21+
[scrutinizer]: https://scrutinizer-ci.com/g/chillerlan/php-prototype-dom
22+
[downloads-badge]: https://img.shields.io/packagist/dt/chillerlan/php-prototype-dom.svg?style=flat-square
23+
[downloads]: https://packagist.org/packages/chillerlan/php-prototype-dom/stats
24+
[donate-badge]: https://img.shields.io/badge/donate-paypal-ff33aa.svg?style=flat-square
25+
[donate]: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=WLYUNAT9ZTJZ4
2226

23-
[prototype.js](http://api.prototypejs.org/dom/) like DOM traversal and manipulation for PHP 7+.

0 commit comments

Comments
 (0)