PHPackages                             elfsundae/holly - 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. elfsundae/holly

ActiveProject

elfsundae/holly
===============

An app framework built with Laravel.

05031PHP

Since Jun 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ElfSundae/holly)[ Packagist](https://packagist.org/packages/elfsundae/holly)[ RSS](/packages/elfsundae-holly/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Holly
=====

[](#holly)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9e9e8fdea39b386e206856e84b8a3763e56cb4c1fc9a605653b7174d95575c83/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f456c6653756e6461652f686f6c6c792e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/elfsundae/holly)[![Build Status](https://camo.githubusercontent.com/2ec7a4522cbd15ee0747d5187ed99d3e1db75e6228524c8dc0239ff648fc1dad/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f456c6653756e6461652f686f6c6c792f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/ElfSundae/holly)[![StyleCI](https://camo.githubusercontent.com/d628e8ac1112092603102a2c03fab6ec4ab62285dac00b338971bafcfd79bb96/68747470733a2f2f7374796c6563692e696f2f7265706f732f37303837373634372f736869656c64)](https://styleci.io/repos/70877647)[![SensioLabsInsight](https://camo.githubusercontent.com/9d62489acfdd121be9c9bf821be259fe18ed5512bce3b63816fb2463dc74a9a6/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f37333837303938372d353732662d343832352d616636362d3266633665666165626235642e7376673f7374796c653d666c61742d737175617265)](https://insight.sensiolabs.com/projects/73870987-572f-4825-af66-2fc6efaebb5d)[![Quality Score](https://camo.githubusercontent.com/82669ed8b6af5f5f85aed5800ba240ce03fdd6aa6248b41fa7b01144a9a5631d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f456c6653756e6461652f686f6c6c792e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/ElfSundae/holly)

**⚠️ Work In Progress**

An app framework built with [Laravel](https://laravel.com).

Installation
------------

[](#installation)

- You can create a Holly based project using the Composer `create-project` command:

    ```
    composer create-project elfsundae/holly:dev-master myapp
    ```
- Or you may want to keep the Holly framework up to date for your application with Git:

    ```
    git remote add upstream git@github.com:ElfSundae/holly.git
    git fetch upstream --no-tags
    git merge upstream/master  # --allow-unrelated-histories
    git push origin master
    ```

Development Notes
-----------------

[](#development-notes)

- [Configure Supervisor](https://laravel.com/docs/queues#supervisor-configuration) for queue workers.
- Configure cron job: `$ crontab  -u www -e`

    ```
    * * * * * /usr/bin/php /data/www/myapp/artisan schedule:run >> /dev/null 2>&1

    ```

Useful Links
------------

[](#useful-links)

- [Faker](https://github.com/fzaninotto/Faker)
- [Optimus](https://github.com/jenssegers/optimus) ID obfuscation based on Knuth's multiplicative hashing method.
- [UUID Generator](https://github.com/ramsey/uuid)
- [Hashids](https://github.com/vinkla/laravel-hashids) Generate YouTube-like IDs from numbers.
- [DataTables](https://datatables.net)
- [Laravel DataTables](https://datatables.yajrabox.com)
- [Guzzle](http://docs.guzzlephp.org/en/latest/) An extensible PHP HTTP client.
- [Goutte](https://github.com/FriendsOfPHP/Goutte) PHP Web Scraper.
- [Intervention Image](http://image.intervention.io) PHP image handling and manipulation library.
- [Simple QrCode](https://www.simplesoftware.io/docs/simple-qrcode/zh)
- [App Store Receipt Validator](https://github.com/aporat/store-receipt-validator) PHP receipt validator for Apple iTunes, Google Play and Amazon App Store.
- [jQuery Form](http://malsup.com/jquery/form/)
- [SweetAlert2](https://github.com/limonte/sweetalert2)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 76.3% 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/0c708b9bd4fcd09378112b235c310162a01d656b85946f1357562b6820c75ee6?d=identicon)[ElfSundae](/maintainers/ElfSundae)

---

Top Contributors

[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (3988 commits)")[![ElfSundae](https://avatars.githubusercontent.com/u/526008?v=4)](https://github.com/ElfSundae "ElfSundae (611 commits)")[![daylerees](https://avatars.githubusercontent.com/u/207870?v=4)](https://github.com/daylerees "daylerees (105 commits)")[![franzliedke](https://avatars.githubusercontent.com/u/249125?v=4)](https://github.com/franzliedke "franzliedke (92 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (61 commits)")[![jasonlewis](https://avatars.githubusercontent.com/u/829059?v=4)](https://github.com/jasonlewis "jasonlewis (48 commits)")[![sparksp](https://avatars.githubusercontent.com/u/243893?v=4)](https://github.com/sparksp "sparksp (37 commits)")[![cviebrock](https://avatars.githubusercontent.com/u/166810?v=4)](https://github.com/cviebrock "cviebrock (33 commits)")[![tobsn](https://avatars.githubusercontent.com/u/109529?v=4)](https://github.com/tobsn "tobsn (26 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (25 commits)")[![JeffreyWay](https://avatars.githubusercontent.com/u/183223?v=4)](https://github.com/JeffreyWay "JeffreyWay (19 commits)")[![JosephSilber](https://avatars.githubusercontent.com/u/1403741?v=4)](https://github.com/JosephSilber "JosephSilber (16 commits)")[![bencorlett](https://avatars.githubusercontent.com/u/181919?v=4)](https://github.com/bencorlett "bencorlett (13 commits)")[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (12 commits)")[![ericlbarnes](https://avatars.githubusercontent.com/u/116662?v=4)](https://github.com/ericlbarnes "ericlbarnes (11 commits)")[![neoascetic](https://avatars.githubusercontent.com/u/725836?v=4)](https://github.com/neoascetic "neoascetic (11 commits)")[![tillkruss](https://avatars.githubusercontent.com/u/665029?v=4)](https://github.com/tillkruss "tillkruss (11 commits)")[![jesseobrien](https://avatars.githubusercontent.com/u/865481?v=4)](https://github.com/jesseobrien "jesseobrien (10 commits)")[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (9 commits)")[![codler](https://avatars.githubusercontent.com/u/102052?v=4)](https://github.com/codler "codler (9 commits)")

### Embed Badge

![Health badge](/badges/elfsundae-holly/health.svg)

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

PHPackages © 2026

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