Forkor is a service that provides a shortened URL feature that allows you to redirect any URL with a short URL.
Shortened URL services are well known in the web world since they have been in use for a long time. Some of the most famous ones include "Google URL Shortener" and "Bit.ly" etc. However, the former service has already been discontinued and is not available to new users, while the latter is a paid service. Also the use of third party shortened URL services can have the following risks.
Therefore, you can avoid these risks by setting up your own shortened URL service using Forkor. You can use it permanently unless you terminate the service yourself, and there are no restrictions. Also, by using the same domain name as the host for the shortened URL, it is clear to all users that the redirected site is a URL registered and managed by that domain site, so there is no concern about the redirect destination.
Best of all, Forkor is an open-source, so it's free to use forever.
The operating environment of the current version of Forkor is as follows.
We have not checked all versions of the middlewares to make sure it works. If it doesn't work in the environment we recommend, we're glad to let me know on Issues.
Where you want to install Forkor on your own host or domain site, you should fetch the application files. Because where the Forkor installation path becomes a shortened URL base URL, so the shortest possible name directory underneath or in the document root directory, for example.
$ cd {Install Path}
$ git clone https://github.com/ka215/forkor.git .
$ composer install
Next, go to install.php
on the Forkor installation path in your browser, please. When the installer page appears, fill in the required fields and run the installation. If the settings are correct, the necessary tables will be created in the database and all configuration files will be automatically saved.
Now you're ready to go. Easy, right?
The main features of Forkor are as follows:
These are all available after installation.
More details will be forthcoming.
This application project is just the beginning. We would like to make it easier to use, improve it, and grow steadily.
That is why we look for your cooperation.
Code and documentation copyright 2020 the ka2. Code released under the MIT License.