PHPackages                             askedio/laravel-vendor-package - 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. askedio/laravel-vendor-package

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

askedio/laravel-vendor-package
==============================

A Vendor Package Example

61252PHP

Since Nov 6Pushed 9y ago1 watchersCompare

[ Source](https://github.com/Askedio/Laravel-Vendor-Package)[ Packagist](https://packagist.org/packages/askedio/laravel-vendor-package)[ RSS](/packages/askedio-laravel-vendor-package/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5.3 Vendor Package Example
==================================

[](#laravel-53-vendor-package-example)

### An example on how-to create a vendor package for Composer

[](#an-example-on-how-to-create-a-vendor-package-for-composer)

"Packages are the primary way of adding functionality to Laravel. Packages might be anything from a great way to work with dates like Carbon, or an entire BDD testing framework like Behat."

Use this package to help develop new packages to share among your projects -- or the world.

Installation
============

[](#installation)

1. Clone this repo.
2. Rename the following to match your repository &amp; package name:
    - namespace: `Askedio\LaravelVendorPackage`
    - composer package name: `askedio/laravel-vendor-package`
    - resource namespace: `LaravelVendorPackage`
3. Add to .
4. Using your details, install with commands below.

Installation
============

[](#installation-1)

Install a fresh copy of Laravel then require the package:

```
composer create-project --prefer-dist laravel/laravel blog
cd blog
composer require askedio/laravel-vendor-package:dev-master

```

Register with config/app.php
----------------------------

[](#register-with-configappphp)

Register the service providers to enable the package:

```
Askedio\LaravelVendorPackage\Providers\AppServiceProvider::class,

```

Autoload it:

```
composer dumpautoload

```

Test with Laravel
-----------------

[](#test-with-laravel)

```
php artisan serv

```

Browse to

Test the Package
================

[](#test-the-package)

In the packages repository folder:

```
composer install
vendor/bin/phpunit

```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

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

---

Top Contributors

[![gcphost](https://avatars.githubusercontent.com/u/1173636?v=4)](https://github.com/gcphost "gcphost (24 commits)")

### Embed Badge

![Health badge](/badges/askedio-laravel-vendor-package/health.svg)

```
[![Health](https://phpackages.com/badges/askedio-laravel-vendor-package/health.svg)](https://phpackages.com/packages/askedio-laravel-vendor-package)
```

###  Alternatives

[markbaker/tries

PHP Classes for Trie datastructures

211.6k](/packages/markbaker-tries)

PHPackages © 2026

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