rest-full/plugins

Adds plugins to the framework for system use.

1.0.0 2024-01-27 08:32 UTC

This package is auto-updated.

Last update: 2024-04-27 09:18:20 UTC


README

About Rest-full Plugins

Rest-full Plugins is a small part of the Rest-Full framework.

You can find the application at: rest-full/app and you can also see the framework skeleton at: rest-full/rest-full.

Installation

  • Download Composer or update composer self-update.
  • Run php composer.phar require rest-full/plugins or composer installed globally compser require rest-full/plugins or composer.json "rest-full/plugins": "1.0.0" and install or update.

Usage

This ORM

<?php

require_once __DIR__ . '/../vendor/autoload.php';
require_once __DIR__.'/../config/pathServer.php';

use Restfull\Plugins\Abstration;

$plugin = new Abstration();
$plugin->startClass('Gmaps', [4]);
echo $plugin->treatment('render', ['']);

License

The rest-full framework is open-sourced software licensed under the MIT license.