PHPackages                             sandpkg/mypkg - 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. sandpkg/mypkg

ActiveLibrary

sandpkg/mypkg
=============

06PHP

Since Jun 16Pushed 10y ago1 watchersCompare

[ Source](https://github.com/sand91/mypkg91)[ Packagist](https://packagist.org/packages/sandpkg/mypkg)[ RSS](/packages/sandpkg-mypkg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel 5's Package Boilerplate
===============================

[](#laravel-5s-package-boilerplate)

A custom made Laravel5 package boilerplate made for package development purpose, which contains publish code for :

- Config
- View
- Assets
- Migrations
- Seeds
- Routes

Usage
-----

[](#usage)

1- Clone this repository into your package development folder.

2- Change src/Package to your package name. Customize the package's composer.json autoload section to reflect the previous change.

3- Customize **Package/PackageServiceProvider** with the correct namespace and the name of your package, and replace the $packageNamespace attribute.

```
    protected $packageName = 'yourpackagename';
```

4- Add the package in your application's **composer.json** autoload section to make it available in your application.

```

"psr-4": {
            "App\\": "app/",
            "Vendor\\Package\\": "packages/vendor/package/src/Package"
        }

```

5- Run :

```
composer dump-autoload

```

6- Add the newly create package's service provider to your **config/app.php** provider's list.

7- Have fun!

Package dependencies
--------------------

[](#package-dependencies)

Laravel won't autoload the **vendor/** path in your package's development folder. Easiest workaround is to add them in your main application's composer.json.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

---

Top Contributors

[![sand91](https://avatars.githubusercontent.com/u/12167255?v=4)](https://github.com/sand91 "sand91 (3 commits)")

### Embed Badge

![Health badge](/badges/sandpkg-mypkg/health.svg)

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

PHPackages © 2026

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