Skip to content
forked from libgeos/php-geos

PHP bindings for libgeos [MIRROR]

License

Unknown, MIT licenses found

Licenses found

Unknown
COPYING
MIT
MIT-LICENSE
Notifications You must be signed in to change notification settings

faytekin/php-geos

 
 

Repository files navigation

PHP module for GEOS

build status

The code in this directory provides a PHP module to make use of functionalities of the GEOS library.

The bindings are linked to the C-API, for betters stability.

Building

Requirements

You need:

  • PHP development files ( often found in packages named something like 'php5-dev' )

  • GEOS development files ( often found in packages named something like 'libgeos-dev' )

Procedure

git clone https://github.com/libgeos/php-geos.git
cd php-geos
./autogen.sh
./configure
make # generates modules/geos.so

Testing

Automated testing is executed on 'make check'.

You'll need phpunit installed for this to work. To install:

pear install --force --alldeps phpunit/phpunit

Installing

As root (or owner with write access to the directory returned by php-config --extension-dir), run:

make install

Using

... TODO ... (reference some automatically built doc?)

About

PHP bindings for libgeos [MIRROR]

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
COPYING
MIT
MIT-LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 51.7%
  • C 44.8%
  • M4 3.0%
  • Other 0.5%