All Projects → madeny → phpboilerplate

madeny / phpboilerplate

Licence: MIT license
PHP boilerplate with composer psr-4, phpunit and travis-ci.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phpboilerplate

Cargo Make
Rust task runner and build tool.
Stars: ✭ 895 (+5866.67%)
Mutual labels:  circleci, travis-ci
Monorepo
Showcase of how to manage building projects inside monorepo with Gradle as build tool and CircleCI, Bitbucket Pipelines, Travis CI or GitHub Actions as CI tool.
Stars: ✭ 129 (+760%)
Mutual labels:  circleci, travis-ci
Zemeroth
😠⚔️😈 A minimalistic 2D turn-based tactical game in Rust
Stars: ✭ 940 (+6166.67%)
Mutual labels:  circleci, travis-ci
Cibuildwheel
🎡 Build Python wheels for all the platforms on CI with minimal configuration.
Stars: ✭ 620 (+4033.33%)
Mutual labels:  circleci, travis-ci
Nevergreen
🐤 A build monitor with attitude
Stars: ✭ 170 (+1033.33%)
Mutual labels:  circleci, travis-ci
Awesome bot
✅ Validate links in awesome projects
Stars: ✭ 697 (+4546.67%)
Mutual labels:  circleci, travis-ci
Ci Matters
Integration (comparison) of different continuous integration services on Android project
Stars: ✭ 119 (+693.33%)
Mutual labels:  circleci, travis-ci
nest-boilerplate
Nest.js boilerplate with CircleCI, Commitizen, Commitlint, Docker-Compose, ESLint, GitHub Actions, Husky, Lint-staged, OpenAPI, Prettier, PostGreSQL, Travis CI, TypeORM
Stars: ✭ 16 (+6.67%)
Mutual labels:  circleci, travis-ci
Cypress Example Todomvc
The official TodoMVC tests written in Cypress.
Stars: ✭ 143 (+853.33%)
Mutual labels:  circleci, travis-ci
Ci Detector
Detect continuous integration environment and get information of current build
Stars: ✭ 138 (+820%)
Mutual labels:  circleci, travis-ci
Build Harness
🤖Collection of Makefiles to facilitate building Golang projects, Dockerfiles, Helm charts, and more
Stars: ✭ 236 (+1473.33%)
Mutual labels:  circleci, travis-ci
Dockerspec
A small Ruby Gem to run RSpec and Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
Stars: ✭ 181 (+1106.67%)
Mutual labels:  circleci, travis-ci
Tfnotify
A CLI command to parse Terraform execution result and notify it to GitHub
Stars: ✭ 353 (+2253.33%)
Mutual labels:  circleci, travis-ci
Unity3d Gitlab Ci Example Mirror
🍴Mirror of the gableroux/unity3d-gitlab-ci-example project for Travis and CircleCI on Github. If you are looking for Github Actions, refer to https://github.com/game-ci/unity-actions-example instead.
Stars: ✭ 210 (+1300%)
Mutual labels:  circleci, travis-ci
Skyhook
Parses webhooks and forwards them in the proper format to Discord.
Stars: ✭ 263 (+1653.33%)
Mutual labels:  circleci, travis-ci
Molecule Ansible Docker Aws
Example project showing how to test Ansible roles with Molecule using Testinfra and a multiscenario approach with Docker, Vagrant & AWS EC2 as infrastructure providers
Stars: ✭ 72 (+380%)
Mutual labels:  circleci, travis-ci
build-status
Emacs minor mode that monitors and shows a buffer's build status in the mode line.
Stars: ✭ 26 (+73.33%)
Mutual labels:  circleci, travis-ci
CI-Utils
Utilities for running Common Lisp on CI platforms
Stars: ✭ 18 (+20%)
Mutual labels:  circleci, travis-ci
Ci Buildstats
Little widget to display AppVeyor, TravisCI, CircleCI, GitHub Actions or Azure Pipelines build history charts and other SVG badges.
Stars: ✭ 134 (+793.33%)
Mutual labels:  circleci, travis-ci
Anteater
Anteater - CI/CD Gate Check Framework
Stars: ✭ 174 (+1060%)
Mutual labels:  circleci, travis-ci

PHP boilerplate with composer psr-4, phpunit and travis-ci.

Instead of setting up a project everytime, just fork, and clone it every time you want to start a new project.

Create alias to quickly clone to create a new project

Put this line of code in your .zshrc if you are useing one then source ~/.zshrc

alias phpboil="git clone [email protected]:madeny/phpboilerplate.git $1"

You can change the alias as you wish! and you can change 'Sith' "Sith\\": "src/" under autoload on composer.json then run composer install if you wish to install phpunit: "^7.1" or just do composer dump-autoload -o and start coding!


Actions Status Build Status CircleCI

Travis-ci Alt text

Circleci Alt text

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