承接 holacliente/laravel-ubigeo 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

holacliente/laravel-ubigeo

最新稳定版本:v5.5.2

Composer 安装命令:

composer require holacliente/laravel-ubigeo

包简介

README 文档

README

Laravel Ubigeo is a package that provides a simple way to manage and use Peruvian ubigeo codes in your Laravel application.

Installation

Install the package via Composer:

composer require holacliente/laravel-ubigeo

Usage

Retrieve Ubigeo Information

You can use the provided models or helper functions to retrieve ubigeo data:

use Holacliente\LaravelUbigeo\Ubigeo;

// Get all departments
$departments = Ubigeo::departamentos();

// Get provinces by department
$provinces = Ubigeo::provincias();

// Get districts by province
$districts = Ubigeo::distritos();

Testing

Run the tests with:

php artisan test

Contributing

Contributions are welcome! Please submit a pull request or open an issue to discuss your ideas.

License

This package is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 116
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2025-04-12