Encurtador URL MongoDB: PHP URL shortener that stores URLs in MongoDB

Recommend this page to a friend!
  Info   View files View files (32)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2020-11-23 (23 days ago) RSS 2.0 feedNot yet rated by the usersTotal: 32 This week: 17All time: 10,045 This week: 11Up
Version License PHP version Categories
encurtador-url-mongo 1.0MIT/X Consortium ...5HTTP, PHP 5, Databases
Description Author

This package implements a PHP URL shortener application that stores URLs in MongoDB.

It provides an application that uses the model-view-controller design pattern to implement several types of actions the URL shortener application.

Currently it implements several actions like to store and retrieve information about short URLs stored in the MongoDB database:

- Create a short URL
- Retrieve the last short URLs that were accessed
- Get the details about a specific URL
- Update the statistics about the accesses to a given URL

Innovation Award
PHP Programming Innovation award nominee
November 2020
Nominee
Vote
URL shortener solutions are useful to help sharing URLs of Web site pages in a way that those URLs are shorter and easier to understand.

That may help to encourage users to share URLs just by typing them, as they need to type less characters to share the same URL that often may be very long.

This package provides a URL shortener solution that uses MongoDB, thus making it more feasible to scale a solution that can be used to share many more URLs using less resources from servers running PHP, than it would by using more traditional databases.

Manuel Lemos
Picture of Lucas de Oliveira
  Performance   Level  
Innovation award
Innovation award
Nominee: 5x

 

Details

Encurtador de URL com MongoDB

Minicurso de PHP com MongoDB - XI Semana da Computação UNISAL 2015

Requisitos

Instalação

  • `git clone https://github.com/deoliveiralucas/encurtador-url-mongodb.git`
  • `cd encurtador-url-mongodb`
  • `php composer.phar install`
  Files folder image Files  
File Role Description
Files folder imagepublic (1 file, 1 directory)
Files folder imagesrc (1 directory)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

 Version Control Unique User Downloads Download Rankings  
 100%
Total:32
This week:17
All time:10,045
This week:11Up

For more information send a message to info at phpclasses dot org.