Download the PHP package irpcpro/tele-link without Composer
On this page you can find all versions of the php package irpcpro/tele-link. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download irpcpro/tele-link
More information about irpcpro/tele-link
Files in irpcpro/tele-link
Download irpcpro/tele-link
More information about irpcpro/tele-link
Files in irpcpro/tele-link
Vendor irpcpro
Package tele-link
Short Description Tele Link (link shortener) a pure php project with custom micro framework.
License MIT
Package tele-link
Short Description Tele Link (link shortener) a pure php project with custom micro framework.
License MIT
Please rate this library. Is it a good library?
Informations about the package tele-link
TeleLink
Version: 1.0.0
Link shortening system (PHP) pure php project with custom micro framework.
Installation
Install this project via Composer:
Requires:
- php: "^7.4",
- vitodtagliente/pure-routing: "^1.0",
- rych/phpass: "^2.0",
- firebase/php-jwt: "^6.3",
- ext-json: "*",
- ext-mysqli: "*"
Database Configuration
for set your database configuration, edit config/app-config.php
Create Default Database Tables
Run this script to create database tables
Run Application
For run application, just need to run server on .\public\
Or run server on .\public\
directory.
Routes
- Login [POST]:
- Create Link [POST]
:warning: need authorization
- Get All Links [GET]
:warning: need authorization
- Delete Links [DELETE]
:warning: need authorization
- Edit Links [EDIT]
:warning: need authorization
All versions of tele-link with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
vitodtagliente/pure-routing Version ^1.0
rych/phpass Version ^2.0
firebase/php-jwt Version ^6.3
ext-json Version *
ext-mysqli Version *
vitodtagliente/pure-routing Version ^1.0
rych/phpass Version ^2.0
firebase/php-jwt Version ^6.3
ext-json Version *
ext-mysqli Version *
The package irpcpro/tele-link contains the following files
Loading the files please wait ....