PHPackages                             blackpulp/ministryplatform - 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. [API Development](/categories/api)
4. /
5. blackpulp/ministryplatform

ActiveLibrary[API Development](/categories/api)

blackpulp/ministryplatform
==========================

Library to consume the MinistryPlatform SOAP XML API.

0.11.1(10y ago)21631[1 issues](https://github.com/BlackpulpDesigns/MinistryPlatform/issues)MITPHPPHP &gt;=5.4.0

Since May 7Pushed 9y ago4 watchersCompare

[ Source](https://github.com/BlackpulpDesigns/MinistryPlatform)[ Packagist](https://packagist.org/packages/blackpulp/ministryplatform)[ RSS](/packages/blackpulp-ministryplatform/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (47)Used By (0)

This is a new library for interacting with MinistryPlatform's SOAP XML API. Several examples for the objects are listed below, and you can also view the /docs/ folder for a complete list of methods and class properties.

Recent Updates
==============

[](#recent-updates)

0.10.x

- Added requirement for Blackpulp getUserRoles stored procedure (see MP Database below)

0.9.x

- Added preliminary support for multi-tenant applications.

0.8.x

- Fixed inconsistent data delivery from Stored Procedures
- Fixed type casting when processing Stored Procedure results
- Fixed some namespacing issues with some classes
- Corrected some bad programming practices

Requirements
============

[](#requirements)

- [Carbon](https://github.com/briannesbitt/carbon)
- PHP 5.4+

Installation
============

[](#installation)

Composer
--------

[](#composer)

Require the library from the command line within your project.

`composer require "blackpulp/ministryplatform"`

MP Database
-----------

[](#mp-database)

There are several stored procedures available in this package that will provide subtle yet helpful enhancements to the library. These can be found in `src/stored_procedures` and should be run on your MP server. The only stored procedure *required* by this library is `api_blackpulp_GetUserRoles.sql`. The rest are optional. This requirement is to ensure that a User's Security Roles and the related access to CoreTools will always be in scope. The MinistryPlatform version of this Stored Proc currently only returns Security Role IDs.

One Time Setup
--------------

[](#one-time-setup)

### Laravel 5.x

[](#laravel-5x)

If you are using Laravel, you can take advantage of our built in Service Provider.

Open /config/app.php and paste the following line at the bottom of your service providers array.

`'Blackpulp\MinistryPlatform\Laravel\MinistryPlatformServiceProvider'`

Publish the config file via the following artisan command.

`php artisan vendor:publish`

Open your project's .env file and add the following items along with their values.

```
MP_DOMAIN_GUID={{domain guid}}
MP_WSDL=https://my.church.org/ministryplatformapi/api.svc?WSDL
MP_API_PASSWORD={{api password}}
MP_SERVER_NAME=my.church.org
```

If you are writing a multi-tenant application, there is preliminary support. However, documentation is still forthcoming on that configuration.

### Lumen 5.x

[](#lumen-5x)

Coming soon maybe?

\#Usage

Check out the [wiki](https://github.com/BlackpulpDesigns/MinistryPlatform/wiki)!

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity61

Established project with proven stability

 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

Every ~6 days

Recently: every ~17 days

Total

46

Last Release

3752d ago

### Community

Maintainers

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

---

Top Contributors

[![kenmulford](https://avatars.githubusercontent.com/u/1336749?v=4)](https://github.com/kenmulford "kenmulford (16 commits)")

---

Tags

blackpulpministryplatform

### Embed Badge

![Health badge](/badges/blackpulp-ministryplatform/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.2M720](/packages/statamic-cms)[spatie/laravel-route-attributes

Auto register routes using PHP attributes

879963.2k18](/packages/spatie-laravel-route-attributes)[team-reflex/discord-php

An unofficial API to interact with the voice and text service Discord.

1.1k379.4k24](/packages/team-reflex-discord-php)[temporal/sdk

Temporal SDK

4002.2M18](/packages/temporal-sdk)[vluzrmos/slack-api

Wrapper for Slack.com WEB API.

102589.1k3](/packages/vluzrmos-slack-api)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)

PHPackages © 2026

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