bushbaby/bsb-doctrine-mysql-spacial

BsbDoctrineSpacial is a ZF2 module that provides basic MySQL spatial data functionality.

Maintainers

👁 bushbaby

Package info

github.com/bushbaby/BsbDoctrineMysqlSpacial

pkg:composer/bushbaby/bsb-doctrine-mysql-spacial

Statistics

Installs: 500

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0-beta1 2014-05-23 11:56 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 62e9d567bfdc36b3998b18817240e5a80f52b2e6

mysqlzf2doctrinespacial

This package is auto-updated.

Last update: 2026-06-24 08:44:19 UTC


README

BsbDoctrineMysqlSpacial is a ZF2 module that provides basic MySQL spatial data functionality.

👁 Latest Stable Version
👁 Total Downloads
👁 Latest Unstable Version
👁 License

👁 Scrutinizer Code Quality
👁 Dependency Status

Installation

BsbDoctrineMysqlSpacial installs with Composer. To install it into your project, just add the following line into your project composer.json file:

"require": {
 "bushbaby/bsb-doctrine-mysql-spacial": "~1.0"
}

Update your project by runnning composer.phar update.

Finally enable the module by adding BsbDoctrineMysqlSpacial in your application.config.php file.

Configuration

After you enable the module doctrine is capable of using the provided extensions. However it only does this for orm_default.

To enable it for other named connections copy config/bsb-doctrine-mysql-spacial.global.php.dist to the config\autoload directory of your project and modify it to include the appropiate named information.

Usage

to do

Note

Many thanks and credits should go http://codeutopia.net as this module is basicly a paste-n-copy implementation.