Skip to content

Commit b1eb832

Browse files
committed
docs: finalize maatify/common v1.0.0 stable release
1 parent 6ab8854 commit b1eb832

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

README-AR.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
<div dir="rtl" align="right">
2-
31
![**Maatify.dev**](https://www.maatify.dev/assets/img/img/maatify_logo_white.svg)
42
---
53
[![Version](https://img.shields.io/packagist/v/maatify/common?label=Version&color=4C1)](https://packagist.org/packages/maatify/common)
@@ -408,15 +406,12 @@ if ($lock->acquire()) {
408406
409407
استخدم الفئة `Maatify\Common\Security\InputSanitizer` لتنظيف أي مدخلات من المستخدم أو النظام بطريقة آمنة.
410408
411-
<div dir="ltr" align="left">
412-
413409
```php
414410
use Maatify\Common\Security\InputSanitizer;
415411
416412
echo InputSanitizer::sanitize('<script>alert(1)</script>', 'output');
417413
// الناتج: &lt;script&gt;alert(1)&lt;/script&gt;
418414
````
419-
</div>
420415
421416
🧩 تُعد هذه الأداة جزءًا من منظومة الأمن في مكتبة **maatify/common**
422417
حيث تعمل على إزالة أو ترميز المحتوى الخطر (مثل وسوم JavaScript أو HTML الضارة)
@@ -914,5 +909,3 @@ the capabilities of this library across multiple Maatify projects.
914909
915910
> 🧩 This project represents a unified engineering effort led by Mohamed Abdulalim, ensuring every Maatify backend component
916911
> shares a consistent, secure, and maintainable foundation.
917-
918-
</div>

0 commit comments

Comments
 (0)