PHPackages                             algocashdev/algocash - 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. algocashdev/algocash

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

algocashdev/algocash
====================

v1.1.0(2y ago)06proprietaryPHPPHP ^7.4 || ^8.0

Since May 20Pushed 2y ago1 watchersCompare

[ Source](https://github.com/algocashdev/algocash-php-sdk)[ Packagist](https://packagist.org/packages/algocashdev/algocash)[ Docs](https://github.com/algocashdev/algocash-php-sdk)[ RSS](/packages/algocashdev-algocash/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (4)Versions (5)Used By (0)

Algocash
========

[](#algocash)

This is a Algocash API

- API version: 1.0.0

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

[](#requirements)

PHP 5.5 and later

Installation &amp; Usage
------------------------

[](#installation--usage)

### Composer

[](#composer)

composer require algocashdev/algocash

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
    require_once('/path/to/Algocash/vendor/autoload.php');
```

Tests
-----

[](#tests)

To run the unit tests:

```
composer install
./vendor/bin/phpunit

```

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

[](#getting-started)

Please follow the [installation procedure](#installation--usage) and then run the following:

```
