https://github.com/leopardd/bitly
:tada: Url shortener service e.g. https://bitly.com
https://github.com/leopardd/bitly
bitly shorten url-shortener url-shortener-microservice url-shortner
Last synced: about 2 months ago
JSON representation
:tada: Url shortener service e.g. https://bitly.com
- Host: GitHub
- URL: https://github.com/leopardd/bitly
- Owner: leopardd
- License: mit
- Created: 2017-02-10T01:42:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-31T04:15:20.000Z (over 8 years ago)
- Last Synced: 2025-03-18T14:11:26.731Z (8 months ago)
- Topics: bitly, shorten, url-shortener, url-shortener-microservice, url-shortner
- Language: PHP
- Homepage:
- Size: 173 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README-note.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Note
## Cli
```
composer create-project symfony/framework-standard-edition
composer create-project symfony/framework-standard-edition bitly
composer dump-autoload
composer require [version]
composer require [...package-name[:version]]
composer require doctrine/doctrine-migrations-bundle "^1.0"
composer require doctrine/doctrine-migrations-bundle:^1.0 jms/serializer-bundle:^1.3 leopardd/url-shortener-bundle:^1.0
composer require --dev phpmd/phpmd:^2.6 phpspec/phpspec:^3.1 squizlabs/php_codesniffer:^2.8
composer remove
./bin/console server:run
./bin/console generate:bundle
./bin/console debug:router
./bin/console cache:clear
./bin/console security:check
./bin/phpspec desc "Leopardd\Bundle\UrlShortenerBundle\Service\RedirectService"
./bin/phpspec run
```
## In considering
```
friendsofsymfony/rest-bundle
codeception/codeception
jms/serializer-bundle
snc/redis-bundle
php-amqplib/rabbitmq-bundle
leezy/pheanstalk-bundle
rollbar/rollbar
predis/predis
facebook/graph-sdk
```