Skip to content
/ php-basic-skeleton Public template

πŸ˜πŸš€ PHP Basic Skeleton: Bootstrap your new projects using this Composer Project

License

Notifications You must be signed in to change notification settings

CodelyTV/php-basic-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

PHP Bootstrap (base / project skeleton)

Latest Version on Packagist Software License Build Status Quality Score Total Downloads

Introduction

This is a repository intended to serve as a starting point if you want to bootstrap a project in PHP.

It could be useful if you want to start from scratch a kata or a little exercise or project.

How To Start

  1. If you don't have it already, install Composer.
  2. Create your project based on this bootstrap repo: composer create-project codelytv/php-bootstrap your-kata-name.
  3. Run all the checks: composer test. This will do some checks that you can perform with isolated commands:
    1. PHP Parallel Lint: composer lint.
    2. PHP Style Check: composer style. If you want to fix style issues automatically: composer fix-style.
    3. PHP Unit: composer phpunit.
  4. Start coding!

Helpful resources

PHP 7

PHPUnit 5.5

Refactoring

Other programming languages

About

This hopefully helpful utility has been developed by CodelyTV and Contributors.

We'll try to maintain this project as simple as possible, but Pull Requests are welcomed!

License

The MIT License (MIT). Please see License File for more information.

About

πŸ˜πŸš€ PHP Basic Skeleton: Bootstrap your new projects using this Composer Project

Topics

Resources

License

Stars

Watchers

Forks

Contributors 3

  •  
  •  
  •  

Languages