|
|
|
|
|
by samsnelling
4054 days ago
|
|
I'm working on a similar project, although mine isn't OS yet. Overall, I enjoyed looking at some of the decisions you made! Good job. Might I suggest a few tools that have really helped me: [1 CodeSniffer - Set up some code rules! [2] Codacy - Good PHP support / An alternative is CodeClimate [3] PSR guidelines - This should help with some standardizing. ----- I'll be reviewing this more in depth later. Best of luck! [1] https://github.com/squizlabs/PHP_CodeSniffer [2] https://www.codacy.com/ [3] http://www.php-fig.org/psr/ |
|