Describe the library.
composer install author/packageuse Neoncitylights\ExampleLibrary\HelloWorld;
$greet1 = HelloWorld::greet(); // 'Hello World'
$greet2 = HelloWorld::greet( 'Bob' ); // 'Hello Bob'This software is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the MIT license, shall be licensed as above, without any additional terms or conditions.