ske-app
v0.0.1
Published
Create a new Ske Application
Downloads
2
Maintainers
Readme
Create a new Ske Application
Create web or cli applications with a basic architecture that can be extended or restricted depending on the nature of the project.
Installation
Install from Packagist using Composer:
composer create-project ske/app
Usage
<?php
$autoloader = require_once __DIR__ . '/php_packages/autoload.php';
//Add your code here...
Requirements
PHP 8.0.0 or above (at least 8.0.18 recommended to avoid potential bugs)
Security Reports
Please send any sensitive issue to [email protected]. Thanks!
License
ske/app is licensed under the Apache 2.0 License - see the LICENSE file for details.