All Projects → nunomaduro → Skeleton Php

nunomaduro / Skeleton Php

Licence: mit
⚡️ This package provides a wonderful PHP skeleton to start building your next package idea.

Projects that are alternatives of or similar to Skeleton Php

Docker Skeleton Php
A simple Docker PHP development environment
Stars: ✭ 40 (-82.91%)
Mutual labels:  boilerplate, skeleton
Laravel Package Maker
Get a 📦 skeleton and all other `make` commands from laravel base for package development.
Stars: ✭ 89 (-61.97%)
Mutual labels:  package, skeleton
Laravel Packager
A cli tool for creating Laravel packages
Stars: ✭ 1,049 (+348.29%)
Mutual labels:  package, boilerplate
Akka Http Microservice
Example of http (micro)service in Scala & akka-http
Stars: ✭ 701 (+199.57%)
Mutual labels:  boilerplate, skeleton
Baumeister
👷 The aim of this project is to help you to build your things. From Bootstrap themes over static websites to single page applications.
Stars: ✭ 171 (-26.92%)
Mutual labels:  boilerplate, skeleton
Reactprimer
React component prototyping tool that generates fully connected class component code.
Stars: ✭ 743 (+217.52%)
Mutual labels:  boilerplate, skeleton
Slim3
Slim Framework 3 Skeleton Application
Stars: ✭ 70 (-70.09%)
Mutual labels:  boilerplate, skeleton
Koa Rest Api Boilerplate
💯 Boilerplate for Node.js Koa RESTful API application with Docker, Swagger, Jest, CodeCov and CircleCI
Stars: ✭ 420 (+79.49%)
Mutual labels:  boilerplate, skeleton
Express Typescript Boilerplate
A delightful way to building a RESTful API with NodeJs & TypeScript by @w3tecch
Stars: ✭ 2,293 (+879.91%)
Mutual labels:  boilerplate, skeleton
Package Skeleton Php
A skeleton repository for Spatie's PHP Packages
Stars: ✭ 126 (-46.15%)
Mutual labels:  package, skeleton
Lass
👧 Lass scaffolds a modern package boilerplate for Node.js
Stars: ✭ 615 (+162.82%)
Mutual labels:  package, boilerplate
Skeleton Nova Tool
A skeleton repository for Spatie's Nova Packages
Stars: ✭ 191 (-18.38%)
Mutual labels:  package, skeleton
Laravel Boilerplate
The Laravel Boilerplate Project - https://laravel-boilerplate.com - For Slack access, visit:
Stars: ✭ 5,239 (+2138.89%)
Mutual labels:  boilerplate, skeleton
Js Package Template
Boilerplate for creating a new javascript package
Stars: ✭ 16 (-93.16%)
Mutual labels:  package, boilerplate
Vim Doge
(Do)cumentation (Ge)nerator 10+ languages 📚 Generate proper code documentation skeletons with a single keypress. ⚡️🔥
Stars: ✭ 533 (+127.78%)
Mutual labels:  boilerplate, skeleton
Skeleton Vue
A skeleton for building Spatie's Vue components
Stars: ✭ 55 (-76.5%)
Mutual labels:  package, skeleton
Project Stub
deps
Stars: ✭ 300 (+28.21%)
Mutual labels:  boilerplate, skeleton
Webpack Boilerplate
A minimal webpack 5 boilerplate with only Babel, SASS and lodash (optional) on board
Stars: ✭ 404 (+72.65%)
Mutual labels:  boilerplate, skeleton
Oh My Fullstack
🚀 Full stack web application skeleton (Next.js, Redux, RxJS, Immutable, Express)
Stars: ✭ 99 (-57.69%)
Mutual labels:  boilerplate, skeleton
Essential React
A minimal skeleton for building testable React apps using Babel
Stars: ✭ 2,035 (+769.66%)
Mutual labels:  boilerplate, skeleton

Skeleton Php

GitHub Workflow Status (master) Total Downloads Latest Version License


This package provides a wonderful PHP Skeleton to start building your next package idea.

Requires PHP 7.4.0+

⚡️ Create your package using Composer:

composer create-project nunomaduro/skeleton-php --prefer-source PackageName

🧹 Keep a modern codebase with PHP CS Fixer:

composer lint

⚗️ Run static analysis using PHPStan:

composer test:types

✅ Run unit tests using PEST

composer test:unit

🚀 Run the entire test suite:

composer test

Skeleton PHP was created by Nuno Maduro 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].