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)415PHPPHP &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 1mo ago

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 27% 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

4128d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ebe356162147c2041c0ac2e3bd0c5188e9cdbcd3821a162309ab05b6613402d7?d=identicon)[tr0n](/maintainers/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

[erlandmuchasaj/laravel-gzip

Gzip your responses.

40129.3k2](/packages/erlandmuchasaj-laravel-gzip)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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