PHPackages                             finteza/finteza-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. finteza/finteza-php-sdk

ActiveLibrary

finteza/finteza-php-sdk
=======================

The official sdk for sending events to Finteza servers and proxying analytical requests via the website.

1.0.0(7y ago)214.6kBSD 3-ClausePHP

Since Mar 26Pushed 6y agoCompare

[ Source](https://github.com/finteza/web-sdk-php)[ Packagist](https://packagist.org/packages/finteza/finteza-php-sdk)[ Docs](https://www.finteza.com)[ RSS](/packages/finteza-finteza-php-sdk/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Finteza PHP SDK
===============

[](#finteza-php-sdk)

The official sdk for sending events to Finteza servers and proxying analytical requests via the website.

Requirement
-----------

[](#requirement)

- PHP 5.3+

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

[](#installation)

Use the [Сomposer](http://getcomposer.org/download/) package manager to install SDK easily.

Run the following command from the console:

```
composer require finteza-analytics

```

Usage
-----

[](#usage)

### Sending events

[](#sending-events)

Use the `FintezaAnalytics::event();` method to send events to Finteza

Inputs:

ParameterTypeDescriptionname \*stringEvent name. The maximum length is 128 symbols.websiteId \*stringWebsite ID. It can be obtained in the website settings (`ID` field) of the [Finteza panel](https://panel.finteza.com/).urlstringOptional. Finteza server address.refererstringOptional. Host of a website SDK is called on.valuenumberOptional. Additional parameter value.unitstringOptional. Additional parameter measurement units, for example, USD, items, etc. The maximum length is 32 symbols.Example:

```
use FintezaAnalytics;

// sending event
FintezaAnalytics::event( array(
    'name' => 'Server+Track+Test',
    'websiteId' => 'sbnonjcmrvdebluwjzylmbhfkrmiabtqpc'
) );

```

See [Finteza help](https://www.finteza.com/en/developer/php-sdk/php-sdk-events) for more details on sending events.

### Proxying analytical scripts

[](#proxying-analytical-scripts)

Use the `FintezaAnalytics::proxy();` method to proxy all analytical requests in Finteza

Inputs:

ParameterTypeDescriptionpath \*stringStart of the path for requests to be proxied.token \*stringToken for signing the `X-Forwarder-For header`. You can get this value in the website settings (`ID` field) of the [Finteza panel](https://panel.finteza.com/).urlstringOptional. Finteza server address.Example:

```
use FintezaAnalytics;

// proxy request
FintezaAnalytics::proxy( array(
    "path" => "/fz",
    "token" => "lopvkgcafvwoprrxlopvkgcafvwfzsrx"
) );

```

We recommend calling this method at each website request. SDK sorts out analytical requests on its own and proxies them to the Finteza servers.

Also, Finteza counter code installed on the website should be changed for correct operation.

See [Finteza help](https://www.finteza.com/en/developer/insert-code/proxy-script-request) for more details on configuring proxying.

License
-------

[](#license)

Released under the [BSD License](https://opensource.org/licenses/BSD-3-Clause).

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity22

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2601d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/832ac8a8618c616ac04b3ac063912747e8cc71e785c1d5b2f6000f429336e598?d=identicon)[finteza](/maintainers/finteza)

---

Top Contributors

[![finteza](https://avatars.githubusercontent.com/u/45741245?v=4)](https://github.com/finteza "finteza (10 commits)")

---

Tags

analyticsfintezaproxystatisticstrackingproxytrackinganalyticsfinteza

### Embed Badge

![Health badge](/badges/finteza-finteza-php-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/finteza-finteza-php-sdk/health.svg)](https://phpackages.com/packages/finteza-finteza-php-sdk)
```

###  Alternatives

[irazasyed/laravel-gamp

Send analytics data to Google Analytics from Laravel. A package for GA Measurement Protocol API

3361.6M1](/packages/irazasyed-laravel-gamp)[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[alexwestergaard/php-ga4

PHP Library for Google Analytics 4 with Server Side Tagging

63144.7k1](/packages/alexwestergaard-php-ga4)[fourlabs/gamp-bundle

Google Analytics Measurement Protocol bundle for Symfony

31425.2k](/packages/fourlabs-gamp-bundle)[cornford/googlitics

An easy way to integrate Google Analytics with Laravel.

3310.2k](/packages/cornford-googlitics)[axllent/silverstripe-analytics-js

Google Universal Analytics tracking code for Silverstripe

1721.3k](/packages/axllent-silverstripe-analytics-js)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
