Skip to content

Commit 03bf978

Browse files
committed
[TASK] Cleanup composer.json
1 parent 0239ddf commit 03bf978

1 file changed

Lines changed: 11 additions & 29 deletions

File tree

README.md

Lines changed: 11 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
1+
# PHP KML parser
12

2-
# PHP LibKML #
3+
A php library to parse KML/KMZ files.
34

4-
[![Build Status](https://travis-ci.org/earelin/php-libkml.svg?branch=2.x.x)](https://travis-ci.org/earelin/php-libkml)
5-
[![codecov](https://codecov.io/gh/earelin/php-libkml/branch/2.x.x/graph/badge.svg)](https://codecov.io/gh/earelin/php-libkml)
6-
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/1c5f03a197614885af5302aa00495bd8)](https://www.codacy.com/app/xavier-carriba/php-libkml?utm_source=github.com&utm_medium=referral&utm_content=earelin/php-libkml&utm_campaign=Badge_Grade)
5+
php-libKML maps KML/KMZ xml data into PHP objects that follow the KML specification.
6+
The purpose of the library is to create KML file from code, parse KML files and convert to another format maintaining the complete KML information.
77

8-
A php library to manipulate KML/KMZ files.
9-
10-
php-libKML maps KML/KMZ data into proper objects that follows the KML specification. The purpose of the library is create KML file from code, parse KML files and convert to another formats maintaining the complete KML information.
11-
12-
KML documentation
13-
14-
## Features ##
8+
## Features
159

1610
* KML schema version 2.2
1711
* PHP 7.1+
@@ -32,38 +26,26 @@ Future features:
3226
* GeoJson
3327
* WKT
3428

35-
## Installation ##
29+
## Installation
3630

3731
It can be installed using composer.
3832

3933
```bash
40-
composer require earelin/php-libkml:^2.0.0
34+
composer require simonschaufi/php-libkml
4135
```
4236

43-
## Usage ##
37+
## Usage
4438

45-
## Contribute ##
39+
## Contribute
4640

4741
Execute unit tests
4842

4943
```bash
50-
composer test
44+
composer local:tests:unit
5145
```
5246

5347
Execute acceptance tests
5448

5549
```bash
56-
composer acceptance-test
57-
```
58-
59-
Check code quality with Codesniffer
60-
61-
```bash
62-
composer phpcs
63-
```
64-
65-
Codesniffer automatic code quality fix
66-
67-
```bash
68-
composer phpcbf
50+
composer local:tests:acceptance
6951
```

0 commit comments

Comments
 (0)