PHPackages                             thorazine/hack - 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. [Framework](/categories/framework)
4. /
5. thorazine/hack

ActiveProject[Framework](/categories/framework)

thorazine/hack
==============

A non-intrusive packaged CMS built on Laravel

2.0.1(5mo ago)1192MITPHPCI failing

Since Feb 22Pushed 5mo agoCompare

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

READMEChangelog (10)DependenciesVersions (79)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/005924fbc58eed6ad9e30c28e22ae56637efd01845a2403607300fdf1f183c06/68747470733a2f2f706f7365722e707567782e6f72672f74686f72617a696e652f6861636b2f642f746f74616c2e737667)](https://packagist.org/packages/thorazine/hack)[![Latest Stable Version](https://camo.githubusercontent.com/48a5f25b9bbe3316fb854f5171ef342f85b0b4d90e8755d5c983c7c547804546/68747470733a2f2f706f7365722e707567782e6f72672f74686f72617a696e652f6861636b2f762f737461626c652e737667)](https://packagist.org/packages/thorazine/hack)[![License](https://camo.githubusercontent.com/d605948870e66cc1c29ccd5756f8452c8f71a52dc1e162823b0ec6e6c8adc393/68747470733a2f2f706f7365722e707567782e6f72672f74686f72617a696e652f6861636b2f6c6963656e73652e737667)](https://packagist.org/packages/thorazine/hack)

Introduction
------------

[](#introduction)

This is a personal content management system I use for clients. Feel free to try it, but don't expect support any day soon.

Included in package
-------------------

[](#included-in-package)

- Multi site
- Multi domain
- Multi language frontend
- Multi language CMS (language files can be added)
- 2 factor authentication based on known previous locations with custom radius
- Fully customisable rights authentication system (Sentinel)
- The default Laravel Auth is totally unused and therfore availible for your project
- Persistant login with session control
- Advanced/automatic browser cache
- Full cache (memcached/redis) on frontend requests
- Cache flushed by tags, minimizing flushed items
- All pages and sites are equipped with editable on-/offline timestamps
- Gallery with aspect ratio cropper (customisable per input)
- Customisable wysiwygs per input and pre site
- Easy to extend with your own modules
- Installable in excisting project
- Frontend SASS tools
- Automatic response as JSON for API calls
- Uses Laravel filesystem, so CDN and local support
- Form builder/handler module
- Form data download as xls, xlsx or csv

Requirements
------------

[](#requirements)

- SSL (on every server that is not localhost)
- Mail capabilities
- Npm
- Laravel ^5.4 install, preferably a clean install

Installing Hack
---------------

[](#installing-hack)

Take a Laravel project with a working database and a writable storage folder.

Run

```
composer require thorazine/hack

```

Add to config/app.providers:
----------------------------

[](#add-to-configappproviders)

```
Thorazine\Hack\HackServiceProvider::class,
```

Run installation
----------------

[](#run-installation)

Run:

```
php artisan hack:install --force
npm install
npm run dev

```

This command runs some commands and finds and replaces some settings. What it exactly does can be found on the [wiki page](https://github.com/Thorazine/hack/wiki/Manual-installation-and-setup).

Settings
--------

[](#settings)

Now that all basic settings have been done you will need to fill in the blancs in your `.env` file. A Google API key can be retrieved [here](https://developers.google.com/maps/documentation/javascript/get-api-key).

Testing
-------

[](#testing)

To see if everything has gone as planned you can run the [installation test](https://github.com/Thorazine/hack/wiki/testing).

Setup your site
---------------

[](#setup-your-site)

Visit http://\[domain\]/cms and fill in the blancs.

Example website
---------------

[](#example-website)

To get started you can seed the database with a simple Hack website. The seeder can be run by executing

```
php artisan db:seed --class=Thorazine\\Hack\\Database\\Seeds\\HackExampleSite

```

###  Health Score

46

—

FairBetter than 92% of packages

Maintenance73

Regular maintenance activity

Popularity12

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity78

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

Every ~44 days

Recently: every ~542 days

Total

74

Last Release

151d ago

Major Versions

0.0.10 → 1.0.02017-03-23

1.1.9 → v2.x-dev2017-10-31

1.13.4 → 2.0.02026-02-01

### Community

Maintainers

![](https://www.gravatar.com/avatar/530648da75b2b5d21c320856ebf7a1c4c134cc8088d16bf55d13cddc9f62a00b?d=identicon)[Thorazine](/maintainers/Thorazine)

---

Top Contributors

[![Thorazine](https://avatars.githubusercontent.com/u/2406201?v=4)](https://github.com/Thorazine "Thorazine (139 commits)")

---

Tags

laravelcmshack

### Embed Badge

![Health badge](/badges/thorazine-hack/health.svg)

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

###  Alternatives

[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

12014.8k48](/packages/kompo-kompo)[devisephp/cms

Content Management System using the Laravel Framework

817.3k](/packages/devisephp-cms)

PHPackages © 2026

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