Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arslanoov/messenger-api
Messenger API
https://github.com/arslanoov/messenger-api
docker doctrine makefile nginx php php7 symfony
Last synced: 7 days ago
JSON representation
Messenger API
- Host: GitHub
- URL: https://github.com/arslanoov/messenger-api
- Owner: Arslanoov
- Created: 2021-03-09T17:40:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-04T16:42:47.000Z (over 3 years ago)
- Last Synced: 2023-03-05T14:13:51.201Z (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-depsStart websocket server
make websocket-initRun tests
make test
Run linter, code sniffer and static analyzers
make check