PHPackages                             mindgrub/mtip - 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. mindgrub/mtip

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

mindgrub/mtip
=============

PHP library to submit an MTIP application.

04PHP

Since Jan 9Pushed 7y ago5 watchersCompare

[ Source](https://github.com/Mindgrub/mtip)[ Packagist](https://packagist.org/packages/mindgrub/mtip)[ RSS](/packages/mindgrub-mtip/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP MTIP Application
====================

[](#php-mtip-application)

This library allows field data and submission of the MTIP application, found originally at [https://careers2.umbc.edu/employers/mtip\_app\_response.php](https://careers2.umbc.edu/employers/mtip_app_response.php)

Usage
-----

[](#usage)

```
// Create a new application.
$application = \Mindgrub\MTIP\MTIPApplication();

// Examine fields on the application.
$available_fields = $application->getFieldData();

// Set fields on the application.
$application->setField('first_name', $my_first_name);

// Submit the application.
$application->submit();
```

Submission Response
-------------------

[](#submission-response)

`$application->submit()` returns an array with 3 keys:

- `status`, either `0` or `1` depending on success.
- `message`, describing the result of the submission.
- `response`, a Guzzle Response Object received after making the submission, where applicable.

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/75bac5a21073598dbd68f7f3b1f1e3ee609bc41d05b8c1bc2e6367a3cca54138?d=identicon)[rvtraveller](/maintainers/rvtraveller)

![](https://www.gravatar.com/avatar/61f286044cfd3e38793f696262351fa8d1b59d3a0ba604b5561b3eb6432f6321?d=identicon)[crcrampton](/maintainers/crcrampton)

### Embed Badge

![Health badge](/badges/mindgrub-mtip/health.svg)

```
[![Health](https://phpackages.com/badges/mindgrub-mtip/health.svg)](https://phpackages.com/packages/mindgrub-mtip)
```

###  Alternatives

[talan-hdf/semantic-suggestion

TYPO3 extension for suggesting semantically related pages using advanced NLP and TF-IDF analysis

102.4k](/packages/talan-hdf-semantic-suggestion)

PHPackages © 2026

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