|
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+. |
2 | 3 |
|
3 | 4 | [![version][packagist-badge]][packagist] |
4 | 5 | [![license][license-badge]][license] |
5 | 6 | [![Travis][travis-badge]][travis] |
6 | 7 | [![Coverage][coverage-badge]][coverage] |
7 | 8 | [![Scrunitizer][scrutinizer-badge]][scrutinizer] |
8 | | -[![Code Climate][codeclimate-badge]][codeclimate] |
| 9 | +[![Packagist downloads][downloads-badge]][downloads] |
| 10 | +[![PayPal donate][donate-badge]][donate] |
9 | 11 |
|
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 |
11 | 13 | [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 |
22 | 26 |
|
23 | | -[prototype.js](http://api.prototypejs.org/dom/) like DOM traversal and manipulation for PHP 7+. |
|
0 commit comments