Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Design patterns written in PHP 8
- Host: GitHub
- URL: https://github.com/celyes/php8-design-patterns
- Owner: celyes
- License: mit
- Created: 2020-07-02T15:48:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-14T10:37:13.000Z (over 2 years ago)
- Last Synced: 2024-09-29T20:03:57.485Z (3 months ago)
- Topics: desing-patterns, patterns, php, php8, php80, php81
- Language: PHP
- Homepage:
- Size: 162 KB
- Stars: 73
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)