PHPackages                             turtlebits/keeper - 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. turtlebits/keeper

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

turtlebits/keeper
=================

Asset Manager for Laravel 4

18PHP

Since Aug 29Pushed 12y ago2 watchersCompare

[ Source](https://github.com/turtlebits/Keeper)[ Packagist](https://packagist.org/packages/turtlebits/keeper)[ RSS](/packages/turtlebits-keeper/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (1)Used By (0)

Keeper
======

[](#keeper)

Asset Manager for Laravel 4

Setup
-----

[](#setup)

composer.json:

Add `"turtlebits/keeper": "dev-master"` to the `require` section of `composer.json`

Register the service provider by adding `'TurtleBits\Keeper\KeeperServiceProvider',` to the `providers` section of the `app/config/app.php` file

If you use [TwigBridge](https://github.com/rcrowe/TwigBridge), add `'TurtleBits\Keeper\Extensions\KeeperTwigExtension'` to the `extensions` section of the `app/config/packages/rcrowe/twigbridge/config.php` file.

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

[](#requirements)

This package uses [lessphp](https://github.com/leafo/lessphp) as a `less` compiler, and installs it automatically.

Usage
-----

[](#usage)

In Blade views:

{{ Keeper::style(array('application', 'structure')) }} {{ Keeper::script(array('jquery', 'application')) }} {{ Keeper::image('logo.jpg') }}

In Twig views:

```
{{ keeper_style(['application', 'structure'])|raw }}
{{ keeper_script(['jquery', 'application'])|raw }}
{{ keeper_image('logo.jpg') }}

```

TODO
----

[](#todo)

- Add css minification
- Add js minification
- Add css groups
- Add js groups
- Add basic image filters
- Add basic image transforms

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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://avatars.githubusercontent.com/u/112121880?v=4)[turtlebits](/maintainers/turtlebits)[@TurtleBits](https://github.com/TurtleBits)

### Embed Badge

![Health badge](/badges/turtlebits-keeper/health.svg)

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

###  Alternatives

[kolyunya/yii2-map-input-widget

Yii2 map input widget. Allows you to select geographcal coordinates via a human-friendly inteface.

2836.7k4](/packages/kolyunya-yii2-map-input-widget)

PHPackages © 2026

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