https://github.com/arthur-arslanov/messenger-api
Messenger API
https://github.com/arthur-arslanov/messenger-api
docker doctrine makefile nginx php php7 symfony
Last synced: about 1 year ago
JSON representation
Messenger API
- Host: GitHub
- URL: https://github.com/arthur-arslanov/messenger-api
- Owner: arthur-arslanov
- 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-02-07T12:13:49.680Z (over 1 year 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