Hi @gildonei
So basically you want to use WhatsApp functionality?
What I would do:
- If I need to use a specific company like MessageBird or Twillio for example, I will search if there is already a Laravel package for this company .
- Otherwise, if I don't need a specific company, I will search for 'Laravel Whatsapp'
- If you can not find a Laravel package, search services/companies who offer Whatsapp. Check if they have a PHP API and use their code (it doesn't have to be made specifically for Laravel, you can also use there classes instead of a Laravel Helper or Facede, it's not required).
If you find a package:
- Check if it's not outdated, reviews, support (tickets), how many users are using the package, etc.
- Optional/if you have time: if you can not find a Laravel package but there is a PHP code/library, can you make a laravel package for this.