jules/composer-demo

There is no license information available for the latest version (v1.0.1) of this package.

A short demonstration for library creation

v1.0.1 2018-04-29 19:08 UTC

This package is not auto-updated.

Last update: 2025-07-01 11:53:22 UTC


README

A short demonstration for library creation with composer.

Installation

Install the latest version with

$ composer require jules/composer-demo

Basic Usage

<?php

use tips\Tips;

// Print random tips
echo Tips::getRandom();

Change log

v1.0.1

  • fix typo

v1.0.0

  • initial release