PHPackages                             tr0n/laravelicious - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. tr0n/laravelicious

AbandonedArchivedLibrary[Utility &amp; Helpers](/categories/utility)

tr0n/laravelicious
==================

0.1(11y ago)515PHPPHP &gt;=5.4.0

Since Jan 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/tonioriol/laravelicious)[ Packagist](https://packagist.org/packages/tr0n/laravelicious)[ RSS](/packages/tr0n-laravelicious/feed)WikiDiscussions master Synced yesterday

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

Laravelicious: A Delicious Laravel package.
===========================================

[](#laravelicious-a-delicious-laravel-package)

This is a Laravel package that wraps all the Delicious API methods.

[Delicious API docs page](https://github.com/SciDevs/delicious-api)

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

[](#installation)

Require this package with composer using the following command:

`composer require tr0n/laravelicious`.

Configuration
-------------

[](#configuration)

First, you need to add the auth params in the config, to do this you will need to publish the config file first. Use the following command:

`php artisan config:publish tr0n/laravelicious`

After that, a config file named `general.php` is generated inside the `/app/config/packages/tr0n/laravelicious/` folder. Add the user and password parameters inside this file.

Usage
-----

[](#usage)

All the available Delicious API calls are mapped.

For example:

### `Laravelicious::add()`

[](#laraveliciousadd)

Add a new post to Delicious.

#### Arguments

[](#arguments)

TypeNameDescriptionarray$params (see below)string$params\['url'\]The url of the item (required).string$params\['description'\]The description of the item (required).string$params\['extended'\]Notes for the item.array$params\['tags'\]Tags for the item.string$params\['dt'\]Datestamp of the item (format “CCYY-MM-DDThh:mm:ssZ”). Requires a LITERAL “T” and “Z” like in ISO8601 at  for Example: 1984-09-01T14:21:31Z.bool$params\['replace'\]Don’t replace post if given url has already been posted (Default to false).bool$params\['shared'\]Make the item private (Default to true).#### Returns

[](#returns)

An associative array With `'success'`, `'message'` and `'url'` keys.

All the methods follow the same structure. The arguments are passed as array, depending on the method some are optional and some required, this way we are able to pass more flexibly the arguments that we want.

Same for returning values. All methods returns an array with a field `'success'` with `true` on success and `false` on failure, a `'message'` field parsed from the xml response (if not exists on the delicious.com response, the field will go empty).

When there are trouble connecting to delicious.com, a DeliciousConnectionException will be thrown with some details about the attempts, the url and a message.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

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

4183d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/193888?v=4)[tr0n](/maintainers/tr0n)[@tr0n](https://github.com/tr0n)

---

Top Contributors

[![tonioriol](https://avatars.githubusercontent.com/u/712937?v=4)](https://github.com/tonioriol "tonioriol (6 commits)")

### Embed Badge

![Health badge](/badges/tr0n-laravelicious/health.svg)

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

###  Alternatives

[laravel/horizon

Dashboard and code-driven configuration for Laravel queues.

4.2k95.4M305](/packages/laravel-horizon)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[flarum/core

Delightfully simple forum software.

201.4M2.3k](/packages/flarum-core)

PHPackages © 2026

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