All Projects â†’ svenluijten â†’ Package Skeleton

svenluijten / Package Skeleton

Licence: mit
📦 My base for PHP packages.

Projects that are alternatives of or similar to Package Skeleton

Eloquent Tree
Eloquent Tree is a tree model for Laravel Eloquent ORM.
Stars: ✭ 131 (+2083.33%)
Mutual labels:  laravel, laravel-package, composer
Sleepingowladmin
🦉 Administrative interface builder for Laravel (Laravel admin)
Stars: ✭ 671 (+11083.33%)
Mutual labels:  laravel, package, composer
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (+2283.33%)
Mutual labels:  laravel, package, composer
Laravel Stats
📈 Get insights about your Laravel or Lumen Project
Stars: ✭ 1,386 (+23000%)
Mutual labels:  laravel, laravel-package, composer
Laravel Gitscrum
GitScrum is a Project Management Tool, developed to help entrepreneurs, freelancers, managers, and teams Skyrocket their Productivity with the Agile methodology and Gamification.
Stars: ✭ 2,686 (+44666.67%)
Mutual labels:  laravel, laravel-package, package
Laravel Natural Language
This package makes using the Google Natural API in your laravel app a breeze with minimum to no configuration, clean syntax and a consistent package API.
Stars: ✭ 119 (+1883.33%)
Mutual labels:  laravel, laravel-package, package
Laravel Messenger
Simple user messaging package for Laravel
Stars: ✭ 2,140 (+35566.67%)
Mutual labels:  laravel, package, composer
Laravel Aws Sns
Laravel package for the AWS SNS Events
Stars: ✭ 24 (+300%)
Mutual labels:  laravel, laravel-package, package
Laravel Multilingual Routes
A package to handle multilingual routes in your Laravel application.
Stars: ✭ 241 (+3916.67%)
Mutual labels:  laravel, laravel-package, package
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (+3200%)
Mutual labels:  laravel, laravel-package, package
Laravel Google Translate
This package makes using the Google Translate API in your laravel app a breeze with minimum to no configuration, clean syntax and a consistent package API.
Stars: ✭ 97 (+1516.67%)
Mutual labels:  laravel, laravel-package, package
Jwt Auth Guard
JWT Auth Guard for Laravel and Lumen Frameworks.
Stars: ✭ 319 (+5216.67%)
Mutual labels:  laravel, laravel-package, composer
Laravel Pdf
A Simple package for easily generating PDF documents from HTML. This package is specially for laravel but you can use this without laravel.
Stars: ✭ 79 (+1216.67%)
Mutual labels:  laravel, laravel-package, package
Laravel Short Url
A Laravel package to shorten urls
Stars: ✭ 127 (+2016.67%)
Mutual labels:  laravel, laravel-package, package
Htmlcache
Laravel middleware to cache the rendered html
Stars: ✭ 35 (+483.33%)
Mutual labels:  laravel, package, composer
Telegram Bot Sdk
🤖 Telegram Bot API PHP SDK. Lets you build Telegram Bots easily! Supports Laravel out of the box.
Stars: ✭ 2,212 (+36766.67%)
Mutual labels:  laravel, laravel-package, composer
Nebula
Nebula is a minimalistic and easy to use administration tool for Laravel applications, made with Laravel, Alpine.js, and Tailwind CSS.
Stars: ✭ 190 (+3066.67%)
Mutual labels:  laravel, package, composer
video-downloader
Video Downloader for Facebook.
Stars: ✭ 63 (+950%)
Mutual labels:  package, composer, laravel-package
Laravel Server Monitor
Server Monitoring Command for Laravel Applications
Stars: ✭ 424 (+6966.67%)
Mutual labels:  laravel, laravel-package, composer
Laravel Notify
Flexible Flash notifications for Laravel
Stars: ✭ 787 (+13016.67%)
Mutual labels:  laravel, laravel-package

:package

:package

Latest Version on Packagist Total Downloads Software License Build Status StyleCI PhpStan

Short description of the package. What does it do and why should people download it? Brag a bit but don't exaggerate. Talk about what's to come and tease small pieces of functionality.

:namespace :package :styleci :hero

Index

Installation

You'll have to follow a couple of simple steps to install this package.

Downloading

Via composer:

$ composer require sven/:package

Or add the package to your dependencies in composer.json and run composer update on the command line to download the package:

{
    "require": {
        "sven/:package": "*"
    }
}

Registering the service provider

Is this a Laravel package?

Next, add the ServiceProvider to your providers array in config/app.php:

'providers' => [
    ...
    Sven\:namespace\ServiceProvider::class,
];

If you would like to load this package in certain environments only, take a look at sven/env-providers.

Usage

Some examples of the code. How should people use it, what options does this package provide? Should people be wary of some functionality?

Maybe some code?

Contributing

All contributions (pull requests, issues and feature requests) are welcome. Make sure to read through the CONTRIBUTING.md first, though. See the contributors page for all contributors.

License

sven/:package is licensed under the MIT License (MIT). Please see the license file for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].