Download the PHP package tigress/core without Composer
On this page you can find all versions of the php package tigress/core. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package core
Tigress Core
The Core module of the Tigress Framework
Installation
You can create a new Tigress project by using composer. `
Documentation
The Core load following modules:
Automatically loaded
- Twig (Template Engine)
Manually loaded through the 'config/config.json' file
- Tigress Database (Database Connection)
JSON Configuration
config.json
This file contains all the configuration information for the application.
This includes the following:
- Database Connection
router.json
This file contains all the routes for the application. The included sample file contains working examples of the following routes:
- GET / (Home Page)
- GET /version (Version Page)
- GET /api/database/get (Database API)
- POST /api/database/post (Database API)
- PUT /api/database/put (Database API)
Database API
This is a very powerful tool that allows you to interact with the database directly without the need of using the website. If your not planning to use this feature, you can remove the routes from the 'router.json' file.
This is done through a RESTful API. The header needs to contain the following:
- Content-Type: application/json
- Username:
- Password:
- Database:
The body needs to contain the following:
- Table:
- Query:
(MySQL Query through keybindings) - Keybindings:
(Key + Value to use in the Query) - Data:
(The data for the table, used with POST/PUT)
All versions of core with dependencies
PHP Build VersionPackage VersionRequires php Version >=8.3
ext-dom Version *
dompdf/dompdf Version >=v3.0.0
twig/twig Version >=v3.14.2
twig/intl-extra Version >=v3.13.0
The package tigress/core contains the following files
Loading the files please wait .... - Query: