File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/ci export-ignore
22.gitattributes export-ignore
33.gitignore export-ignore
4- .travis.yml export-ignore
54.github export-ignore
65.scrutinizer.yml export-ignore
76codecov.yml export-ignore
Load diff This file was deleted.
Original file line number Diff line number Diff line change 11# shapefile
22ShapeFile library for PHP
33
4- [ ![ Build Status ] ( https://travis-ci.org /phpmyadmin/shapefile.svg?branch=master )] ( https://travis-ci.org/phpmyadmin/shapefile )
4+ ![ Test-suite ] ( https://github.com /phpmyadmin/shapefile/workflows/Run%20tests/badge .svg?branch=master )
55[ ![ codecov.io] ( https://codecov.io/github/phpmyadmin/shapefile/coverage.svg?branch=master )] ( https://codecov.io/github/phpmyadmin/shapefile?branch=master )
66[ ![ Scrutinizer Code Quality] ( https://scrutinizer-ci.com/g/phpmyadmin/shapefile/badges/quality-score.png?b=master )] ( https://scrutinizer-ci.com/g/phpmyadmin/shapefile/?branch=master )
77[ ![ Packagist] ( https://img.shields.io/packagist/dt/phpmyadmin/shapefile.svg )] ( https://packagist.org/packages/phpmyadmin/shapefile )
@@ -19,14 +19,14 @@ making translations or offering new ideas please contact us.
1919
2020Please use [ Composer] [ 1 ] to install:
2121
22- ```
22+ ``` sh
2323composer require phpmyadmin/shapefile
2424```
2525
2626To be able to read and write the associated DBF file, you need `` dbase ``
2727extension:
2828
29- ```
29+ ``` sh
3030pecl install dbase
3131echo " extension=dbase.so" > /etc/php7/conf.d/dbase.ini
3232```
You can’t perform that action at this time.
0 commit comments