Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

V nechushkin/hw13v2 #650

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open

V nechushkin/hw13v2 #650

wants to merge 29 commits into from

Commits on Nov 19, 2022

  1. init base project structure

    getinweb committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    6a45bf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7b9d36 View commit details
    Browse the repository at this point in the history
  3. composer install

    getinweb committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    3b7ab20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7c9a48a View commit details
    Browse the repository at this point in the history
  5. moved & renamed index.php

    getinweb committed Nov 19, 2022
    Configuration menu
    Copy the full SHA
    7c53729 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    059469d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06642d2 View commit details
    Browse the repository at this point in the history
  3. added AppFactory with config

    getinweb committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    79be27e View commit details
    Browse the repository at this point in the history
  4. added Application class

    getinweb committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    05eb9e2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a2f85fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa92939 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4527a04 View commit details
    Browse the repository at this point in the history
  8. added ChatSocket service

    getinweb committed Nov 22, 2022
    Configuration menu
    Copy the full SHA
    bd619b0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b1d012 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    804ad88 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. fixed typo in ChatSocket.php

    getinweb committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    07459c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    498e327 View commit details
    Browse the repository at this point in the history
  3. fixed SocketFactory

    getinweb committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    2b2d957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c8a194 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2b06bf5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8b1c87 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. added diagrams

    getinweb committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    4d6ef41 View commit details
    Browse the repository at this point in the history
  2. added php-di/php-di

    getinweb committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    f4d180c View commit details
    Browse the repository at this point in the history
  3. refactored app

    getinweb committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    441d6fe View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    7b7b3af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f53555c View commit details
    Browse the repository at this point in the history
  3. composer required:

     - psalm
     - deptrac
     - php_codesniffer
    
     added Make commands for them
    getinweb committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    96181ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea28833 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27d2f1a View commit details
    Browse the repository at this point in the history