An open API service indexing awesome lists of open source software.

https://github.com/jbzoo/skeleton-php

PHP Skeleton for new JBZoo projects
https://github.com/jbzoo/skeleton-php

jbzoo php php-skeleton phpunit skeleton test testing unit-testing

Last synced: 18 days ago
JSON representation

PHP Skeleton for new JBZoo projects

Awesome Lists containing this project

README

        

# JBZoo / __PACKAGE__

[![CI](https://github.com/JBZoo/__PACKAGE__/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/JBZoo/__PACKAGE__/actions/workflows/main.yml?query=branch%3Amaster) [![Coverage Status](https://coveralls.io/repos/github/JBZoo/__PACKAGE__/badge.svg?branch=master)](https://coveralls.io/github/JBZoo/__PACKAGE__?branch=master) [![Psalm Coverage](https://shepherd.dev/github/JBZoo/__PACKAGE__/coverage.svg)](https://shepherd.dev/github/JBZoo/__PACKAGE__) [![Psalm Level](https://shepherd.dev/github/JBZoo/__PACKAGE__/level.svg)](https://shepherd.dev/github/JBZoo/__PACKAGE__) [![CodeFactor](https://www.codefactor.io/repository/github/jbzoo/__PACKAGE_LOW__/badge)](https://www.codefactor.io/repository/github/jbzoo/__PACKAGE_LOW__/issues)
[![Stable Version](https://poser.pugx.org/jbzoo/__PACKAGE_LOW__/version)](https://packagist.org/packages/jbzoo/__PACKAGE_LOW__/) [![Total Downloads](https://poser.pugx.org/jbzoo/__PACKAGE_LOW__/downloads)](https://packagist.org/packages/jbzoo/__PACKAGE_LOW__/stats) [![Dependents](https://poser.pugx.org/jbzoo/__PACKAGE_LOW__/dependents)](https://packagist.org/packages/jbzoo/__PACKAGE_LOW__/dependents?order_by=downloads) [![GitHub License](https://img.shields.io/github/license/jbzoo/__PACKAGE_LOW__)](https://github.com/JBZoo/__PACKAGE__/blob/master/LICENSE)

### Installing

```sh
composer require jbzoo/__PACKAGE_LOW__
```

### Usage

```php
use JBZoo\__NS__\__PACKAGE__;

// Just use it!
$object = new __PACKAGE__();
$object->doSomeStreetMagic(':)');
```

## Unit tests and check code style
```sh
make update
make test-all
```

### License

MIT