Description of the library. This is an example for a library README. Change it to fit your specific project
Using composer:
composer require vendor/package
use My\Super\Library;
$library = new Library();
$library->doSomething();
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request on GitHub.
This project is licensed under the MIT License - see the LICENSE file for details