Skip to content

salarmotevalli/symfony-async

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Symfony Queue

A sample implementation of async messenger in Symfony frameworke and integrate it with Docker

Run Server

make build_server
make i
make up

Usage

curl -H "Content-type: application/json" 'http://0.0.0.0:8080/report/orders' -X POST -d '{"name": "salar", "email": "[email protected]"}'

Response

{"message":"report sent to salar email: [email protected]"}

Then open and check http://0.0.0.0:1080/ the Mailcatcher endpoin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published