PHPackages                             ferrisbane/basket - 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. [Database &amp; ORM](/categories/database)
4. /
5. ferrisbane/basket

ActiveLibrary[Database &amp; ORM](/categories/database)

ferrisbane/basket
=================

A small basket package that packs a punch.

v0.1.0(8y ago)010MITPHPPHP &gt;=5.4.0

Since Mar 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Ferrisbane/basket)[ Packagist](https://packagist.org/packages/ferrisbane/basket)[ RSS](/packages/ferrisbane-basket/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Basket
======

[](#basket)

A small PHP basket package that packs a punch.

Yes docblocks will be added

- [Examples](#examples)
- [Installation](#installation)
- [Setup](#setup)
- [Usage](#usage)

Examples
--------

[](#examples)

Examples to come

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

[](#installation)

This package requires PHP 5.6+ (has not been tested on lower versions).

The package works on Windows and Linux webservers (not been tested on Mac)

To install through composer you can either use `composer require ferrisbane/basket` (while inside your project folder) or include the package in your `composer.json`.

```
"ferrisbane/basket": "0.1.*"
```

Then run either `composer install` or `composer update` to download the package.

To use the package with Laravel 5 add the ShortDB service provider to the list of service providers in `config/app.php`.

```
'providers' => [
    ...

    Ferrisbane\Basket\Laravel5ServiceProvider::class

    ...
];
```

Then use `php artisan vendor:publish` to publish the config.

If you have changed the namespace of your project you can define it inside `config/basket.php`

`'namespace' => 'App',`

Setup
-----

[](#setup)

Docs to come

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

2975d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1eec7cb4d7769f41481c0c624f9b20a608abb169c466f7f49877a9df5a1478a9?d=identicon)[Ferrisbane](/maintainers/Ferrisbane)

---

Tags

phpdatabaseprocessorshortcode

### Embed Badge

![Health badge](/badges/ferrisbane-basket/health.svg)

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

###  Alternatives

[webparking/laravel-type-safe-collection

This package provides type-safe extension of the laravel collection, forcing a single type of object.

378.2k](/packages/webparking-laravel-type-safe-collection)[popphp/pop-db

Pop Db Component for Pop PHP Framework

1814.6k11](/packages/popphp-pop-db)[modul-is/orm

Lightweight hybrid ORM/Explorer

1118.1k](/packages/modul-is-orm)[jonas-elias/hyperf-oracle

A oracle handler for hyperf/database.

102.0k](/packages/jonas-elias-hyperf-oracle)

PHPackages © 2026

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