Skip to content

Rndoom04/library-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EXAMPLE

Compatible with PHP >= 7.0.

This is a library-template for writing custom PHP library functions

Install

For PHP version >= 7.0:

composer require Rndoom04/example

How to use it

Firstly init the library by simply "use".

use Rndoom04\example;

Then set load the library and set it how you want.

$spamdetector = new \Rndoom04\example\example();

Releases

No releases published

Packages

No packages published

Languages