rndoom04 / instagram
A example-template library for PHP.
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rndoom04/instagram
Requires
- php: >=7.4
This package is auto-updated.
Last update: 2025-09-13 04:33:25 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();