Your Own URL Shortener - the 𝑑𝑒 𝑓𝑎𝑐𝑡𝑜 standard self hosted URL shortener in PHP 🔗 https://yourls.org/
 
 
 
 
Go to file
dependabot[bot] 43c5855415 Bump shivammathur/setup-php from 2.30.0 to 2.30.1
Bumps [shivammathur/setup-php](https://github.com/shivammathur/setup-php) from 2.30.0 to 2.30.1.
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](https://github.com/shivammathur/setup-php/compare/2.30.0...2.30.1)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-26 04:09:03 +00:00
.github Bump shivammathur/setup-php from 2.30.0 to 2.30.1 2024-03-26 04:09:03 +00:00
admin Fixes bookmarklets with URL containing special chars (#3527) 2023-02-26 14:11:33 +01:00
css SVG icons (#2822) 2021-02-08 23:29:48 +01:00
images Fix SVG for IE 11 (#2864) 2021-03-08 11:51:04 +01:00
includes Update GeoIP DB (#3713) 2024-03-25 08:41:57 -05:00
js When adding URLs, new HTML rows should have unique HTML IDs. (#3431) 2022-10-04 20:06:48 +02:00
tests Use sandbox for all included files (#3478) 2023-02-12 13:31:46 +01:00
user No hyphen in random keywords (#3353) 2022-05-29 14:18:34 +02:00
.editorconfig Fix that fucking encoding problem (#2690) 2020-10-10 16:09:36 +02:00
.gitattributes Mark vendor files as generated 2022-02-23 12:22:08 +01:00
.gitignore Add nonce to the logout link (#3264) 2022-04-02 13:49:37 +02:00
CHANGELOG.md Update CHANGELOG 2023-02-26 16:52:44 +01:00
LICENSE license meta tweaks 2017-11-28 13:09:05 +01:00
README.md Promote docs.yourls.org (#3291) 2022-04-19 17:51:57 +02:00
composer.json List required/suggested PHP extensions in composer.json (#3339) 2022-05-17 11:37:48 -05:00
composer.lock Bump dependencies 2023-01-07 18:36:41 +01:00
phpunit.xml.dist Revert 3090 & fix tests (#3188) 2022-01-09 17:46:21 +01:00
readme.html Update readme.html (#3669) 2023-11-24 07:36:37 -07:00
sample-public-api.txt Fix end of line 2013-04-07 12:52:52 +02:00
sample-public-front-page.txt Typofixes 2022-10-05 00:38:24 +02:00
sample-remote-api-call.txt Smarter domain convention in examples and source 2015-04-10 22:46:06 +02:00
sample-robots.txt Move /pages into /user (#2648) 2020-04-18 15:43:33 +02:00
yourls-api.php Add jsonp parameter in API as a fallback to match documentation (#2567) 2019-10-14 12:39:43 +02:00
yourls-go.php Smarter keyword sanitization (#2682) 2020-05-09 13:10:27 +02:00
yourls-infos.php Explicitely exit after redirection where needed (#3257) 2022-03-20 20:54:03 +01:00
yourls-loader.php Fix that fucking encoding problem (#2690) 2020-10-10 16:09:36 +02:00

README.md

YOURLS

Your Own URL Shortener

CI Scrutinizer Code Quality PHP Version Support Packagist OpenCollective OpenCollective

YOURLS is a set of PHP scripts that will allow you to run Your Own URL Shortener, on your server. You'll have full control over your data, detailed stats, analytics, plugins, and more. It's free and open-source.

Quick Start

Get YOURLS :

  • Download the latest release
  • Using Composer? You can simply composer create-project yourls/yourls . in an empty directory.

Install YOURLS:

  • Read yourls.org for starters
  • The complete documentation is on docs.yourls.org and contains everything from beginners to experts.

Community news, tips and tricks

Contributing

Feature suggestion? Bug to report?

Before opening any issue, please search for existing issues (open and closed) and read the Contributing Guidelines.

Backers

Do you use and enjoy YOURLS? Become a backer and show your support to our open source project.

Sponsors

Does your company use YOURLS? Ask your manager or marketing team if your company would be interested in supporting our project. Your company logo will show here. Help support our open-source development efforts by becoming a sponsor.

License

Free software. Do whatever the hell you want with it.
YOURLS is released under the MIT license.