PHPackages                             nybbl/url - 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. nybbl/url

ActiveLibrary[API Development](/categories/api)

nybbl/url
=========

API Library for integrating with the Nybbl URL shortener (v1)

1.0.0(7y ago)03BSD-3-ClausePHPPHP &gt;=7.0

Since Nov 21Pushed 7y agoCompare

[ Source](https://github.com/nic-d/url.api.lib)[ Packagist](https://packagist.org/packages/nybbl/url)[ RSS](/packages/nybbl-url/feed)WikiDiscussions master Synced 3d ago

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

PHP URL Shortener API Client
============================

[](#php-url-shortener-api-client)

A simple wrapper for the Nybbl URL Shortener API that requires PHP &gt;= 7.0.

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0 with [cURL](http://php.net/manual/en/book.curl.php) extension,

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

[](#installation)

The recommended way is using [composer](http://getcomposer.org):

```
$ composer require nybbl/url
```

Basic usage
-----------

[](#basic-usage)

```
use Nybbl\Url;

$client = new Url\Client('', '');
$response = $client->api('link')->create('https://nybbl.io/');

$client = new Url\Client('', '');
$response = $client->api('link')->getOne(1);

$client = new Url\Client('', '');
$response = $client->api('link')->getList();
```

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

[](#contributing)

Feel free to make any comments, file issues or make pull requests.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity56

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

2731d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a16ac310fcadc23040abbf5ae71639e3b7460d6d76d6f580e63f4dae20399d46?d=identicon)[\_\_nicd](/maintainers/__nicd)

---

Top Contributors

[![nic-d](https://avatars.githubusercontent.com/u/136451184?v=4)](https://github.com/nic-d "nic-d (1 commits)")

---

Tags

urlshortenernybbl

### Embed Badge

![Health badge](/badges/nybbl-url/health.svg)

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

###  Alternatives

[yourls/yourls

Your Own URL Shortener

11.9k27.7k1](/packages/yourls-yourls)[mremi/url-shortener

A PHP5/PHP7/PHP8 library using API to shorten/expand URL

79719.0k6](/packages/mremi-url-shortener)[mbarwick83/shorty

Google Url Shortener API Package for Laravel 5.1

31204.9k](/packages/mbarwick83-shorty)[mremi/url-shortener-bundle

Implementation of UrlShortener library for Symfony2/Symfony3

19135.0k](/packages/mremi-url-shortener-bundle)[allyans3/steam-market-api-v2

Steam Market API v2

1937.3k](/packages/allyans3-steam-market-api-v2)[phplicengine/bitly

Bitly API v4

22277.3k](/packages/phplicengine-bitly)

PHPackages © 2026

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