PHPackages                             silverengine/components - 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. silverengine/components

ActiveLibrary

silverengine/components
=======================

147PHP

Since Mar 1Pushed 8y ago3 watchersCompare

[ Source](https://github.com/SilverEngine/Components)[ Packagist](https://packagist.org/packages/silverengine/components)[ RSS](/packages/silverengine-components/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

[![](https://camo.githubusercontent.com/d84ce1e5b5aa8f33b7d1eca58cef2dcfc208dd85f45482a326e3d4a0de8b2060/68747470733a2f2f7468756d622e6962622e636f2f66444f6352472f676f6f646f6e652e6a7067)](https://camo.githubusercontent.com/d84ce1e5b5aa8f33b7d1eca58cef2dcfc208dd85f45482a326e3d4a0de8b2060/68747470733a2f2f7468756d622e6962622e636f2f66444f6352472f676f6f646f6e652e6a7067)

GHOST TEMPLATE ENGINE
---------------------

[](#ghost-template-engine)

SilverEngine is a powerful PHP Dynamical MVC framework built for developers who need a simple and elegant toolkit to create powerfull full-featured web applications.

[![Licence](https://camo.githubusercontent.com/9f47724cb603736f7a9d386cf8cc9e096de8548e319fa6769d455453512cdc82/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e737667)](https://camo.githubusercontent.com/9f47724cb603736f7a9d386cf8cc9e096de8548e319fa6769d455453512cdc82/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e63652d4d49542d677265656e2e737667)[![PHP5.6](https://camo.githubusercontent.com/4e6e476e463f04f8e8500ca21e1fd27d53e630a1a096562e82168679bda2ca3c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e362d626c75652e737667)](https://camo.githubusercontent.com/4e6e476e463f04f8e8500ca21e1fd27d53e630a1a096562e82168679bda2ca3c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d352e362d626c75652e737667)[![version Alpha](https://camo.githubusercontent.com/38e72324f4c2a742e2bada7ed0939ba15d96e19ac65b86d2bdbbef86a4b40c59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416c7068612d56312e302e302d79656c6c6f772e737667)](https://camo.githubusercontent.com/38e72324f4c2a742e2bada7ed0939ba15d96e19ac65b86d2bdbbef86a4b40c59/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416c7068612d56312e302e302d79656c6c6f772e737667)

Documentation
-------------

[](#documentation)

The [Documentation](https://silverengine.net/docs) of the framework is still work in progress (WIP).

### Facade

[](#facade)

Change the name to use facade

```
namespace App\Facades;

use Silver\Components\Crypto\Facade;

class Example extends Facade
{
    protected static function getClass()
    {
        return '\App\Helper\Example';
    }
}
```

### Crypto

[](#crypto)

- if password is null will get by default password from env Env::get('app\_key');

#### Engcode encode($string, $password = null, $chiper = null)

[](#engcode--encodestring-password--null-chiper--null)

```
$crypto = new Crypto();
$crypto->encode('my frist encode hash, 'testhash');
```

#### Engcode decode($string, $password = null, $chiper = null)

[](#engcode--decodestring-password--null-chiper--null)

```
echo $crypto->decode('k4j35hk4jh52k43ljh5kk2l35j', 'testhash');
```

#### Engcode encodeArray($array, $password = null, $chiper = null)

[](#engcode--encodearrayarray-password--null-chiper--null)

```
$crypto = new Crypto();
$crypto->encodeArray('my frist encode hash, 'testhash');
```

#### Engcode decodeArray($array, $password = null, $chiper = null)

[](#engcode--decodearrayarray-password--null-chiper--null)

```
echo $crypto->decode('k4j35hk4jh52k43ljh5kk2l35j', 'testhash');
```

#### makeHash

[](#makehash)

```
$crypto = new Crypto();
$crypto->makeHash('my frist encode hash');
```

#### verifyHash

[](#verifyhash)

```
$crypto = new Crypto();
$crypto->verifyHash('my frist encode hash', 'jh4j35g3j4h5gjk3hgk2jh5ghjhj');
```

Contributing
------------

[](#contributing)

Thank you for considering contributing to the framework! The contribution guide can be found in the [documentation](https://silverengine.net/docs/contributions).

Security &amp; Vulnerabilities
------------------------------

[](#security--vulnerabilities)

If you discover a security vulnerability within our engine, please send us email at

License
-------

[](#license)

The Silver Engine framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

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/2e72674f3996339810fecca431793ab66131a38880760fa342ac5e2b61432ed4?d=identicon)[SilverEngineTeam](/maintainers/SilverEngineTeam)

---

Top Contributors

[![SilverEngineTeam](https://avatars.githubusercontent.com/u/16226867?v=4)](https://github.com/SilverEngineTeam "SilverEngineTeam (12 commits)")

### Embed Badge

![Health badge](/badges/silverengine-components/health.svg)

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

PHPackages © 2026

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