0.0.0 • Published 2 years ago

ske-pkg v0.0.0

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

Create a new Ske Package

Develop a new Ske package from a template.

Installation

Install from Packagist using Composer

  • as template:
composer create-project ske/pkg
  • as dependency:
composer require ske/pkg

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/pkg is licensed under the Apache 2.0 License - see the LICENSE file for details.