PHPackages                             mszula/php-newcamd - 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. mszula/php-newcamd

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

mszula/php-newcamd
==================

Newcamd cardserver client

7524PHP

Since Oct 2Pushed 2y ago2 watchersCompare

[ Source](https://github.com/mszula/php-newcamd)[ Packagist](https://packagist.org/packages/mszula/php-newcamd)[ RSS](/packages/mszula-php-newcamd/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP Newcamd Client
==================

[](#php-newcamd-client)

Newcamd cardserver client implementation in PHP.

Installation
------------

[](#installation)

Use [Composer](https://getcomposer.org/) to install Newcamd.

```
$ composer require mszula/php-newcamd:dev-master
```

Requirements
------------

[](#requirements)

- PHP &gt;= 5.4

Basic Usage
-----------

[](#basic-usage)

Just create `Newcamd/Client` with `Newcamd/Config` argument and `connect()` to server.

```
