inno/telthemweb

The Telthem framework is a simple PHP framework that helps to create web apps without too much hassle.

This package is auto-updated.

Last update: 2024-04-28 09:52:40 UTC


README

What is Teltheweb Framwork?

Teltheweb is a PHP full-stack web framework that is light, fast, flexible and secure developed by Innocent Tauzeni from Zimbabwe

Repository Management

We use GitHub issues, in our main repository, to track BUGS and to track approved DEVELOPMENT work packages.

This repository is a "distribution" one, built by our release preparation script. Problems with it can be raised on our forum, or as issues in the main repository.

Contributing

We welcome contributions from the community.

Server Requirements

PHP version 7.4 or higher is required, with the following extensions installed:

Additionally, make sure that the following extensions are enabled in your PHP:

  • json (enabled by default - don't turn it off)
  • mysqlnd if you plan to use MySQL
  • libcurl if you plan to use the HTTP\CURLRequest library