https://github.com/thiiagoms/php-object-calisthenics
Apply Object Calisthentics principles with PHP :elephant: :package:
https://github.com/thiiagoms/php-object-calisthenics
object-calisthenics php-oop
Last synced: 3 months ago
JSON representation
Apply Object Calisthentics principles with PHP :elephant: :package:
- Host: GitHub
- URL: https://github.com/thiiagoms/php-object-calisthenics
- Owner: thiiagoms
- Created: 2024-11-12T17:57:38.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-12T18:11:42.000Z (7 months ago)
- Last Synced: 2025-01-16T09:07:52.951Z (4 months ago)
- Topics: object-calisthenics, php-oop
- Language: PHP
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Object Calisthenics Principles
Applying best practices of Object Calisthenics with OOP and PHP :elephant:
### Dependencies :package:
- PHP 8.3+
- Composer
- PHP DS extension, click [here](https://www.php.net/manual/en/ds.installation.php) to install.### Run :rocket:
1. Clone:
```shell
$ git clone https://github.com/thiiagoms/php-object-calisthenics
$ cd php-object-calisthenics
php-object-calisthenics $
```2. Install dependencies:
```shell
php-object-calisthenics $ composer install -vvv
```3. Run tests:
```shell
php-object-calisthenics $ composer tests
```4. Run lint:
```shell
php-object-calisthenics $ composer lint
```