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

https://github.com/milan-miscevic/php-generics-playground

Examples of generics in PHP, made for my friend
https://github.com/milan-miscevic/php-generics-playground

php-generics playground

Last synced: about 2 months ago
JSON representation

Examples of generics in PHP, made for my friend

Awesome Lists containing this project

README

        

# php-generics-playground

[![PDS Skeleton](https://img.shields.io/badge/pds-skeleton-blue.svg?style=flat-square)](https://github.com/php-pds/skeleton)

This repository provides examples of generics in PHP. It is made for my friend.

## Installation

Fetch dependencies with Composer.

```bash
composer install
```

## Composer commands

Unit tests and code coverage:

```bash
composer test
composer coverage
```

Code fixing:

```bash
composer fix
```

Static analysis:

```bash
composer phpstan
composer psalm
```