SocialPoster is an application that lets users schedule and post to Social Media.
This taks requires the Developer to build a foundation application that will do the following :
- Create Text Only Social Post
- Post to multiple Social Networks at once.
The user is free to choose any Social network they prefer. Credentials are to be stored in a configuraiton file. The application doesn't have to have a pretty UI.
Key objectives :
- How well the code is organised.
- Ensure that the once can easily add support to additional 3rd party integrations with ease.
- Make it a composer Package (additional)
Hints :
- Use of basic OOP Practices
- Documentation / Comments
- PSR complience
Once done , submit a pull request.