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

https://github.com/mrsuh/php-generics-example


https://github.com/mrsuh/php-generics-example

php-generics

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# [PHP Generics](https://github.com/mrsuh/php-generics) example repository

### Quick start

Install dependencies
```bash
composer install
```

Generate concrete classes
```bash
composer dump-generics -vv
```

Generate autoload
```bash
composer dump-autoload
```

Run script
```bash
php bin/test.php
```