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

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

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 04:08:36 +00:00
.github Bump shivammathur/setup-php from 2.32.0 to 2.33.0 2025-04-16 04:08:36 +00:00
admin Ensure all `statusCode`/`errorCode` API values are strings (#3756) 2024-05-08 13:42:39 +02:00
css Login Page Accessibility (#3660) 2025-03-25 15:49:34 +00:00
images Fix SVG for IE 11 (#2864) 2021-03-08 11:51:04 +01:00
includes Update GeoIP DB 2025-04-14 13:43:04 +00:00
js When adding URLs, new HTML rows should have unique HTML IDs. (#3431) 2022-10-04 20:06:48 +02:00
tests Revert added exception in the sandbox (#3893) 2025-04-06 15:46:07 -05: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 Release version 1.10.0 (#3864) 2025-04-03 14:30:11 +02:00
LICENSE license meta tweaks 2017-11-28 13:09:05 +01:00
README.md Update CI badge syntax 2024-12-15 14:09:19 +01:00
composer.json Upgrade dependencies to match PHP 8.1+ requirement 2025-03-03 23:45:01 +01:00
composer.lock Upgrade dependencies to match PHP 8.1+ requirement 2025-03-03 23:45:01 +01:00
phpunit.xml.dist Fix all PHPUnit tests errors and compatiblity issues (#3871) 2025-03-21 14:01:34 +01:00
readme.html Switch PHP version from recommendation to requirement 2025-03-03 23:45:01 +01: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 Ensure all `statusCode`/`errorCode` API values are strings (#3756) 2024-05-08 13:42:39 +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.