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)63352[1 PRs](https://github.com/teamfurther/fgo-php-sdk/pulls)MITPHPPHP &gt;=8.0CI passing

Since Nov 22Pushed 3w 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 yesterday

READMEChangelogDependencies (1)Versions (4)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

38

—

LowBetter than 83% of packages

Maintenance62

Regular maintenance activity

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

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

955d 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

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M987](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M45](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

273.0k](/packages/eslazarev-wildberries-sdk)[avalara/avataxclient

Client library for Avalara's AvaTax suite of business tax calculation and processing services. Uses the REST v2 API.

528.5M7](/packages/avalara-avataxclient)[files.com/files-php-sdk

Files.com PHP SDK

2481.1k](/packages/filescom-files-php-sdk)

PHPackages © 2026

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