rest-full/container

Container that will instantiate your classes.

1.0.0 2024-01-27 08:30 UTC

This package is auto-updated.

Last update: 2024-04-27 12:16:19 UTC


README

About Rest-full Container

Rest-full Container 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/container or composer installed globally compser require rest-full/container or composer.json "rest-full/container": "1.0.0" and install or update.

Usage

This Container

<?php

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

use Restfull\Container\Instances;

$instance = new Instances();
echo $instance->renameClass('c:\xampp\htdocs\Restfull/Container\Casa');

License

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