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: 2025-01-28 17:56:31 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