Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/piccioli/osmphp
Simple classes to handle data with OpenStreetMap
https://github.com/piccioli/osmphp
openstreetmap
Last synced: about 2 months ago
JSON representation
Simple classes to handle data with OpenStreetMap
- Host: GitHub
- URL: https://github.com/piccioli/osmphp
- Owner: piccioli
- License: mit
- Created: 2023-08-22T13:02:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-09T08:50:37.000Z (over 1 year ago)
- Last Synced: 2024-11-19T22:12:16.639Z (about 2 months ago)
- Topics: openstreetmap
- Language: PHP
- Homepage: https://webmapp.it
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# This is my package osmphp
[![Latest Version on Packagist](https://img.shields.io/packagist/v/webmapp/osmphp.svg?style=flat-square)](https://packagist.org/packages/webmapp/osmphp)
[![Tests](https://img.shields.io/github/actions/workflow/status/webmapp/osmphp/run-tests.yml?branch=main&label=tests&style=flat-square)](https://github.com/webmapp/osmphp/actions/workflows/run-tests.yml)
[![Total Downloads](https://img.shields.io/packagist/dt/webmapp/osmphp.svg?style=flat-square)](https://packagist.org/packages/webmapp/osmphp)This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## Support us
[](https://spatie.be/github-ad-click/osmphp)
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
## Installation
You can install the package via composer:
```bash
composer require webmapp/osmphp
```## Usage
```php
$skeleton = new Webmapp\Osmphp();
echo $skeleton->echoPhrase('Hello, Webmapp!');
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## Credits
- [Alessio Piccioli](https://github.com/piccioli)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.