Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lefuturiste/urlshortener
Simple php urlshortener based on slimframework3
https://github.com/lefuturiste/urlshortener
Last synced: 4 days ago
JSON representation
Simple php urlshortener based on slimframework3
- Host: GitHub
- URL: https://github.com/lefuturiste/urlshortener
- Owner: lefuturiste
- Created: 2017-08-31T18:28:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T18:21:54.000Z (about 7 years ago)
- Last Synced: 2024-05-18T12:47:05.392Z (6 months ago)
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Url Shortener
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 projectMove 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
## Enjoy !