Throughout my years of programming, before I created JiNexus Framework, I've been using various kinds of PHP frameworks and open-source projects—even
up to this day. I acknowledge those technologies for helping me throughout the time and molding me into the developer I am today, giving me a depth
of understanding of S.O.L.I.D. principles and various Design Patterns. Below is a short list of the projects that inspired JiNexus Framework.
-
Laminas & Mezzio – Not all but most of JiNexus Framework components are based or highly influenced by Laminas.
-
DesignPatternsPHP - JiNexus Framework referenced the best practices
and design pattern from DesignPatternsPHP.
-
S.O.L.I.D Principles
— JiNexus Framework aims to come easily be extended, modified, tested, and refactored without any problems by adhering to the guidelines
of S.O.L.I.D Principles.
-
PHP Standards Recommendations - JiNexus Framework referenced a standardization approach for PHP from PSR.
-
Bootstrap 4 - JiNexus Framework website is currently using the Bootstrap 4 docs.css theme.
I did some research if I am allowed to use their docs.css in my open-source or commercial projects and since docs.css is considered being part
of the Bootstrap package and falls under the same license as the rest of the framework. Yes! they allow it to be use, you may check their conversation
in this thread.
Thank you, open source.