theusdido/miles

Miles Framework - Fast development for back end.

Installs: 41

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

Type:project

v0.0.13 2022-11-12 11:42 UTC

README

Fast development for back end.

Install

Run the bellow command in the your favorite shell interface

  composer require theusdido/miles

Use

For to optimization all structure of the back end in PHP.

  <?php

    # Composer autoload
    require __DIR__.'vendor/autoload.php';

    # Miles Core
    use theusdido\miles\core;

    # Your Code ...

  ?>