PHPackages                             teamfurther/fgo-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. [API Development](/categories/api)
4. /
5. teamfurther/fgo-php-sdk

ActiveLibrary[API Development](/categories/api)

teamfurther/fgo-php-sdk
=======================

A PHP SDK wrapper for fgo.ro API.

1.0.0(2y ago)62772MITPHPPHP &gt;=8.0

Since Nov 22Pushed 2y agoCompare

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

READMEChangelogDependencies (1)Versions (2)Used By (0)

The FGO PHP SDK provides convenient access to the [FGO API](https://testapp.fgo.ro/publicws/files/specificatii-api-latest.pdf) from applications written in the PHP language.

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

[](#installation)

You can install the package via composer:

`composer require teamfurther/fgo-php-sdk`

### Tailwind config

[](#tailwind-config)

There is a default Tailwind configuration included with this package. In order to enjoy all Cinderblock features, you should copy and extend this config.

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

[](#getting-started)

Sample usage:

```
$client = new FGOClient(
    key: 'FGOKEY1234567890',
    merchantName: 'Your Company As Registered on FGO.ro Ltd.',
    merchantTaxId: 'RO12345678',
    platformUrl: $_SERVER['HTTP_HOST'],
    environment: FGOClient::ENV_PRODUCTION,
);

$invoice = $client->invoice->create([
    'Client' => [
        'CodUnic' => '79792323',
        'Denumire' => 'Client SRL',
        'Tip' => 'PJ',
    ],
    'Continut' => [
        [
            'Denumire' => 'Abonament',
            'NrProduse' => 1,
            'PretUnitar' => 45,
            'CotaTVA' => 19,
            'UM' => 'lună',
        ],
    ],
    'Serie' => 'KOMPZT',
    'TipFactura' => 'Factura',
    'Valuta' => 'RON',
]);
```

**NOTE:** You do not have include `CodUnic or PlatformaURL` values in the request body for each call. These will be automatically appended from the initial client configuration.

Similarly, you don't have to include `Hash`. This will be automatically generated and appended to the request body.

If you include these values, they will override the default client configuration.

Available Methods
-----------------

[](#available-methods)

FGO ControllerFGO MethodSDK Call/nomenclator/tara$client-&gt;taxonomy-&gt;countries()/judet$client-&gt;taxonomy-&gt;counties()/tva$client-&gt;taxonomy-&gt;vatOptions()/banca$client-&gt;taxonomy-&gt;banks()/tipincasare$client-&gt;taxonomy-&gt;receiptTypes()/tipfactura$client-&gt;taxonomy-&gt;invoiceTypes()/tipclient$client-&gt;taxonomy-&gt;clientTypes()/localitati?judet=&lt;&gt;$client-&gt;taxonomy-&gt;cities($county)/factura/emitere$client-&gt;invoice-&gt;create($body)/print$client-&gt;invoice-&gt;print($body)/stergere$client-&gt;invoice-&gt;delete($body)/anulare$client-&gt;invoice-&gt;cancel($body)/incasare$client-&gt;invoice-&gt;createReceipt($body)/stergereincasare$client-&gt;invoice-&gt;deleteReceipt($body)/stornare$client-&gt;invoice-&gt;storno($body)/awb$client-&gt;invoice-&gt;awb($body)/listfacturiasociate$client-&gt;invoice-&gt;related($body)/articol/list$client-&gt;article-&gt;list($body)/get$client-&gt;article-&gt;get($body)/articolemodificate$client-&gt;article-&gt;modified($body)/gestiune$client-&gt;article-&gt;inventoryTypes($body)Check out [FGO API](https://testapp.fgo.ro/publicws/files/specificatii-api-latest.pdf) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

908d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/898ce9c81a1d57129720d54f435c1439dde51a6a04c402172cc96881ca036c7c?d=identicon)[further](/maintainers/further)

---

Top Contributors

[![ilpet](https://avatars.githubusercontent.com/u/18186867?v=4)](https://github.com/ilpet "ilpet (1 commits)")

---

Tags

furtherfurtherdigitalsolutionsfgo

### Embed Badge

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

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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