Code Monkey home page Code Monkey logo

php-library-starter-kit's Introduction

PHP Library Starter Kit

Starter kit for creating composer compatible library will help to add boilerplate code. Clone project and start library development with already configured tests, code coverage, code style and quality tools, betchmarking and CI.

Total Downloads Build Status Coverage Status Scrutinizer Code Quality Code Climate

Creating new project

Begin your new library with starter kit. Just create project:

composer create-project sokil/php-library-starter-kit my-php-library --prefer-source

Or you can just clone repo:

git clone https://github.com/sokil/php-library-starter-kit.git my-php-library

Composer commands

  • "test": start unit tests
  • "cover": generate code coverage report to file
  • "coveralls": send code coverage report to coveralls
  • "check-style": check code style by PSR2 rules
  • "fix-style": automatically fix style by PSR2 rules
  • "bench": run phpbench benchmarks,
  • "infection": run mutation tests

External tools

There are some usefull tools for library development, but they written on PHP > 7.0 and this library by default configured for PHP ">=5.3 || ^7.0". So this tools only suggested to be installed or may be installed globally as phar packages or global composer requirement.

PHPBench

Read more at http://phpbench.readthedocs.io. There is some configuration in phpbench.json. Also there is composer script to run infection: composer bench

Infection

Read more at https://infection.github.io. There is some configuration in infection.json.dist. Also there is composer script to run infection: composer infection

php-library-starter-kit's People

Contributors

sokil avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.