diff --git a/README.md b/README.md index a531f64a..6e00d46c 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,3 @@ # Doctrine2-Spatial -[![Build Status](https://travis-ci.org/creof/doctrine2-spatial.svg?branch=master)](https://travis-ci.org/creof/doctrine2-spatial) -[![Code Climate](https://codeclimate.com/github/creof/doctrine2-spatial/badges/gpa.svg)](https://codeclimate.com/github/creof/doctrine2-spatial) -[![Coverage Status](https://coveralls.io/repos/creof/doctrine2-spatial/badge.svg?branch=master&service=github)](https://coveralls.io/github/creof/doctrine2-spatial?branch=master) -[![Downloads](https://img.shields.io/packagist/dm/creof/doctrine2-spatial.svg)](https://packagist.org/packages/creof/doctrine2-spatial) -[![Gitter](https://badges.gitter.im/gitterHQ/gitter.svg)](https://gitter.im/creof/doctrine2-spatial) - - -Doctrine2 multi-platform support for spatial types and functions. Currently MySQL and PostgreSQL with PostGIS are supported. Could potentially add support for other platforms if an interest is expressed. - -Documentation can be found at [here](./doc/index.md) - -## composer.json -```javascript -{ - "require": { - ... - "creof/doctrine2-spatial": "~1" -``` - -You will also have to change the version requirement of doctrine to at least 2.3: -```javascript - - "doctrine/orm": ">=2.3", -``` +This project has been **unmaintained** since 2017, and should not be used anymore. You should migrate to an alternative. One possible choice could be https://github.com/longitude-one/doctrine-spatial.