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
Requires (Dev)
- phpunit/phpunit: 4.4.*
This package is not auto-updated.
Last update: 2025-10-21 21:33:43 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