nobanno/nobanno

Nobanno is a set of PHP classes to build applications quickly.

v2.1.5 2024-05-20 08:36 UTC

README

Nobanno is a set of PHP classes to build PHP applications quickly.

Release Information

This repo contains in development code for future releases as well as the current stable branch. Development code is contained in the develop branch.

Requirements

  • PHP version 8.0.0 or higher.

Installation

Standalone File

Simply drop Class.php in any project and call include 'Class.php'; in your project. You can then access the Class class. For example, Database.php.

Composer

composer require nobanno/nobanno

Documentation

https://skpaul.github.io/nobanno/

License

Nobanno is licensed under the MIT license.