PHPackages                             dsl-platform/client - 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. dsl-platform/client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

dsl-platform/client
===================

DSL platform PHP client library

v0.1.0(11y ago)516611[2 issues](https://github.com/ngs-doo/dsl-client-php/issues)BSD-3-ClausePHPPHP &gt;=5.3.8

Since Aug 14Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ngs-doo/dsl-client-php)[ Packagist](https://packagist.org/packages/dsl-platform/client)[ Docs](https://dsl-platform.com)[ RSS](/packages/dsl-platform-client/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (1)Dependencies (2)Versions (3)Used By (0)

DSL-platform PHP client
=======================

[](#dsl-platform-php-client)

Introduction
------------

[](#introduction)

This project is a client library used for interacting with DSL platform from PHP.

If you are new to the DSL platform, take a look at \[introduction\] [2](https://docs.dsl-platform.com/php-introduction), check out \[the tutorials\] [4](https://docs.dsl-platform.com/php-quick-tutorial), or \[try it online\] [8](https://learn.dsl-platform.com).

To use PHP on new or existing project, it is advised to use [PHP 'skeleton' application](https://github.com/ngs-doo/dsl-skeleton-php).

This package as standalone should primarily be used for testing.

Installing
----------

[](#installing)

To setup DSL-platform PHP client as a standalone project, use composer: ([download composer](https://getcomposer.org/download/))

```
$ composer create-project dsl-platform/client -s dev

```

This will clone the repository, install PHP dependencies, and a command-line script will guide you through DSL platform setup.

You'll need a free account at [dsl-platform.com](https://dsl-platform.com), Java Virtual Machine, [Mono](http://www.mono-project.com/docs/getting-started/install/linux/) and Postgres. If install fails, update your dependencies, and run `composer install`. You can manually change install settings in dsl\_config.json.

Running tests
-------------

[](#running-tests)

If installation was successful, you can run tests using phpunit from the composer vendors folder:

```
$ ./vendor/bin/phpunit

```

Documentation
-------------

[](#documentation)

List of documentation resources:

- [API docs](https://docs.dsl-platform.com/phpdoc/)
- [Try it online](https://learn.dsl-platform.com)
- [Introduction](https://docs.dsl-platform.com/php-introduction)
- [Setup guide](https://docs.dsl-platform.com/php-setup-guide)
- [Quick tutorial](https://docs.dsl-platform.com/php-quick-tutorial)
- [Intermediate tutorial](https://docs.dsl-platform.com/php-intermediate-tutorial)
- [Advanced tutorial](https://docs.dsl-platform.com/php-advanced-tutorial)

Installing on Windows
---------------------

[](#installing-on-windows)

### Instaling PHP

[](#instaling-php)

Download [PHP for Windows](http://windows.php.net/download/) and unpack to desired folder, we'll use `c:\php`. From there, run `php.exe --version` in command prompt. If you get the message about missing MSVCR110.dll, you'll need to install [VS C++ 2012, x86 version](http://www.microsoft.com/en-us/download/details.aspx?id=30679).

In your php folder, copy php-development.ini to php.ini. Edit php.ini and add the following lines: (or find them and uncomment)

```
extension=c:/php/ext/php_openssl.dll
extension=c:/php/ext/php_curl.dll
extension=c:/php/ext/php_mbstring.dll
; set this to your timezone
date.timezone = CET

```

Download CA bundle for from  and set its location to php.ini:

```
curl.cainfo = "c:/php/curl/cacert.pem"

```

Download and run [Composer setup](https://getcomposer.org/Composer-Setup.exe). Setup will add composer to your PATH variable. Now you can create dsl-client-php project from command-line:

```
composer create-project dsl-platform/client -s dev

```

Project will be created in a folder named 'client'. Change to folder and start Revenj with:

```
revenj\Revenj.Http.exe

```

To execute tests, run phpunit:

```
vendor\bin\phpunit

```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity19

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity49

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 69.6% 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

Unknown

Total

1

Last Release

4295d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/109d05830000e9c101a048cce78083bf89426ee1592e89f4d2ca04f11b214099?d=identicon)[nutrija](/maintainers/nutrija)

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

---

Top Contributors

[![nutrija](https://avatars.githubusercontent.com/u/1375172?v=4)](https://github.com/nutrija "nutrija (39 commits)")[![rpetrano](https://avatars.githubusercontent.com/u/1047640?v=4)](https://github.com/rpetrano "rpetrano (8 commits)")[![melezov](https://avatars.githubusercontent.com/u/551485?v=4)](https://github.com/melezov "melezov (6 commits)")[![zapov](https://avatars.githubusercontent.com/u/1181401?v=4)](https://github.com/zapov "zapov (3 commits)")

---

Tags

DSLddd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/dsl-platform-client/health.svg)

```
[![Health](https://phpackages.com/badges/dsl-platform-client/health.svg)](https://phpackages.com/packages/dsl-platform-client)
```

###  Alternatives

[prooph/service-bus

PHP Enterprise Service Bus Implementation supporting CQRS and DDD

4421.4M32](/packages/prooph-service-bus)[ecotone/ecotone

Supporting you in building DDD, CQRS, Event Sourcing applications with ease.

558549.8k17](/packages/ecotone-ecotone)[prooph/event-sourcing

PHP EventSourcing library

267808.5k18](/packages/prooph-event-sourcing)[ginq/ginq

LINQ to Object inspired DSL for PHP

192257.5k3](/packages/ginq-ginq)[phpmentors/domain-kata

Kata for domain models

73426.9k9](/packages/phpmentors-domain-kata)[aura/payload

A Domain Payload implementation.

56370.4k9](/packages/aura-payload)

PHPackages © 2026

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