Skip to content

Commit 54df135

Browse files
committed
:octocat:
1 parent 5de605c commit 54df135

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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+.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)