ozziest / example
PHP Package Example
0.1.0
2015-01-08 11:07 UTC
Requires (Dev)
- phpunit/phpunit: 4.4.*
This package is not auto-updated.
Last update: 2026-02-24 22:58:48 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