lefuturiste / urlshortener
Simple php urlshortener based on slimframework3
Installs: 19
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- simplon/mysql: ^1.4
- slim/slim: ^3.8
- symfony/console: ^3.3
- symfony/yaml: ^3.3
- vlucas/phpdotenv: ^2.4
README
Simple php urlshortener based on slimframework3.
No configuration and no more code, this is like a CMS website
Installing application
Server Requirement
Require PHP 7.0 or higher
Require Mysql 5.5 or higher
Install with composer
Do a:
composer create-project lefuturiste/urlshortener
for download the project
Move in directory:
cd urlshortener
Run command line installer
php installer setup
In installer, anwser the question by your own configuration like: mysql database username, password and name of database.
Just follow the installer!
Configuration
Use .env
file for set the configuation.
Run application
You must set, in your webserver configuration the root path : public
Usage
Just simple two way:
- Use database
- Use the api (see wiki)
Please read the wiki for see all usages.
Support
Open an issue on this repository.
Contributing
For help everyone you can view the projet on Trello: https://trello.com/b/TwYu37PU/urlshortner