PHPackages                             be-lenka/tracify-php-sdk - 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. be-lenka/tracify-php-sdk

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

be-lenka/tracify-php-sdk
========================

This API allows you to send events to Tracify that originate from your server.

v1.0.0(1y ago)05MITPHPPHP ^7.4

Since Jun 14Pushed 1y ago1 watchersCompare

[ Source](https://github.com/be-lenka/tracify-php-sdk)[ Packagist](https://packagist.org/packages/be-lenka/tracify-php-sdk)[ Docs](https://openapi-generator.tech)[ RSS](/packages/be-lenka-tracify-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (2)Used By (0)

Tracify.dev PHP SDK
===================

[](#tracifydev-php-sdk)

This API allows you to send events to Tracify that originate from your server.

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

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.4 and later. Should also work with PHP 8.0.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
composer require be-lenka/tracify-php-sdk
```

or

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/be-lenka/tracify-php-sdk.git"
    }
  ],
  "require": {
    "be-lenka/tracify-php-sdk": "*@dev"
  }
}
```

Then run `composer install`

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

[](#getting-started)

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

```
