Skip to content

Commit

Permalink
Add readme and license.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 18, 2015
1 parent 0736044 commit b75b027
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
* text=auto

# Ignore following folder/file.
/tests export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.php_cs export-ignore
/.scrutinizer.yml export-ignore
/.travis.yml export-ignore
/phpunit.xml export-ignore
/LICENSE export-ignore
/README.md export-ignore
20 changes: 20 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
The MIT License (MIT)

Copyright (C) 2014 Mior Muhammad Zaki <crynobone@gmail.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
XML Document Parser PHP
==============


Parser Component is a framework agnostic package that provide a simple way to parse XML to array without having to write a complex logic.

[![Latest Stable Version](https://img.shields.io/github/release/laravie/parser.svg?style=flat-square)](https://packagist.org/packages/laravie/parser)
[![Total Downloads](https://img.shields.io/packagist/dt/laravie/parser.svg?style=flat-square)](https://packagist.org/packages/laravie/parser)
[![MIT License](https://img.shields.io/packagist/l/laravie/parser.svg?style=flat-square)](https://packagist.org/packages/laravie/parser)
[![Build Status](https://img.shields.io/travis/laravie/parser/master.svg?style=flat-square)](https://travis-ci.org/laravie/parser)
[![Coverage Status](https://img.shields.io/coveralls/laravie/parser/master.svg?style=flat-square)](https://coveralls.io/r/laravie/parser?branch=master)
[![Scrutinizer Quality Score](https://img.shields.io/scrutinizer/g/laravie/parser/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/laravie/parser/)

0 comments on commit b75b027

Please sign in to comment.