Recommend this page to a friend! |
Classes of Ahmad Mustapha | Inisev Sub PHP Email API | README.md | Download |
|
DownloadInisev Email SubscriptionEmail subscription system InstallationClone repo
Install composer packages
Generate app secret key
Edit .env file to provide necessary config Run migrations
UsageStart the server
You will then send json payload to each below endpoints.<br/> I use PhpStorm to send request to the endpoints, you can find the request config here Create UserPOST http://localhost:8000/api/users
Create WebsitePOST http://localhost:8000/api/websites
Create PostPOST http://localhost:8000/api/websites/posts
Make SubscriptionPOST http://localhost:8000/api/websites/subscriptions
Sending EmailExecute below command to send email to subscribers
|