PHPackages                             ademozmermer/cache - 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. [Caching](/categories/caching)
4. /
5. ademozmermer/cache

AbandonedArchivedComposer-plugin[Caching](/categories/caching)

ademozmermer/cache
==================

Php html cache

1.0.0(7y ago)20MITPHP

Since Sep 8Pushed 7y agoCompare

[ Source](https://github.com/ademozmermer/sCache)[ Packagist](https://packagist.org/packages/ademozmermer/cache)[ RSS](/packages/ademozmermer-cache/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Cache
=====

[](#cache)

Sitenizin html çıktısını bir klasöre alıp gelen kullanıcalara html çıktısını göstermektedir. Böylece sitenize veritabanınıza yüklenme olmayacağı için doğal olarak saldırılardanda birnevi korunmuş olacaksınız.

Kullanımı
=========

[](#kullanımı)

Gayet basit. Sınıfı dahil edin ve çalıştırın bukadar. Sadece burdaki püf nokta sınıfın çalışmasını istediğiniz php dosyasının üst kısmına eklemeniz olacak.

```
use ademozmermer\sCache;
```

Varsayılan ayarları kullanmak istiyorsanız, sınıfı çağırmanız yeterli olacaktır. Örn:

```
$sCache = new sCache();
```

Default Ayarlar
===============

[](#default-ayarlar)

- Eğer zaman değeri belirtmediyseniz cache süreleri 60 saniyedir.
- Özel bir cache yolu belirtmediyseniz anadizinde sCache dizini oluşturup onun içinde tutacaktır.
- Cacheler md5 ile şifrelenip tutulmaktadır.
- Eğer cache sıkıştırma özelliğini aktif etmez iseniz sıkıştırma yapmadan tutacaktır.
- Eğer load özelliğini açmaz iseniz load değerleri gösterilmeyecektir. Ayarları düzenlemek için dizi olarak ayarları göndermeniz gerekir bunu nasıl yapacağınızı öğrenmek için alttaki koda bakarak yapabilirsiniz.

```
$options = [
          'time'   => 120, // 120 saniye yani 2 dakika
          'dir'    => 'sCache2', // sCache2 klasörü oluşturup buraya yazılsın.
          'buffer' => true, // html sayfalarımızın sıkıştırılmasını aktif edelim.
          'load'   => true,  // sayfamızın sonunda load değerimiz görünsün.
          'external'=>array('nocache.php','nocache2.php'), // Burada belirttiğiniz sayfalar ( dosyalar ) cachelenmez.
];
$sCache = new sCache($options); // ayarları sınıfımıza gönderip sınıfı çalıştıralım.
```

"# sCache"

###  Health Score

26

—

LowBetter than 40% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity64

Established project with proven stability

 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

Unknown

Total

1

Last Release

2898d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/9538da87dcb5064b7273a7f375ed6a9187dbd7a77a0434149fdd2297905a4f78?d=identicon)[ademozmermer](/maintainers/ademozmermer)

---

Top Contributors

[![ademozmermer](https://avatars.githubusercontent.com/u/36888575?v=4)](https://github.com/ademozmermer "ademozmermer (1 commits)")

### Embed Badge

![Health badge](/badges/ademozmermer-cache/health.svg)

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

###  Alternatives

[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)

PHPackages © 2026

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