# _SelfLoader

Use _Self Loader to avoid include PHP classes.


## Uses of _SelfLoader

* Set your root directory in **config.json**
* Go to **bin** and run **php loader.php** using your terminal or power shell or cmd
* Add **autoload.php**

```
require_once "lib/_SelfLoader/autoload.php";
```

## Benefits

* No any software to use. It does run with PHP command.
* Lightweight.
* You don't need to include any class, if you are using it.
* It will load all the PHP classes. No matter where you placed in your root folder. 


## Requires

* It only works with OOPs.
* Need to use namespace.

Thanks, Happy coding :)
CodeClouds <sales@codeclouds.com>