PHPackages                             nekofar/virgool - 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. nekofar/virgool

ActiveLibrary

nekofar/virgool
===============

PHP wrapper for the Virgool API

51[1 issues](https://github.com/nekofar/virgool-api-php/issues)PHPCI failing

Since Aug 17Pushed 6y agoCompare

[ Source](https://github.com/nekofar/virgool-api-php)[ Packagist](https://packagist.org/packages/nekofar/virgool)[ RSS](/packages/nekofar-virgool/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (2)Used By (0)

---

 **Please consider this library is under active development and, it's not ready to use in production.**

---

Virgool PHP API
===============

[](#virgool-php-api)

[![Packagist Version](https://camo.githubusercontent.com/0cdaabdeecc598ef3370f58caf1344c6d01a8c6087360b9452f05ead335ffa10/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e656b6f6661722f766972676f6f6c2e737667)](https://packagist.org/packages/nekofar/virgool)[![PHP from Packagist](https://camo.githubusercontent.com/7b4bf31ce49dda7c8b9a917af7598796b0e442bd1e2271307fb708905f14d529/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6e656b6f6661722f766972676f6f6c2e737667)](https://packagist.org/packages/nekofar/virgool)[![Travis (.com) branch](https://camo.githubusercontent.com/567bad0b0c95c20b7048f40bdcdfbb6e97c9105376f103ed6059e8ffc0becf6d/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f636f6d2f6e656b6f6661722f766972676f6f6c2d6170692d7068702f6d61737465722e737667)](https://travis-ci.com/nekofar/virgool-api-php)[![Codecov](https://camo.githubusercontent.com/8a45f24e5c9514fa7a5bbb9fca302704c8d1fcbc1e0da12bf340fdee43f966a4/68747470733a2f2f696d672e736869656c64732e696f2f636f6465636f762f632f67682f6e656b6f6661722f766972676f6f6c2d6170692d7068702e737667)](https://codecov.io/gh/nekofar/virgool-api-php)[![Packagist](https://camo.githubusercontent.com/81b47a156259a5bd41b37ac07e86729be0c08e7e331937fb0c44800ae23b24df/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e656b6f6661722f766972676f6f6c2e737667)](https://github.com/nekofar/virgool-api-php/blob/master/LICENSE)

> This is a PHP wrapper for the [Virgool](https://virgool.io) API.

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

[](#installation)

This wrapper relies on HTTPlug, which defines how HTTP message should be sent and received. You can use any library to send HTTP messages that implements [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation).

```
composer require nekofar/virgool:^1.0@dev
```

To install with cURL you may run the following command:

```
composer require nekofar/virgool:^1.0@dev php-http/curl-client:^1.0
```

Usage
-----

[](#usage)

Use your username and password to access your own account.

```
use \Nekofar\Virgool\Client;

$config = Config::create('username', 'password');
$client = Client::create($config);

try {
    $user = $client->getUser();

    echo 'Name: ' . $user->name . PHP_EOL;
    echo 'User: ' . $user->username . PHP_EOL;

} catche (\Exception $e) {
    echo 'Error: ' . $e->getMessage();
}
```

Contributing
------------

[](#contributing)

The test suite is built using PHPUnit. Run the suite of unit tests by running the `phpunit` command or this composer script.

```
composer test
```

---

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance16

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

Early-stage or recently created project

 Bus Factor1

Top contributor holds 96.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/aca8b320eb72b441ea7e695d6e414532121a11cafcd33824fd4e4513729857ca?d=identicon)[nekofar](/maintainers/nekofar)

---

Top Contributors

[![nekofar](https://avatars.githubusercontent.com/u/147401?v=4)](https://github.com/nekofar "nekofar (31 commits)")[![mend-bolt-for-github[bot]](https://avatars.githubusercontent.com/in/16809?v=4)](https://github.com/mend-bolt-for-github[bot] "mend-bolt-for-github[bot] (1 commits)")

---

Tags

php-libraryvirgool

### Embed Badge

![Health badge](/badges/nekofar-virgool/health.svg)

```
[![Health](https://phpackages.com/badges/nekofar-virgool/health.svg)](https://phpackages.com/packages/nekofar-virgool)
```

PHPackages © 2026

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