|
|
|
<div align="center">
|
|
|
|
<h3>WinderNet PHP Framework</h3>
|
|
|
|
<h2>Wiki</h2>
|
|
|
|
</div>
|
|
|
|
<h4>Autoloading</h4>
|
|
|
|
<hr />
|
|
|
|
<p>The framework uses [Composer's autoloading](https://getcomposer.org/doc/01-basic-usage.md#autoloading) functionalities.</p>
|
|
|
|
<h4>Entrypoint</h4>
|
|
|
|
<hr />
|
|
|
|
<p>A proper entrypoint of the framework would be public/index.php. An example is provided [here](https://gitlab.com/windernet/php/framework/-/blob/main/src/public/index.php).</p>
|
|
|
|
<p>However, it should also be fine to use only parts (modules or even single classes) of the framework, at any point of your project. Be aware of any dependencies; e.g. the database module depends on the configuration module.</p> |
|
|
|
\ No newline at end of file |