Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbtcd/shorty-bundle
A Symfony bundle to generate and work with short URLs.
https://github.com/jbtcd/shorty-bundle
bundle php symfony
Last synced: about 1 month ago
JSON representation
A Symfony bundle to generate and work with short URLs.
- Host: GitHub
- URL: https://github.com/jbtcd/shorty-bundle
- Owner: jbtcd
- License: mit
- Created: 2021-08-29T20:59:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-27T09:33:13.000Z (over 1 year ago)
- Last Synced: 2024-09-30T16:22:32.216Z (about 2 months ago)
- Topics: bundle, php, symfony
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ShortyBundle for Symfony
[![@jbtcdDE on Twitter](http://img.shields.io/badge/twitter-%40jbtcdDE-blue.svg?style=flat)](https://twitter.com/jbtcdDE)
[![Build Status](https://app.travis-ci.com/jbtcd/shorty-bundle.svg?branch=main)](https://app.travis-ci.com/jbtcd/shorty-bundle)
[![license](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![packagist](https://img.shields.io/packagist/v/jbtcd/shorty-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/shorty-bundle)
[![downloads](https://img.shields.io/packagist/dt/jbtcd/shorty-bundle.svg?style=flat-square)](https://packagist.org/packages/jbtcd/shorty-bundle)
[![php version](https://img.shields.io/packagist/php-v/jbtcd/shorty-bundle?style=flat-square)](https://packagist.org/packages/jbtcd/shorty-bundle)A Symfony bundle for including the [Fitbit SDK for PHP](https://github.com/jbtcd/fitbit-sdk-php).
## Installation
To install, use composer:
```bash
$ composer require jbtcd/shorty-bundle
```Composer will aks you, if do you want to execute this recipe. You have to select `[y] Yes` at this point.
## Testing
``` bash
$ composer run tests
```## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.