Skip to content

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

License

Notifications You must be signed in to change notification settings

bushbaby/BsbDoctrineMysqlSpacial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BsbDoctrineMysqlSpacial

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.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages