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

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 18% 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://avatars.githubusercontent.com/u/78550412?v=4)[Bloby](/maintainers/Bloby)[@Bloby](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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