Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.16 KB

File metadata and controls

32 lines (25 loc) · 1.16 KB

author/package

License Docs CI

Describe the library.

Install

composer install author/package

Usage

use Neoncitylights\ExampleLibrary\HelloWorld;

$greet1 = HelloWorld::greet(); // 'Hello World'
$greet2 = HelloWorld::greet( 'Bob' ); // 'Hello Bob'

License

This software is licensed under the MIT license (LICENSE or http://opensource.org/licenses/MIT).

Contribution

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.