Skip to content

allan2012/basic-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic tested PHP package

Just a simple way to get started with a basic well tested PHP package management. You can use it as a basic template to create a standard composer PHP package.

The testing is integrated with PHPUnit see https://phpunit.de/

Composer Installation

composer require allan/calc

Usage

<?php

use Calc\Calculator;

$c = new Calculator;
$sum = $c->add(3445,6677);
var_dump($sum);

About

Basic well tested PHP package management sample

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages