Introduction
In this article, I reflect on my open source project and try to find the way to improve it.
Table Of Contents
- The Code Style
- The Dependencies
- The PHP version
- Conclusion
The Code Style
- The code standard is under the PSR-2 and use the StyleCI to fix them automatically.
- the code space which is before
->
and after->
is terrible.
The Dependencies
- The project contains the two branches.The one is Guzzle 5 and another one is Guzzle 6.I think it’ fine.
- The Guzzle 5/6 should not skipp the certification checking.Maybe let users fix this or add the cacert.pam in project.
The PHP version
- The PHP 5 and PHP 7 is fine, but I think add the recommendation to use the PHP 7.
Conclusion
In this article, I reflect on my project and try to make the project better.
If you have any suggestions, please feel free to send the comments to let me know.
Thanks.