PHP Package: realrashid/sweet-alert

Sweet Alert is a PHP library for creating beautiful and customizable alert messages with ease.

Current Version: 7.3.0
Last Updated: 2025-02-25
PHP Requirement: ^7.2|^8.0|^8.1|^8.2|^8.3
Dependencies:
realrashid/sweet-alert-helper
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Sweet Alert is a versatile PHP library that allows developers to create eye-catching alert messages for web applications. With a range of customization options, it simplifies the process of displaying alerts and notifications. Its user-friendly interface and extensive documentation make it a popular choice among developers looking to enhance user experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 7.3.0

Download Download v7.3.0

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/realrashid/sweet-alert/7.3.0/loader.php';
require_once 'libs/realrashid/sweet-alert-helper/{lib_version}/loader.php';

use RealRashid\SweetAlert\SweetAlert;

$obj = new SweetAlert();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.