PHPackages                             cjp2600/composite.shape - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. cjp2600/composite.shape

ActiveBitrix-component[Utility &amp; Helpers](/categories/utility)

cjp2600/composite.shape
=======================

composite emulator component

0.0.1(10y ago)6811MITPHPPHP &gt;=5.3.0

Since Oct 27Pushed 10y ago2 watchersCompare

[ Source](https://github.com/cjp2600/composite.shape)[ Packagist](https://packagist.org/packages/cjp2600/composite.shape)[ Docs](http://8il.ru)[ RSS](/packages/cjp2600-compositeshape/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

\#Composite shape#

Компонент - оболочка для элементов сайта с высокой нагрузкой для CMS Bitrix.

\#Установка через Composer##

В своем Bitrix проекте в файле composer.json необходимо прописать:

```
{
  "extra": {
    "installer-paths": {
      "local/components/{$vendor}/{$name}/": [
        "type:bitrix-component"
      ]
    }
  },
  "require": {
    "cjp2600/composite.shape": ">=0.0.1"
  }
}
```

Указать путь к папке компонентов, и ссылку на репозиторий

\##Example:##

```
$APPLICATION->IncludeComponent(
  '8il:composite.shape',
  '',
   array(
       "ID" => "UniqueShapeComponentID", # ID -shape (Required, unique parameter)
       "CACHE_TIME"    => 604800,        # Time caching (not required)
       "USE_PRELOADER" => false,         # Use preloader (true / false) (Optional - default false)
       "PRELOADER_IMG" => " ... ",       # The path of a custom preloader for (the default one that is in the images)
       "CACHE_TAG"     => array("Pro")   # The tag for the cache.
       "CALL_FUNCTION" => function() {

           echo time();
           sleep(3);

       }
   ),                                    # The anonymous function (body -shape)
   null,
   array(
       'HIDE_ICONS' => 'Y'
   )
);
```

\##Clear cache example:##

```
\CBitrixComponent::includeComponentClass("8il:composite.shape");
if (class_exists('CCompositeShapeClass')) {
  \CCompositeShapeClass::clearCacheById($cacheId);
}

```

[![Bitdeli Badge](https://camo.githubusercontent.com/5bd1cf71ed69c22e9d2d68d4509da0692ada7d71bb3a420fd9625442b90cd089/68747470733a2f2f64327765637a68766c38323376302e636c6f756466726f6e742e6e65742f636a70323630302f636f6d706f736974652e73686170652f7472656e642e706e67)](https://bitdeli.com/free "Bitdeli Badge")

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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

3857d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0dc4712097fb7c1e052223bf521d8f0325425066229af068b3ae84d634588d58?d=identicon)[cjp2600\_](/maintainers/cjp2600_)

---

Top Contributors

[![bitdeli-chef](https://avatars.githubusercontent.com/u/3092978?v=4)](https://github.com/bitdeli-chef "bitdeli-chef (1 commits)")[![cjp2600](https://avatars.githubusercontent.com/u/1980974?v=4)](https://github.com/cjp2600 "cjp2600 (1 commits)")

---

Tags

bitrixajaxcomponent

### Embed Badge

![Health badge](/badges/cjp2600-compositeshape/health.svg)

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

###  Alternatives

[bitrix-expert/bbc

Bitrix basis components

10242.9k1](/packages/bitrix-expert-bbc)[bitrix-expert/bbc-module

Module with classes for the basis components

1951.8k1](/packages/bitrix-expert-bbc-module)[sheadawson/silverstripe-select2

A set of silverstripe form fields based on http://ivaynberg.github.com/select2/

1923.5k3](/packages/sheadawson-silverstripe-select2)[andreyryabin/sprint.options

Content options for 1C-Bitrix

185.7k](/packages/andreyryabin-sprintoptions)

PHPackages © 2026

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