php-extended / php-geojson-interface
A specification library to implement geojson objects features
4.3.0
2022-05-28 14:47 UTC
Requires
- php: >=7.2
- php-extended/polyfill-php80-stringable: ^1
- dev-master
- 4.3.0
- 4.2.46
- 4.2.45
- 4.2.44
- 4.2.43
- 4.2.42
- 4.2.41
- 4.2.40
- 4.2.39
- 4.2.38
- 4.2.37
- 4.2.36
- 4.2.35
- 4.2.34
- 4.2.33
- 4.2.32
- 4.2.31
- 4.2.30
- 4.2.29
- 4.2.28
- 4.2.27
- 4.2.26
- 4.2.25
- 4.2.24
- 4.2.23
- 4.2.22
- 4.2.21
- 4.2.20
- 4.2.19
- 4.2.18
- 4.2.17
- 4.2.16
- 4.2.15
- 4.2.14
- 4.2.13
- 4.2.12
- 4.2.11
- 4.2.10
- 4.2.9
- 4.2.8
- 4.2.7
- 4.2.6
- 4.2.5
- 4.2.4
- 4.2.3
- 4.2.2
- 4.2.1
- 4.2.0
- 4.1.1
- 4.1.0
- 4.0.4
- 4.0.3
- 4.0.2
- 4.0.1
- 4.0.0
- 3.0.0
- 2.0.0
- 1.0.0
This package is auto-updated.
Last update: 2022-07-28 15:15:30 UTC
README
A specification library to implement geojson objects features
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/php-geojson-interface": "^4",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
Basic Usage
This library is an interface only library.
For a concrete implementation see php-geojson-object.
License
MIT (See license file).