0.0.1 • Published 2 years ago

ske-app v0.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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 report@foss.sikessem.com. Thanks!

License

ske/app is licensed under the Apache 2.0 License - see the LICENSE file for details.