nabu-3/minimal-class

nabu-3 Minimal base class for all nabu-3 packages

3.0.5 2019-07-25 06:48 UTC

This package is auto-updated.

Last update: 2024-04-25 17:36:24 UTC


README

GitHub Build Status Quality Gate Status Maintainability Rating Reliability Rating Security Rating

This is a base implementation of classes, interfaces and traits used to build all the other libraries provided by nabu-3 project. You can use this library at your convenience and stay out of the nabu-3 core framework to allow other nabu-3 projects to live independently and to be used outside this framework.

Package is provided under Apache 2.0 license and you can use it under those terms.

Install package

The package is deployed using composer and packagist and you can install it with this command:

composer require nabu-3/minimal-class

How to use in your project

To use this package, you only need to include the autoload file of vendor folder:

require_once 'vendor/autoload.php'