seaport / database
海港数据库列表
1.0.5
2024-02-07 06:33 UTC
Requires
- php: >=8.0
README
此项目提供了一个按国家和城市组织的全球海港数据库列表。
特性
- 全球海港数据库
- 用户可以通过国家名称进行搜索
- 用户可以通过国家和城市名称进行搜索
安装
要安装此包,请使用以下Composer命令
composer require seaport/database // Import the Marineindex class use Seaport\Database\Marineindex; // To get a list of all sea-ports $list = Marineindex::index(); // To get data by country $list = Marineindex::search_by_country_code('IN'); ## Issue Reporting and Feature Requests We welcome feedback, bug reports, and feature requests from users like you! If you encounter any issues or have ideas for improvements, please follow the guidelines below: ### Reporting Issues If you come across a bug or unexpected behavior, kindly report it to us. When reporting issues, provide as much detail as possible, including: - A clear and concise description of the problem. - Steps to reproduce the issue. - Expected behavior versus actual behavior. - Any error messages or screenshots. You can report issues by [creating a new issue](link-to-issue-tracker) on our GitHub repository. ### Feature Requests If you have ideas for new features or enhancements, we'd love to hear them! When submitting a feature request, include: - A detailed description of the proposed feature. - The problem or need the feature addresses. - Any relevant context or examples. You can submit feature requests by [creating a new issue](link-to-issue-tracker) on our GitHub repository. Thank you for contributing to the improvement of our project! For urgent matters or inquiries, you can also reach out to us directly via email at lalitaquasoft@gmail.com.