PHPackages                             blob/laravel-didww - 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. blob/laravel-didww

ActiveLibrary[API Development](/categories/api)

blob/laravel-didww
==================

A simple Laravel interface for interacting with the Didww API.

221PHP

Since Aug 4Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Bloby/laravel-didww)[ Packagist](https://packagist.org/packages/blob/laravel-didww)[ RSS](/packages/blob-laravel-didww/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

laravel-didww
=============

[](#laravel-didww)

**NOTE:** This package is no longer in active development. Feel free to fork and extend it as needed.

A simple Laravel interface for interacting with the Didww API.

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

[](#installation)

To install the package, simply add the following to your Laravel installation's `composer.json` file:

```
"require": {
	"laravel/framework": "5.*",
	"blob/laravel-didww": "dev-master"
},
```

Run `composer update` to pull in the files.

Then, add the following **Service Provider** to your `providers` array in your `config/app.php` file:

```
'providers' => array(
    ...
    Didww\Providers\DidwwServiceProvider::class
);
```

From the command-line run: `php artisan vendor:publish`

Configuration
=============

[](#configuration)

Open `config/didww.php` and configure the api endpoint and credentials:

```
return [
    // WSDL URL
    'url'       =>	'https://url.com/APIService.asmx?wsdl',

    // WSDL USERNAME
    'username'  =>	'username',

    // WSDL KEY
    'key'       =>	'user_key',

    //WSDL in Test Mode
    'test'      =>	true,
];
```

Usage
=====

[](#usage)

```
$details = Didww::getDidwwApiDetails();
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9443a4c1430f906bbb921feae4c378443ad56fcaf358c4dc3e1558a6054d8864?d=identicon)[Bloby](/maintainers/Bloby)

---

Top Contributors

[![Gwakko](https://avatars.githubusercontent.com/u/4546594?v=4)](https://github.com/Gwakko "Gwakko (3 commits)")

### Embed Badge

![Health badge](/badges/blob-laravel-didww/health.svg)

```
[![Health](https://phpackages.com/badges/blob-laravel-didww/health.svg)](https://phpackages.com/packages/blob-laravel-didww)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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