locomotivemtl / charcoal-contrib-google-static-map
一个Charcoal模块,用于生成兼容Google静态地图的URL
dev-master / 0.1.x-dev
2020-02-11 18:59 UTC
Requires
- php: >7.1
- emcconville/google-map-polyline-encoding-tool: ~1.2.1
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpunit/phpunit: ^7.1
- squizlabs/php_codesniffer: ^3.5
This package is auto-updated.
Last update: 2024-09-12 05:12:17 UTC
README
一个Charcoal服务提供者,我的酷炫功能。
目录
安装
首选(并且唯一支持的)方法是使用Composer
$ composer require locomotivemtl/charcoal-contrib-google-static-map
依赖
要求
- PHP 7.1+: 推荐使用 PHP 7.3+。
PSR
--待定--
服务提供者
参数
--待定--
服务
--待定--
配置
--待定--
使用
--待定--
开发
安装开发环境
$ composer install
运行脚本(phplint, phpcs和phpunit)
$ composer test
API文档
- 自动生成的
phpDocumentor
API文档可在以下位置查看
https://locomotivemtl.github.io/charcoal-contrib-google-static-map/docs/master/ - 自动生成的
apigen
API文档可在以下位置查看
https://codedoc.pub/locomotivemtl/charcoal-contrib-google-static-map/master/
开发依赖
- [php-coveralls/php-coveralls][phpcov]
- [phpunit/phpunit][phpunit]
- [squizlabs/php_codesniffer][phpcs]
编码风格
charcoal-contrib-google-static-map模块遵循Charcoal编码风格
- PSR-1
- PSR-2
- PSR-4,因此自动加载由Composer提供。
- phpDocumentor注释。
- phpcs.xml.dist和.editorconfig用于编码标准。
可以使用
composer phpcs
执行编码风格验证/强制执行。还可以使用composer phpcbf
提供自动修复器。
致谢
许可
Charcoal遵循MIT许可。有关详细信息,请参阅LICENSE。