PHPackages                             bss-taiphung/bss\_puppy - 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. bss-taiphung/bss\_puppy

ActiveLibrary

bss-taiphung/bss\_puppy
=======================

Puppy bark

1.0.5(10y ago)038PHP

Since Dec 10Pushed 10y ago1 watchersCompare

[ Source](https://github.com/bss-taiphung/bss_puppy)[ Packagist](https://packagist.org/packages/bss-taiphung/bss_puppy)[ RSS](/packages/bss-taiphung-bss-puppy/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (2)Used By (0)

\#Puppy package for laravel 5

Quick start
-----------

[](#quick-start)

In the `require` key of `composer.json` file add the following

```
"bss-taiphung/bss_puppy": "1.0.*"
```

Run the Composer update command

```
$ composer update
```

In your `config/app.php` add `'bss_taiphung\puppy\ServiceProviders\PuppyServiceProvider::class'` to the end of the `providers` array

```
'providers' => array(
    ...
    'bss_taiphung\puppy\ServiceProviders\PuppyServiceProvider::class',

),
```

At the end of `config/app.php` add `'Puppy'  => bss_taiphung\puppy\Facades\PuppyFacade::class` to the `aliases` array

```
'aliases' => array(

    ...
    'Puppy'  => bss_taiphung\puppy\Facades\PuppyFacade::class,

),
```

Usage in detail
---------------

[](#usage-in-detail)

```
###Facade
Puppy::bark() => puppy is barking!
Puppy::run() => puppy is running!

###API
GET /randomQuote  => Smile, breathe, and go slowly. - Thich Nhat Hanh
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity63

Established project with proven stability

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

3855d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c55ba88e60d266aa8b183a25b9be67a1d44812e3a10eb280da056a2e9b44c1e9?d=identicon)[bss-taiphung](/maintainers/bss-taiphung)

### Embed Badge

![Health badge](/badges/bss-taiphung-bss-puppy/health.svg)

```
[![Health](https://phpackages.com/badges/bss-taiphung-bss-puppy/health.svg)](https://phpackages.com/packages/bss-taiphung-bss-puppy)
```

PHPackages © 2026

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