dev-master
9999999-devNewcamd cardserver client
MIT
The Development Requires
by Mateusz Szuła
newcamd
Newcamd cardserver client
Newcamd cardserver client implementation in PHP., (*1)
Use Composer to install Newcamd., (*2)
$ composer require mszula/php-newcamd:dev-master
Just create Newcamd/Client
with Newcamd/Config
argument and connect()
to server., (*3)
<?php use Newcamd\Client; use Newcamd\Config; require 'vendor/autoload.php'; $config = new Config(); $config->setHost('127.0.0.1')->setPort('123456')->setDesKey('0102030405060708091011121314') ->setUsername('test')->setPassword('test'); $newcamd = new Client($config); $newcamd->connect() ->login();
PHP Newcamd is licensed under the MIT License - see the License File file for details., (*4)
Hey! I haven't been here for a long time. In the meantime, I also created a TypeScript implementation of Newcamd. Feel free to use, clone, leave the star or whatever you want 😄, (*5)
Newcamd cardserver client
MIT
newcamd