Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/celyes/php8-design-patterns

Design patterns written in PHP 8
https://github.com/celyes/php8-design-patterns

desing-patterns patterns php php8 php80 php81

Last synced: about 14 hours ago
JSON representation

Design patterns written in PHP 8

Awesome Lists containing this project

README

        

# PHP Design Patterns

The most well-known design patterns written in PHP 8

### Requirements

```
PHP: >= 8.0.0
```

### Install & configuration

install process is done using Composer:

```bash
composer require celyes/design-patterns
```

install dependencies:

```bash
composer install
```

You can also fork this repo and clone it.

### Contribution

any additions, improvements or modifications are welcome.

### Running tests

```bash
composer test

# for verbose tests
composer test:verobse
```

### Check code standards

```bash
composer check
```

### Analyzing code

```bash
composer analyse:src
```

### Issues

Issues can be opened [here](https://github.com/celyes/design-patterns-php/issues)