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

19

—

LowBetter than 9% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity39

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://avatars.githubusercontent.com/u/1789427?v=4)[Brian Thompson](/maintainers/rvtraveller)[@rvtraveller](https://github.com/rvtraveller)

![](https://avatars.githubusercontent.com/u/5113510?v=4)[Colin Crampton](/maintainers/crcrampton)[@Crcrampton](https://github.com/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

[laraveldaily/laravel-charts

Create charts and reports from Laravel

555460.3k](/packages/laraveldaily-laravel-charts)

PHPackages © 2026

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