All Projects → cleaniquecoders → packager

cleaniquecoders / packager

Licence: MIT license
Laravel Package Skeleton Generator - https://youtu.be/kQRQWzDEbGk

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to packager

Package Skeleton Php
A skeleton repository for Spatie's PHP Packages
Stars: ✭ 126 (+530%)
Mutual labels:  package, skeleton
Skeleton Vue
A skeleton for building Spatie's Vue components
Stars: ✭ 55 (+175%)
Mutual labels:  package, skeleton
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (+855%)
Mutual labels:  package, skeleton
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (+345%)
Mutual labels:  package, skeleton
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+1070%)
Mutual labels:  package, skeleton
FinMesh
A python package that brings together financial and economic data.
Stars: ✭ 20 (+0%)
Mutual labels:  package
laravel-skeleton
Скелет приложения на базе Laravel 5.3/5.4
Stars: ✭ 48 (+140%)
Mutual labels:  skeleton
Dynamic-Parkour-System
Dynamic Parkour System is a FREE plugin for Unity that allows anyone to import any model and have an already working controller with parkour capabilities like in Assassin's Creed games.
Stars: ✭ 694 (+3370%)
Mutual labels:  package
SwiftPackage
🏆 Template to make a Swift package
Stars: ✭ 37 (+85%)
Mutual labels:  package
toggler
Atom plugin - Toggle words and symbols
Stars: ✭ 21 (+5%)
Mutual labels:  package
MTG-Card-Reader-Web
MTG-Card-Reader 2.0, built as a webpage.
Stars: ✭ 21 (+5%)
Mutual labels:  skeleton
elm-generative
Making generative art in Elm
Stars: ✭ 23 (+15%)
Mutual labels:  package
meteor-graphql
Compiler plugin that supports GraphQL files in Meteor
Stars: ✭ 56 (+180%)
Mutual labels:  package
parse it
A python library for parsing multiple types of config files, envvars & command line arguments that takes the headache out of setting app configurations.
Stars: ✭ 86 (+330%)
Mutual labels:  package
laravel-circuit-breaker
An implementation of the circuit breaker pattern for Laravel 5.6
Stars: ✭ 26 (+30%)
Mutual labels:  package
hunt-skeleton
hunt framework project template.
Stars: ✭ 20 (+0%)
Mutual labels:  skeleton
telegram
📚 Golang bindings for Telegram API
Stars: ✭ 15 (-25%)
Mutual labels:  package
loki
Proof-of-concept of emotion-targeted content delivery using machine learning and ARKit.
Stars: ✭ 76 (+280%)
Mutual labels:  security-vulnerability
BeFree
Website Security, Antivirus & Firewall || a powerful application that can secure your website against hackers, attacks and other incidents of abuse
Stars: ✭ 24 (+20%)
Mutual labels:  security-vulnerability
bento
Bento Toolkit is a minimal fedora-based container for penetration tests and CTF with the sweet addition of GUI applications.
Stars: ✭ 74 (+270%)
Mutual labels:  security-vulnerability

Build Status Latest Stable Version Total Downloads Scrutinizer Code Quality License

Packager

Laravel Standalone Package Creator

About Packager

Packager is a package to create your package directory structure, setup namespace, service provider, PSR-4 autoload easily.

Installation

composer global require cleaniquecoders/packager

Usage

Please refer to Wiki

Contributing

Thank you for considering contributing to the Laravel Standalone Package Creator!

Bug Reports

To encourage active collaboration, it is strongly encourages pull requests, not just bug reports. "Bug reports" may also be sent in the form of a pull request containing a failing test.

However, if you file a bug report, your issue should contain a title and a clear description of the issue. You should also include as much relevant information as possible and a code sample that demonstrates the issue. The goal of a bug report is to make it easy for yourself - and others - to replicate the bug and develop a fix.

Remember, bug reports are created in the hope that others with the same problem will be able to collaborate with you on solving it. Do not expect that the bug report will automatically see any activity or that others will jump to fix it. Creating a bug report serves to help yourself and others start on the path of fixing the problem.

Coding Style

Laravel Standalone Package Creator follows the PSR-2 coding standard and the PSR-4 autoloading standard.

You may use PHP CS Fixer in order to keep things standardised. PHP CS Fixer configuration can be found in .php_cs.

Security Vulnerabilities

If you discover a security vulnerability within Laravel Standalone Package Creator, please send an e-mail to Nasrul Hazim at [email protected]. All security vulnerabilities will be promptly addressed.

Test

To run the test, type vendor/bin/phpunit in your terminal.

To have codes coverage, please ensure to install PHP XDebug then run the following command:

$ vendor/bin/phpunit -v --coverage-text --colors=never --stderr

License

The Laravel Standalone Package Creator is open-sourced software licensed under the MIT license.

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].