nabu-3 / minimal-class
nabu-3 Minimal base class for all nabu-3 packages
3.0.5
2019-07-25 06:48 UTC
Requires
- php: >=7.2
- ext-mbstring: >=7.2
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-12-25 19:27:53 UTC
README
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'