Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 570 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 570 Bytes

New Library

Description of the library. This is an example for a library README. Change it to fit your specific project

Installation

Using composer:

composer require vendor/package

Usage example

use My\Super\Library;

$library = new Library();
$library->doSomething();

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or a pull request on GitHub.

License

This project is licensed under the MIT License - see the LICENSE file for details