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

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

[phalcon/zephir

Zephir is a compiled high level language aimed to the creation of C-extensions for PHP

3.4k414.1k18](/packages/phalcon-zephir)[code-tool/jaeger-client-php

35520.8k9](/packages/code-tool-jaeger-client-php)[rafaelfragoso/haversini-formula

This PHP class can replace the Google Distance Matrix to calculate the distance between two points using latitude and longitude. It will prevent you to do massive requests to Google servers and enhance your service performance.

45212.0k](/packages/rafaelfragoso-haversini-formula)

PHPackages © 2026

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