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
- Host: GitHub
- URL: https://github.com/milan-miscevic/php-generics-playground
- Owner: milan-miscevic
- License: mit
- Created: 2020-10-21T15:53:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-24T17:24:59.000Z (over 4 years ago)
- Last Synced: 2025-02-04T15:43:13.851Z (4 months ago)
- Topics: php-generics, playground
- Language: PHP
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-generics-playground
[](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
```