PHPackages                             ptondereau/laravel-packme - 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. [Framework](/categories/framework)
4. /
5. ptondereau/laravel-packme

AbandonedArchivedLibrary[Framework](/categories/framework)

ptondereau/laravel-packme
=========================

A starter pack for developing a package with Laravel 5

2.1.1(7y ago)651153MITPHPPHP &gt;=5.6

Since Jun 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ptondereau/laravel-packme)[ Packagist](https://packagist.org/packages/ptondereau/laravel-packme)[ RSS](/packages/ptondereau-laravel-packme/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (5)Versions (14)Used By (0)

Laravel PackMe
==============

[](#laravel-packme)

[![Build Status](https://camo.githubusercontent.com/4f3e871db87a2384fe124804a1f68d14029a04e8fa69263acf83521aadbe82f0/68747470733a2f2f7472617669732d63692e6f72672f70746f6e6465726561752f6c61726176656c2d7061636b6d652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ptondereau/laravel-packme)[![Code Coverage](https://camo.githubusercontent.com/2326642845b6cbcaf834692aa6dd389d6a316a5ea7a97a7eefbeba6a00d978c8/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70746f6e6465726561752f6c61726176656c2d7061636b6d652f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ptondereau/laravel-packme/?branch=master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/0c288532a38e8c656512d5ebe73a99e922fb33bdb7738a31d44bc667c2bc1649/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f70746f6e6465726561752f6c61726176656c2d7061636b6d652f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ptondereau/laravel-packme/?branch=master)[![StyleCI](https://camo.githubusercontent.com/62552895719988f774cc5e02315eab087836af225dc11b85364a16a5f07e7b05/68747470733a2f2f7374796c6563692e696f2f7265706f732f36313131323037342f736869656c64)](https://styleci.io/repos/61112074)[![SensioLabsInsight](https://camo.githubusercontent.com/57341fded266bf9d0b08b74474a3feadcb4f5cacf4075d4951e57ffd1856fdc9/68747470733a2f2f696e73696768742e73656e73696f6c6162732e636f6d2f70726f6a656374732f65336161333464322d366539622d346633342d616234382d6636656232326665336339332f6d696e692e706e67)](https://insight.sensiolabs.com/projects/e3aa34d2-6e9b-4f34-ab48-f6eb22fe3c93)

Laravel PackMe is a project starter pack which combine all basic stuff (src, tests) in order to develop a package for Laravel 5.\*. It takes care about tests and best pratices I gathered over some cool repository. With one command line, you are ready to develop a package in good condition. It works like Laravel installer.

Most of this repository's common practices comes from [Graham Campbell](https://github.com/GrahamCampbell). You should follow him!

Laravel PackMe was created by, and is maintained by [Pierre Tondereau](https://github.com/ptondereau). It utilises [Laravel TestBench](https://github.com/GrahamCampbell/Laravel-TestBench) package. Feel free to check out the [change log](CHANGELOG.md), [license](LICENSE), and [contribution guidelines](CONTRIBUTING.md).

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

[](#installation)

Either [PHP](https://php.net) 5.5+ or [HHVM](http://hhvm.com) 3.6+ are required.

To get the latest version of Laravel PackMe, simply require the project using [Composer](https://getcomposer.org):

```
$ composer global require ptondereau/laravel-packme
```

Usage
-----

[](#usage)

```
$ packme create my-package
$ cd my-package/
$ composer install
```

This will prompt to you so question and it will create a folder `my-package/` with all prepared files. Such as laravel installer. You should review `composer.json`, `README.md` and `LICENSE`.

##### Further Information

[](#further-information)

There are other classes in this package that are not documented here. This is because they are not intended for public use and are used internally by this package.

License
-------

[](#license)

Laravel PackMe is licensed under [The MIT License (MIT)](LICENSE).

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 86.7% 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

Every ~65 days

Recently: every ~190 days

Total

13

Last Release

2881d ago

Major Versions

1.0.0 → 2.0.02016-06-15

PHP version history (2 changes)1.0.0PHP &gt;=5.5.9

2.1.1PHP &gt;=5.6

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/267503386?v=4)[rooferz](/maintainers/rooferz)[@Rooferz](https://github.com/Rooferz)

---

Top Contributors

[![ptondereau](https://avatars.githubusercontent.com/u/4287777?v=4)](https://github.com/ptondereau "ptondereau (39 commits)")[![ahuggins](https://avatars.githubusercontent.com/u/1791228?v=4)](https://github.com/ahuggins "ahuggins (6 commits)")

---

Tags

laravellaravel-installerlaravel-packmepackageframeworklaravelpackageproviderstarterpackme

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/ptondereau-laravel-packme/health.svg)

```
[![Health](https://phpackages.com/badges/ptondereau-laravel-packme/health.svg)](https://phpackages.com/packages/ptondereau-laravel-packme)
```

###  Alternatives

[jsdecena/laracom

Laravel powered e-commerce

2.0k4.4k](/packages/jsdecena-laracom)[jsdecena/laravel-passport-multiauth

Simple laravel passport multiple user authentication

501.1k](/packages/jsdecena-laravel-passport-multiauth)[rcv/core

Enterprise-Grade Modular Architecture for Laravel Applications - A powerful Laravel package that revolutionizes application development with robust Service Repository Pattern, Dynamic Module Management, and 50+ Artisan commands for scalable, maintainable applications.

131.2k](/packages/rcv-core)

PHPackages © 2026

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