承接 salymdev/tanzania-universities 相关项目开发

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

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

salymdev/tanzania-universities

最新稳定版本:v1.0.0

Composer 安装命令:

composer require salymdev/tanzania-universities

包简介

A PHP package listing all universities in Tanzania

README 文档

README

This package provides a list of all recognized universities in Tanzania. It's designed for developers who need university data for educational apps, forms, dropdowns, APIs, or any academic-related platforms.

📦 Installation

You can install the package via Composer:

composer require salymdev/tanzania-universities

📖 Documentation

🚀 Usage

require 'vendor/autoload.php';

use SalymMbise\Universities\UniversityList;

$universities = UniversityList::all();

foreach ($universities as $uni) {
    echo $uni['name'] . " - " . $uni['location'] . "\n";
}

Each university includes:

name (e.g. University of Dar es Salaam)

abbreviation (e.g. UDSM)

type (e.g. Public, Private)

location (e.g. Dar es Salaam)

website (e.g. https://www.udsm.ac.tz)

📚 Example Output

[
    [
        'name' => 'University of Dar es Salaam',
        'abbreviation' => 'UDSM',
        'type' => 'Public',
        'location' => 'Dar es Salaam',
        'website' => 'https://www.udsm.ac.tz'
    ],
    ...
]

🤝 Contributing

Feel free to fork the repo, improve the data or structure, and send a pull request. Let’s make this more useful together!

📧 Author Salym Mbise 📩 salymdev@gmail.com 🐙 github.com/salymdev

📝 License Licensed under the MIT License.

You can tweak the emojis or sections if you want it more minimal — but this version will look pro on GitHub and Packagist 😎

统计信息

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

GitHub 信息

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

其他信息

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