Download the PHP package braga/restapi-template without Composer
On this page you can find all versions of the php package braga/restapi-template. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download braga/restapi-template
More information about braga/restapi-template
Files in braga/restapi-template
Download braga/restapi-template
More information about braga/restapi-template
Files in braga/restapi-template
Vendor braga
Package restapi-template
Short Description Szablon rest api dla frameworku Braga
License MIT
Package restapi-template
Short Description Szablon rest api dla frameworku Braga
License MIT
Please rate this library. Is it a good library?
Informations about the package restapi-template
Braga RESTApi Project Template
Tepmplate project for Braga framework
<?php
namespace braga\project\config;
Config::putenv("DBCONNECTIONSTRING", "mysql:host=localhost");
Config::putenv("DBSCHEMA", "project");
Config::putenv("DBUSER", "root");
Config::putenv("DBPASS", "root");
Config::putenv("ISSUERREALMS", "https://auth.rubycon.info/auth/realms/interior");
Config::putenv("GELF_HOST", "");
Config::putenv("GELF_PORT", 0);
Config::putenv("LOG_LEVEL", "DEBUG");
Config::putenv("LOG_FILE", "" . __DIR__ . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . ".." . DIRECTORY_SEPARATOR . "log\\%s_%s.log");
Config::putenv("AUTH_CLIENT_ID", "project");
Config::putenv("AUTH_CLIENT_SECRET", "");
All versions of restapi-template with dependencies
PHP Build Version
Package Version
Requires
braga/db Version
~4.2
braga/tools Version ~4.3
php Version ~8.2
ext-mbstring Version *
ext-pdo Version *
ext-pdo_mysql Version *
braga/tools Version ~4.3
php Version ~8.2
ext-mbstring Version *
ext-pdo Version *
ext-pdo_mysql Version *
The package braga/restapi-template contains the following files
Loading the files please wait ....