rndoom04/instagram

A example-template library for PHP.

v0.11 2023-06-12 23:52 UTC

This package is auto-updated.

Last update: 2025-03-13 03:34:32 UTC


README

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();