ozziest/example

PHP Package Example

Installs: 22

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 2

Open Issues: 0

pkg:composer/ozziest/example

0.1.0 2015-01-08 11:07 UTC

This package is not auto-updated.

Last update: 2025-10-07 21:22:06 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