2017 © Pedro Peláez
 

library tsvlib

Useful classes and function library

image

marks12/tsvlib

Useful classes and function library

  • Tuesday, September 12, 2017
  • by marks12
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

TsvLib

Library of classes and functions, (*1)

Singleton

Simplest pattern. We can doing anything and be sure Singleton is exactly only one instance in program;, (*2)

<?php

declare(strict_type=1);

namespace MyNamespace;

use \TsvLib\Singleton;

class MyClass extends Singleton 
{

}

The Versions

12/09 2017

dev-master

9999999-dev https://github.com/marks12/TsvLib

Useful classes and function library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

php classes library

12/09 2017

0.0.3

0.0.3.0 https://github.com/marks12/TsvLib

Useful classes and function library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

php classes library

25/07 2017

0.0.2

0.0.2.0 https://github.com/marks12/TsvLib

Useful classes and function library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

php classes library

25/07 2017

0.0.1

0.0.1.0 https://github.com/marks12/TsvLib

Useful classes and function library

  Sources   Download

BSD-3-Clause

The Requires

  • php >=7.1

 

php classes library