All Projects → iranianpep → php-base-project

iranianpep / php-base-project

Licence: MIT license
A Composer ready package to start a new PHP 7 project

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to php-base-project

nodejs-hackathon-boilerplate-starter-kit
Just a Hackaton/Startup Full-stack node.js starter
Stars: ✭ 37 (+117.65%)
Mutual labels:  starter-template, starter-kit, template-project
laravel-startkit
Laravel Admin Dashboard, Admin Template with Frontend Template, for scalable Laravel projects. It is to save your time when You start with new scalable Laravel projects with many features Bootstrap, cooreui, infyom admin Generator, roles and permissions, translatable models, spatie media and much more
Stars: ✭ 55 (+223.53%)
Mutual labels:  starter-template, starter-kit
sass-starter-pack
Sass starter files using Gulp v4.0.0 🔥
Stars: ✭ 34 (+100%)
Mutual labels:  starter-template, starter-kit
materializecss starter
A Starter Boilerplate for Materializecss, ionicons, font-awesome and Animatecss
Stars: ✭ 58 (+241.18%)
Mutual labels:  starter-template, starter-kit
Webpack Typescript Starter
A simple Webpack 2 + TypeScript starter
Stars: ✭ 117 (+588.24%)
Mutual labels:  starter-template, starter-kit
Next Js Blog Boilerplate
🚀 Nextjs Blog Boilerplate is starter code for your blog based on Next framework. ⚡️ Made with Nextjs, TypeScript, ESLint, Prettier, PostCSS, Tailwind CSS.
Stars: ✭ 134 (+688.24%)
Mutual labels:  starter-template, starter-kit
saas-react-starter-kit-boilerplate
SaaStr is a React SaaS boilerplate to kickstart your new SaaS adventure as fast as possible. Built on top of Adonis JS for the BackEnd and React Starter Kit for the Front-End
Stars: ✭ 100 (+488.24%)
Mutual labels:  starter-template, starter-kit
Meteor Apollo Starter Kit
Meteor, Apollo, React, PWA, Styled-Components boilerplate
Stars: ✭ 91 (+435.29%)
Mutual labels:  starter-template, starter-kit
Dash-UI
Bootstrap 5 Admin & Dashboard Template - Dash-UI. Dash UI Kit is a free and open-source components and templates kit fully coded with Bootstrap 5.
Stars: ✭ 213 (+1152.94%)
Mutual labels:  starter-template, starter-kit
ampjucks
Boilerplate and base project to create static websites with AMP, Nunjucks and Gulp
Stars: ✭ 18 (+5.88%)
Mutual labels:  template-project, base-project
nodejs-starter-template
You can use this template when you're starting a new project by using Node.js, Express, and Mongoose. It contains general concepts, you can customize it according to your needs.
Stars: ✭ 54 (+217.65%)
Mutual labels:  starter-template, template-project
Hyperledger Typescript Boilerplate
This is a boilerplate that interacts between Hyperledger Fabric Peers and a front end.
Stars: ✭ 109 (+541.18%)
Mutual labels:  starter-template, starter-kit
Yii2 Starter Kit
Yii2 Starter Kit
Stars: ✭ 1,372 (+7970.59%)
Mutual labels:  starter-template, starter-kit
Minwiz
Minimal starter kit for under 2 KB sites
Stars: ✭ 228 (+1241.18%)
Mutual labels:  starter-template, starter-kit
Kotlin Mpp Standard
A standard setup for Kotlin multiplatform projects.
Stars: ✭ 92 (+441.18%)
Mutual labels:  starter-template, starter-kit
react-admin
基于React + ant-design的用作后台管理项目的脚手架
Stars: ✭ 96 (+464.71%)
Mutual labels:  starter-template, starter-kit
Phoenix react playground
An example setup for a Phoenix+React project with sensible defaults.
Stars: ✭ 80 (+370.59%)
Mutual labels:  starter-template, starter-kit
Blazorboilerplate
Blazor Boilerplate / Starter Template with MatBlazor
Stars: ✭ 1,258 (+7300%)
Mutual labels:  starter-template, starter-kit
botfuel-sample-starter
Starter bot using Botfuel Dialog
Stars: ✭ 24 (+41.18%)
Mutual labels:  starter-template, starter-kit
run-aspnetcore-basics retired
One Solution - One Project for web application development with Asp.Net Core & EF.Core. Only one web application project which used aspnetcore components; razor pages, middlewares, dependency injection, configuration, logging. To create websites with minimum implementation of asp.net core based on HTML5, CSS, and JavaScript. You can use this boi…
Stars: ✭ 15 (-11.76%)
Mutual labels:  starter-template, starter-kit

PHP Base Project

A Composer ready package to start a new PHP 7 project including Composer, PHPUnit, Travis, CodeClimate and StyleCI. More info here.

Latest Stable Version Build Status Build Status Code Climate Test Coverage Code Coverage Scrutinizer Code Quality Issue Count License StyleCI Codacy Badge Packagist GitHub license

Server Requirements

  • PHP >= 7.4

Usage

  • First install this template:
composer create-project php-base-project/php-base-project
  • Find and replace all php-base-project, PHP Base Project and PhpBaseProject with your project root, name and namespace respectively.
  • Create an account on Travis, Scrutinizer and Code Climate and allow access to your repository
  • Update composer.json with the relevant information to your project
  • Update .travis.yml with your repository token from Code Climate
  • Update readme file with the right path to the badges
  • Update author name in the 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].