PHPackages                             omerfarukbicer0446/fire - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. omerfarukbicer0446/fire

ActiveLibrary

omerfarukbicer0446/fire
=======================

Sezar şifreleme yöntemi ile güzel bir şifreleme yöntemi :)

1.3(5y ago)217MITPHP

Since Jan 21Pushed 5y ago1 watchersCompare

[ Source](https://github.com/omerfarukbicer0446/fire)[ Packagist](https://packagist.org/packages/omerfarukbicer0446/fire)[ RSS](/packages/omerfarukbicer0446-fire/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (4)DependenciesVersions (4)Used By (0)

🔥 Fire
======

[](#-fire)

### Kurulum

[](#kurulum)

1. Composer bilgisayarınızda kurulu olması lazımdır.
2. Terminal'e `composer require omerfarukbicer0446/fire 1.3` yazın.
3. Kurulum bitti :)

Örnek Kullanım
--------------

[](#örnek-kullanım)

```
require_once "./vendor/autoload.php";
use Fire\Fire;

$fire = new Fire;

echo 'Şifrelenmiş yazı:';
echo $fire->encode("Hello World!");
echo '';
echo 'Şifrelenmemiş yazı:';
echo $fire->decode('55c5ac2LsmLsm88c--5Eg8088cippLsmdimİİ',true);

/*
    Kullanımı:

    Şifreleme :)

    fire_encode("Hello World!"); Çıktısı: 55c5ac2LsmLsm88c--5Eg8088cippLsmdimİİ

    Şifreyi çözme :)
    Not: htmlspecialchars kullanmanızı öneririm bazı özel karakterler yüzünden htmlde gözükmeme gibi durumlar oluyor.
    onu daha kolay yoldan kullanmak isterseniz fire_decode($hash,true); yazmanız yeterlidir.

    fire_decode('55c5ac2LsmLsm88c--5Eg8088cippLsmdimİİ'); Çıktısı Hello World!

*/
```

🌐 Telif Hakkı ve Lisans
-----------------------

[](#-telif-hakkı-ve-lisans)

- *Copyright (C) 2021 by* [omerfarukbicer0446](https://github.com/omerfarukbicer0446) ❤️️
- [MIT LICENSE](https://github.com/omerfarukbicer0446/fire/blob/master/LICENSE) *Koşullarına göre lisanslanmıştır..*

♻️ İletişim
-----------

[](#️-i̇letişim)

*Benimle iletişime geçmek isterseniz, **Telegram**'dan mesaj göndermekten çekinmeyin;* [@omerfarukbicer](https://t.me/omerfarukbicer)

> **[www.cibza.com](https://www.cibza.com)** *için yazılmıştır..*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~7 days

Total

3

Last Release

1922d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b85bfe1cf6f5ad3a56ad5f5902230e094ae4871859b2ca73cad472871f38eb43?d=identicon)[ofarukbicer](/maintainers/ofarukbicer)

---

Top Contributors

[![ofarukbicer](https://avatars.githubusercontent.com/u/75714882?v=4)](https://github.com/ofarukbicer "ofarukbicer (10 commits)")

### Embed Badge

![Health badge](/badges/omerfarukbicer0446-fire/health.svg)

```
[![Health](https://phpackages.com/badges/omerfarukbicer0446-fire/health.svg)](https://phpackages.com/packages/omerfarukbicer0446-fire)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
