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

[illuminate/conditionable

The Illuminate Conditionable package.

9043.1M32](/packages/illuminate-conditionable)[codingfreaks/cf-cookiemanager

Manage cookies, scripts, and GDPR compliance on your Typo3 website with CodingFreaks Typo3 Cookie Manager. Customize cookie banners, streamline workflow, and enhance user experience. Ensure GDPR compliance and take control of cookie management with our Typo3 cookie management extension. Visit the official Typo3 Documentation page to learn more.

1625.8k](/packages/codingfreaks-cf-cookiemanager)

PHPackages © 2026

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