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
Requires
- theusdido/miles-library: ^1.0.1
This package is auto-updated.
Last update: 2025-05-12 01:12:15 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 ... ?>