PHPackages                             truecastdesign/true - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. truecastdesign/true

ActiveLibrary[Framework](/categories/framework)

truecastdesign/true
===================

This library provides the base classes for running the True framework.

v4.8(4d ago)34551MITPHPPHP &gt;=8.2.0

Since Dec 11Pushed 3w ago2 watchersCompare

[ Source](https://github.com/truecastdesign/true)[ Packagist](https://packagist.org/packages/truecastdesign/true)[ RSS](/packages/truecastdesign-true/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (243)Used By (1)

True - Base classes for True framework

[![True Framework](https://raw.githubusercontent.com/truecastdesign/true/master/assets/TrueFramework.png "True Framework")](https://raw.githubusercontent.com/truecastdesign/true/master/assets/TrueFramework.png)

These classes form the basic functionality of True framework.

Requires PHP 8.2 or newer.

Install
-------

[](#install)

To install with composer:

```
$ composer require truecastdesign/true
```

### .htaccess file for Apache

[](#htaccess-file-for-apache)

```
AddHandler application/x-httpd-php .html .phtml .php

	RewriteEngine On

	RewriteBase /

	RewriteRule .? - [E=HEADER>Authorization:%{HTTP:Authorization}]

	RewriteCond %{REQUEST_FILENAME} !-f
	RewriteCond %{REQUEST_FILENAME} !-d
	RewriteRule ^ index.php [QSA,L]

```

Table of Contents
-----------------

[](#table-of-contents)

[App](./docs/App.md)

[Routing](./docs/Routes.md)

[Request](./docs/Request.md)

[Redirects](./docs/Redirects.md)

[DataCleaner](./docs/DataCleaner.md)

[Authentication](./docs/Auth.md)

[Authentication JWT](./docs/AuthenticationJWT.md)

[CSS Minify](./docs/CSSMini.md)

[Email SMTP](./docs/Email.md)

[File Uploads](./docs/File.md)

[Miscellaneous Functions](./docs/Functions.md)

[Google Authenticator](./docs/GoogleAuthenticator.md)

[Google Tag Manager](./docs/GoogleTagManager.md)

[HTTP Client](./docs/HttpClient.md)

[Log Parser](./docs/LogParser.md)

[Password Generator](./docs/PasswordGenerator.md)

[SEO](./docs/SEO.md)

[Template Filling](./docs/Templates.md)

[Validator](./docs/Validator.md)

[Task Queue](./docs/TaskQueue.md)

[Nonce Generator](./docs/Nonce.md)

[Caching](./docs/Caching.md)

[Folder](./docs/Folder.md)

[PHP View](./docs/PhpView.md)

[Rate Limiter](./docs/RateLimiter.md)

[Response](./docs/Response.md)

[Task Scheduler](./docs/TaskScheduler.md)

Files Setup
-----------

[](#files-setup)

### /public\_html/index.php

[](#public_htmlindexphp)

```
