Cut.it is a simple and efficient URL shortener built on the Ryxo Framework (builded by me). It allows you to create concise and memorable short links for your long URLs. Streamline your links, enhance your online presence, and track click analytics with ease.
- Clone the Cut.it repository:
git clone https://github.com/Gyanendra-baghel/Cut.it.git
- Install dependencies:
composer install
- Navigate to the project directory:
cd public
- Run command:
php -S localhost:8000 -t public
- Visit http://localhost:8000 in your browser.
- Autoloading: Ryxo follows the PSR-4 autoloading standard. Make sure the
App
namespace points to yourapp/
directory.
"autoload": {
"psr-4": {
"App\\": "app/"
}
}
- Login/Signup: Use the login/signup features to manage and track your short links securely.
- Enter your long URL in the provided input field.
- Customize your short link if desired.
- Click "Shorten" to generate your shortened URL.
- Copy and share your new, streamlined link!
- User-Friendly Interface: Create short URLs in seconds with our intuitive platform.
- Customization: Tailor your short links with custom aliases for a personal touch.
- Click Analytics: Track the performance of your short links with detailed click analytics.
- Login and Signup: Securely manage your short links with user authentication features.
- Ryxo Framework Integration: Leverage the power of Ryxo for a robust web application foundation.
We welcome contributions to Cut.it and Ryxo! for both projects.
Cut.it and Ryxo are open-source software licensed under the MIT License.
For support, please open an issue on the respective GitHub repositories: Cut.it Issues | Ryxo Issues.