ozziest/example

PHP Package Example

0.1.0 2015-01-08 11:07 UTC

This package is not auto-updated.

Last update: 2024-04-23 14:39:41 UTC


README

PHP Package example.

Installation

To install through composer, simply put the following in your composer.json file:

{
    "require": {
        "ozziest/example": "dev-master"
    }
}
$ composer update

Usage

$example = new Ozziest\Example\Example;
echo $example->title('bu örnek bir başlıktır');
// > Bu Örnek Bir Başlıktır 

Licence

MIT