PHPackages                             salymdev/tanzania-universities - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. salymdev/tanzania-universities

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

salymdev/tanzania-universities
==============================

A PHP package listing all universities in Tanzania

v1.0.0(1y ago)029MITPHP

Since Apr 15Pushed 1y ago1 watchersCompare

[ Source](https://github.com/devmpemba/tanzania-universities)[ Packagist](https://packagist.org/packages/salymdev/tanzania-universities)[ RSS](/packages/salymdev-tanzania-universities/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

🇹🇿 Tanzania Universities - PHP Package
======================================

[](#-tanzania-universities---php-package)

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
--------------

[](#-installation)

You can install the package via Composer:

```
composer require salymdev/tanzania-universities
```

📖 Documentation
---------------

[](#-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:
-------------------------

[](#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. )

📚 Example Output

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

🤝 Contributing
--------------

[](#-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 📩 🐙 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 😎

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance47

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

390d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad90c10d2a1a6cea22a5aee89e83d26e651a0f01b6ddaee3663e100c18e33b64?d=identicon)[salymdeveloper](/maintainers/salymdeveloper)

---

Top Contributors

[![devmpemba](https://avatars.githubusercontent.com/u/105650566?v=4)](https://github.com/devmpemba "devmpemba (3 commits)")

### Embed Badge

![Health badge](/badges/salymdev-tanzania-universities/health.svg)

```
[![Health](https://phpackages.com/badges/salymdev-tanzania-universities/health.svg)](https://phpackages.com/packages/salymdev-tanzania-universities)
```

###  Alternatives

[dotsunited/bundlefu

BundleFu is a PHP 5.3+ library which bundles multiple css/javascript files into a big package and sends it out at once

7028.5k3](/packages/dotsunited-bundlefu)[vjik/php-enum

PHP Enum Implementation

209.9k](/packages/vjik-php-enum)[iiifx-production/ukraine-identification-number

Ukraine Identification Number

117.3k](/packages/iiifx-production-ukraine-identification-number)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
