PHPackages                             genealabs/bones-macros - 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. genealabs/bones-macros

Abandoned → [genealabs/laravel-casts](/?search=genealabs%2Flaravel-casts)Library

genealabs/bones-macros
======================

Useful form macros for Laravel's Blade template engine.

0.3.0(10y ago)211.4k2MITPHPPHP &gt;=5.5.9

Since Aug 3Pushed 9y ago1 watchersCompare

[ Source](https://github.com/GeneaLabs/bones-macros)[ Packagist](https://packagist.org/packages/genealabs/bones-macros)[ RSS](/packages/genealabs-bones-macros/feed)WikiDiscussions master Synced today

READMEChangelog (4)Dependencies (3)Versions (42)Used By (0)

> # THIS PACKAGE IS NO LONGER MAINTAINED, USE  instead.
>
> [](#this-package-is-no-longer-maintained-use-httpsgithubcomgenealabslaravel-casts-instead)

Laravel Bones Macros (bones-macros)
===================================

[](#laravel-bones-macros-bones-macros)

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

[](#installation)

To install bones-macros in Laravel 5.2:

```
composer require "genealabs/bones-macros":"0.3.*"
```

or add it to you composer.json file:

```
    "require": {
        /* ... */,
        "genealabs/bones-macros": "0.3.*"
    },
    /* ... */
```

If you are using Laravel &lt; 5.2 use version `0.2.*`.

And then add the service provider to your app.php config file:

```
	// 'providers' => array(
		'GeneaLabs\BonesMacros\BonesMacrosServiceProvider',
    // );
```

Usage
-----

[](#usage)

These HTML and FORM macros are intended to be used mainly in Blade tempaltes to reduce tedium.

Methods
-------

[](#methods)

The following methods are available to use:

```
// provides a Bootstrap-compatible cancel button that will take you to the previous page.
{{ Form::cancelButton() }}

// provides a select list with a range of intervals
{{ Form::selectRangeWithInterval($name, $start, $end, $interval, $default = null, $attributes = []) }}

// provides ability to slugify any text
{{ HTML::slugify($text) }}
```

Dependencies
------------

[](#dependencies)

At this time this package requires:

- Laravel 4.2+
- Bootstrap 3.1+

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity60

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 ~13 days

Recently: every ~86 days

Total

41

Last Release

3768d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.4.0

0.2.34PHP &gt;=5.5.9

### Community

Maintainers

![](https://www.gravatar.com/avatar/4374bfc5d8583aa8c25c5080f1fcfaf09027822f47724ba6b64abc564945c80a?d=identicon)[mikebronner](/maintainers/mikebronner)

---

Top Contributors

[![mikebronner](https://avatars.githubusercontent.com/u/1791050?v=4)](https://github.com/mikebronner "mikebronner (87 commits)")

### Embed Badge

![Health badge](/badges/genealabs-bones-macros/health.svg)

```
[![Health](https://phpackages.com/badges/genealabs-bones-macros/health.svg)](https://phpackages.com/packages/genealabs-bones-macros)
```

###  Alternatives

[fumeapp/modeltyper

Generate TypeScript interfaces from Laravel Models

196277.9k](/packages/fumeapp-modeltyper)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

255.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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