ivory-google-map

Google Map API v3 integration for PHP 5.6+.

  • 所有者: egeloen/ivory-google-map
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

README

Travis Build Status
AppVeyor Build status
Code Coverage
Scrutinizer Code Quality
Dependency Status

Latest Stable Version
Latest Unstable Version
Total Downloads
License

Overview

The Ivory Google Map project provides a Google Map integration for your PHP 5.6+ project. It allows you to manage map,
controls, overlays, events & services through the Google Map API v3.

use Ivory\GoogleMap\Helper\Builder\ApiHelperBuilder;
use Ivory\GoogleMap\Helper\Builder\MapHelperBuilder;
use Ivory\GoogleMap\Map;

$map = new Map();

$mapHelper = MapHelperBuilder::create()->build();
$apiHelper = ApiHelperBuilder::create()
    ->setKey('API_KEY')
    ->build();

echo $mapHelper->render($map);
echo $apiHelper->render([$map]);

Documentation

You're currently browsing the 2.x documentation, if you're using the 1.x, read
this documentation instead.

Testing

The library is fully unit tested by PHPUnit with a code coverage close to 100%. To
execute the test suite, check the travis configuration.

Contribute

We love contributors! Ivory is an open source project. If you'd like to contribute, feel free to propose a PR! You
can follow the CONTRIBUTING file which will explain you how to set up the project.

License

The Ivory Google Map is under the MIT license. For the full copyright and license information, please read the
LICENSE file that was distributed with this source code.

主要指标

概览
名称与所有者egeloen/ivory-google-map
主编程语言PHP
编程语言PHP (语言数: 2)
平台
许可证MIT License
所有者活动
创建于2013-02-09 14:11:28
推送于2022-12-21 22:21:16
最后一次提交2017-07-13 20:43:03
发布数11
最新版本名称2.0.2 (发布于 2017-05-27 10:10:45)
第一版名称0.9.0 (发布于 2013-03-23 22:31:16)
用户参与
星数323
关注者数35
派生数184
提交数294
已启用问题?
问题数148
打开的问题数40
拉请求数99
打开的拉请求数9
关闭的拉请求数45
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?