PHPackages                             plinker/test - 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. [Testing &amp; Quality](/categories/testing)
4. /
5. plinker/test

ActiveLibrary[Testing &amp; Quality](/categories/testing)

plinker/test
============

An example component, which has a few methods for testing/example purposes.

v1.3.8(8y ago)1291MITPHP

Since Sep 6Pushed 8y ago1 watchersCompare

[ Source](https://github.com/plinker-rpc/test)[ Packagist](https://packagist.org/packages/plinker/test)[ Docs](https://github.com/plinker-rpc/test)[ RSS](/packages/plinker-test/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (23)Used By (0)

PlinkerRPC - Test/Demo
======================

[](#plinkerrpc---testdemo)

A test/demo component which has a few basic methods which demostrate how easy it is to define a class to interface to, a range of data types can be sent back from strings, arrays, objects, closures or even self/this for testing/example purposes.

Make sure you check out [the components code](https://github.com/plinker-rpc/test/blob/master/src/Test.php), there is no complicated voodoo going on, its just a simple PHP class.

Install
-------

[](#install)

Require this package with composer using the following command:

```
$ composer require plinker/test
```

Client
------

[](#client)

Creating a client instance is done as follows:

```
