PHPackages                             ci\_common/common - 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. ci\_common/common

ActiveLibrary

ci\_common/common
=================

test project

06JavaScript

Since Aug 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/glren/test)[ Packagist](https://packagist.org/packages/ci_common/common)[ RSS](/packages/ci-common-common/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (1)Used By (0)

레이어 모듈
======

[](#레이어-모듈)

특별한 기능 없이 간단한 레이어를 사용할 때 사용해주세요.

requirement
===========

[](#requirement)

이 라이브러리는 반드시 jQuery를 로드 해야 합니다.

STEP.1 : HTML 파일 정의
===================

[](#step1--html-파일-정의)

- 1. 스타일시트는 원하는 레이어 모양으로 작성하시면 됩니다.
- 2. html 은 layerid, closeBtnClassName , inputClassName 은 반드시 설정 되어야 합니다.
- layerid : 레이어 전체를 감싸는 태그
- closeBtnClassName : layerid 의 자식요소 이며, 해당 클레스를 가진 요소를 클릭하면 레이어가 사라집니다.
- inputClassName : layerid 의 자식요소 이며, 해당 클레스를 가진 요소를 체크한 후 닫으면 하루동안 레이어가 표시 되지 않습니다.

```

.sl_layer{width:400px; height:400px;border:0px solid #2bA5B3;position:absolute;z-index:9999;left:100px;top:180px;display:none;}

.closeBox2 {position:absolute;left:0px;top:400px;height:20px;width:400px;background-color:#000000;margin-top:0;padding:0;}
.closeBox2 .closeLeft{float:left;padding-left:4px;margin-top:2px;}
.closeBox2 .closeRight{float:right;padding-right:10px;}
.closeBox2 .closeRight img{margin-top:1px;}
.closeBox2 .closeRight:after{clear:both;content:"";display:block;}

.top_cnts3{width:600px; height:400px;border:0px solid #2bA5B3;position:absolute;z-index:9999;left:530px;top:180px;display:none;}

```

STEP.2 : JAVSCRIPT 호출
=====================

[](#step2--javscript-호출)

```

	var $layer = new layer({
		layerid : 'sample_layer',
		cookie_name : 'sample_pop_cookie_name',
		closeBtnClassName : 'closeBtn',
		inputClassName : 'nomorepop'
	})

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/279feda50f627bfe2c12e17b1a0ad850266f37a25927a008e403c825fcc322df?d=identicon)[glren](/maintainers/glren)

---

Top Contributors

[![glren](https://avatars.githubusercontent.com/u/10863290?v=4)](https://github.com/glren "glren (15 commits)")

### Embed Badge

![Health badge](/badges/ci-common-common/health.svg)

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

PHPackages © 2026

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