anton-kozlov/locations
Composer 安装命令:
composer require anton-kozlov/locations
包简介
A 8Bit test bundle
README 文档
README
- composer require composer require anton-kozlov/locations
Usage example:
class DefaultController extends Controller
{
/**
* @Route("/test")
*/
public function pushAction(
\Test\LocationsBundle\Service\DataProviderService $dataProviderService
)
{
try {
$locations = $dataProviderService->getLocations('example.com');
} catch (\Test\LocationsBundle\Exception\LocationsExceptionInterface $exception) {
// Handle exceptions...
}
}
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-12-12