All Projects → spatie → Package Skeleton Php

spatie / Package Skeleton Php

Licence: mit
A skeleton repository for Spatie's PHP Packages

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Package Skeleton Php

Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (+51.59%)
Mutual labels:  package, skeleton
Skeleton Php
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.
Stars: ✭ 234 (+85.71%)
Mutual labels:  package, skeleton
Tosin
Initialize a npm package with everything included, from CI to documentation website
Stars: ✭ 142 (+12.7%)
Mutual labels:  package, template
packager
Laravel Package Skeleton Generator - https://youtu.be/kQRQWzDEbGk
Stars: ✭ 20 (-84.13%)
Mutual labels:  package, skeleton
Bcf Skeleton
BigClown Firmware Skeleton (Empty Application)
Stars: ✭ 14 (-88.89%)
Mutual labels:  skeleton, template
Skeleton Vue
A skeleton for building Spatie's Vue components
Stars: ✭ 55 (-56.35%)
Mutual labels:  package, skeleton
Opengl cmake skeleton
❤️ A ready to use cmake skeleton using GLFW, Glew and glm. 👍
Stars: ✭ 118 (-6.35%)
Mutual labels:  skeleton, template
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (+233.33%)
Mutual labels:  skeleton, template
Ansible Skeleton
The skeleton to create new ansible roles.
Stars: ✭ 5 (-96.03%)
Mutual labels:  skeleton, template
Laravel Tabler
Laravel Package for integrating Tabler template and this package is Laravel Mix friendly.
Stars: ✭ 20 (-84.13%)
Mutual labels:  package, template
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (-29.37%)
Mutual labels:  package, skeleton
Pharbuilder
Create Phar of Composer based PHP application
Stars: ✭ 122 (-3.17%)
Mutual labels:  package
Template Compiler
Compile text/template / html/template to regular go code
Stars: ✭ 120 (-4.76%)
Mutual labels:  template
Template
A super-simple way to create new projects based on templates.
Stars: ✭ 120 (-4.76%)
Mutual labels:  template
Dev Folio
🔥 A collection of Free Portfolio templates for developers.
Stars: ✭ 120 (-4.76%)
Mutual labels:  template
Roadrunner Laravel
[ABANDONED] Moved to https://github.com/spiral/roadrunner-laravel
Stars: ✭ 124 (-1.59%)
Mutual labels:  package
String template
A template engine for Rails, focusing on speed, using Ruby's String interpolation syntax
Stars: ✭ 122 (-3.17%)
Mutual labels:  template
Jeayeson
A very sane (header only) C++14 JSON library
Stars: ✭ 119 (-5.56%)
Mutual labels:  template
Laravel Optimus
Transform your internal id's to obfuscated integers based on Knuth's integer hash. Laravel wrapper for the Optimus Library by Jens Segers with multiple connections support.
Stars: ✭ 119 (-5.56%)
Mutual labels:  package
Simpleopenni
SimpleOpenNI library for Processing 3.5.2, 3.4, 3.3.7, 3.3.6 on MacOS for V1 and V2
Stars: ✭ 124 (-1.59%)
Mutual labels:  skeleton

:package_description

Latest Version on Packagist GitHub Tests Action Status Total Downloads

Note: Run ./configure-skeleton to get started, or manually replace :author_name :author_username :author_email :vendor_name :package_name :package_description with their correct values in README.md, CHANGELOG.md, CONTRIBUTING.md, LICENSE.md and composer.json files, then delete this line.

This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.

Support us

We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.

Installation

You can install the package via composer:

composer require :vendor_name/:package_name

Usage

$skeleton = new Spatie\Skeleton();
echo $skeleton->echoPhrase('Hello, Spatie!');

Testing

composer test

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see 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].