PHPackages                             mrferrys/beckhoffplcsoapclient - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. mrferrys/beckhoffplcsoapclient

ActiveLibrary[HTTP &amp; Networking](/categories/http)

mrferrys/beckhoffplcsoapclient
==============================

SoapClient to communicate with BeckHoff PLC

1.0.2(4y ago)35MiTPHPPHP &gt;=5.0.0

Since Feb 19Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MrFerrys/beckhoffPLCSoapClient)[ Packagist](https://packagist.org/packages/mrferrys/beckhoffplcsoapclient)[ RSS](/packages/mrferrys-beckhoffplcsoapclient/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

beckhoffPLCSoapClient
=====================

[](#beckhoffplcsoapclient)

SoapClient to communicate with BeckHoff PLC. Library made in PHP based on TcAdsWebService JavaScript Library.

Description
-----------

[](#description)

SoapClient to communicate with BeckHoff PLC. Library made in PHP based on TcAdsWebService JavaScript Library.

Getting Started
---------------

[](#getting-started)

### Dependencies

[](#dependencies)

- PHP &gt;= 5

### Installation

[](#installation)

composer require mrferrys/beckhoffplcsoapclient

### Usage

[](#usage)

- How to use it.

```
	use mrferrys\beckhoffplcsoapclient\plcHandler as plcHandler;

	$pHandler= new plcHandler(
        "http://172.16.23.102/TcAdsWebService/TcAdsWebService.dll",
        "http://172.16.23.102/TcAdsWebService/TcAdsWebService.WSDL",
        "5.21.99.2.1.1",
        "801");

    print_r($pHandler->exec("GetFunctions"));

    $pHandler->getSymbolTable();
    foreach($pHandler->symbolTable as $k=>$v){
        echo "$k \n";
    }
    echo "STARTING\n";
    $pHandler->writeSymbolByName(".CLAS2_PARO_EMERGENCIA",true,"c");

    sleep(5);

	$pHandler->writeSymbolByName(".CLAS2_PARO_EMERGENCIA",false,"c");
    echo "DONE\n";

   $pHandler= new plcHandler(
        "http://172.16.22.140/TcAdsWebService/TcAdsWebService.dll",
        "http://172.16.22.140/TcAdsWebService/TcAdsWebService.WSDL",
        "172.16.22.140.1.1",
        "801");

    $pHandler->getSymbolTable();
    foreach($pHandler->symbolTable as $k=>$v){
        echo "$k \n";
    }

```

Authors
-------

[](#authors)

MrFerrys

Version History
---------------

[](#version-history)

- 1.0.0
    - Initial Release (X.Y.Z MAJOR.MINOR.PATCH)

License
-------

[](#license)

This project is licensed under the MiT License - see the LICENSE file for details

Acknowledgments
---------------

[](#acknowledgments)

TcAdsWebService

- [TcAdsWebService.js](https://infosys.beckhoff.com/english.php?content=../content/1033/tcadswebservice.js/html/intro.html&id=)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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.

###  Release Activity

Cadence

Every ~1 days

Total

3

Last Release

1593d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/866868?v=4)[MrFerrys](/maintainers/MrFerrys)[@MrFerrys](https://github.com/MrFerrys)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/mrferrys-beckhoffplcsoapclient/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.8k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M90](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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