Skip to content

Commit

Permalink
Getting rid of Summarizable
Browse files Browse the repository at this point in the history
  • Loading branch information
Sibyx committed Mar 14, 2024
1 parent 5e8c7a7 commit e36c7aa
Show file tree
Hide file tree
Showing 74 changed files with 14,788 additions and 4,523 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ ratings:
- "**.php"
exclude_paths:
- docs/*
- example/*
- examples/*
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
[![Code Climate](https://codeclimate.com/github/Sibyx/phpGPX/badges/gpa.svg)](https://codeclimate.com/github/Sibyx/phpGPX)
[![Latest development](https://img.shields.io/packagist/vpre/sibyx/phpgpx.svg)](https://packagist.org/packages/sibyx/phpgpx)
[![Packagist downloads](https://img.shields.io/packagist/dm/sibyx/phpgpx.svg)](https://packagist.org/packages/sibyx/phpgpx)
[![Gitter](https://img.shields.io/gitter/room/phpgpx/phpgpx.svg)](https://gitter.im/phpGPX/Lobby)


Simple library written in PHP for reading and creating [GPX files](https://en.wikipedia.org/wiki/GPS_Exchange_Format).
[Documentation](https://sibyx.github.io/phpGPX/) is available using GitHub pages generated by Jekyll.

Contribution and feedback is welcome! Please check the issues for TODO. I will be happy every feature or pull request.

Expand Down Expand Up @@ -277,7 +275,8 @@ public static $APPLY_DISTANCE_SMOOTHING = false;
public static $DISTANCE_SMOOTHING_THRESHOLD = 2;
```

I wrote this library as part of my job in [Backbone s.r.o.](https://www.backbone.sk/en/).
This library started as part of my job at [BACKBONE, s.r.o.](https://www.backbone.sk/en/).
Thank you very much for their support!

## License

Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sibyx/phpgpx",
"type": "library",
"version": "1.3.0",
"description": "A simple PHP library for GPX import/export",
"description": "A simple PHP library for GPX manipulation",
"minimum-stability": "stable",
"keywords": [
"gpx",
Expand All @@ -27,13 +27,13 @@
"ext-dom": "*"
},
"require-dev": {
"phpunit/phpunit": "^10.2.6",
"friendsofphp/php-cs-fixer": "^v3.22.0"
"phpunit/phpunit": "^10.5.5",
"friendsofphp/php-cs-fixer": "^v3.43.1"
},
"autoload": {
"psr-4": { "phpGPX\\": "src/phpGPX/" }
"psr-4": { "phpGPX\\": "src/phpGPX" }
},
"autoload-dev": {
"psr-4": { "phpGPX\\Tests\\": "tests/" }
"psr-4": { "phpGPX\\": "tests/phpGPX" }
}
}
19 changes: 0 additions & 19 deletions docs/_config.yml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/_data/authors.yml

This file was deleted.

241 changes: 0 additions & 241 deletions docs/index.md

This file was deleted.

Loading

0 comments on commit e36c7aa

Please sign in to comment.