https://github.com/arslanov-artur/messenger-api
Messenger API
https://github.com/arslanov-artur/messenger-api
docker doctrine makefile nginx php php7 symfony
Last synced: 11 months ago
JSON representation
Messenger API
- Host: GitHub
- URL: https://github.com/arslanov-artur/messenger-api
- Owner: arslanov-artur
- Created: 2021-03-09T17:40:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T16:42:47.000Z (almost 5 years ago)
- Last Synced: 2025-06-29T13:02:40.362Z (12 months ago)
- Topics: docker, doctrine, makefile, nginx, php, php7, symfony
- Language: PHP
- Homepage:
- Size: 3.23 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Messenger API
Written on Symfony
Start the project
make init
make install-deps
Start websocket server
make websocket-init
Run tests
make test
Run linter, code sniffer and static analyzers
make check