PHPackages                             mwakisha/tarablade - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mwakisha/tarablade

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

mwakisha/tarablade
==================

A package that quickly converts plain HTML files into Blade files and integrates them into a Laravel project,together with their accompanying assets.

v0.1.0(6y ago)3101MITPHP

Since Nov 8Pushed 5y ago1 watchersCompare

[ Source](https://github.com/barakamwakisha/tarablade)[ Packagist](https://packagist.org/packages/mwakisha/tarablade)[ RSS](/packages/mwakisha-tarablade/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (3)Used By (0)

 [![Tarablade Logo](./docs/tarablade_logo.png "Tarablade Logo")](./docs/tarablade_logo.png)

Tarablade
=========

[](#tarablade)

[![Build Status](https://camo.githubusercontent.com/c7411d1062b2b42a3264dbb5fd8f1f8c29ba9d8048270be62a1c75f838733888/68747470733a2f2f7472617669732d63692e6f72672f626172616b616d77616b697368612f74617261626c6164652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/barakamwakisha/tarablade)[![codecov](https://camo.githubusercontent.com/ad935278490804771acf2da565d69a2ad36e244cf1ea9d2f10e3edd52229b026/68747470733a2f2f636f6465636f762e696f2f67682f626172616b616d77616b697368612f74617261626c6164652f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/barakamwakisha/tarablade)[![StyleCI](https://camo.githubusercontent.com/f1df39fa8daf4b58239c3aa27e9a0cac25795c31c49e36b953c82e84844495bf/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3231323131303438312f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/212110481)
A package that quickly converts plain HTML files into Blade templates and integrates them into a Laravel project, together with their accompanying assets.

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

[](#installation)

Installation is straightforward, setup is similar to every other Laravel Package.

#### 1. Install via Composer

[](#1-install-via-composer)

Begin by pulling in the package through Composer:

```
composer require mwakisha/tarablade

```

#### 2. Publish config File (OPTIONAL)

[](#2-publish-config-file-optional)

The config file allows you to override default settings of this package to meet your specific needs. The config file allows you to set a 'template namespace' for proper separation of template assets. It is optional if you intend to import only one template. You have to change the template namespace if you want to import another template.

To generate a config file type this command into your terminal:

```
php artisan vendor:publish --tag=tarablade-config

```

This generates a config file at `config/tarablade.php`.

Usage
-----

[](#usage)

This package is easy to use. It quickly converts plain HTML files into Blade templates and integrates them into your Laravel project, together with their accompanying assets.

##### \[IMPORTANT\] What this package does NOT do

[](#important-what-this-package-does-not-do)

This package does not extract repeated code in the generated files into partial files. This is a feature in development and contributions are most welcome.

---

1. Importing the templates and assets
-------------------------------------

[](#1-importing-the-templates-and-assets)

Run the command

```
php artisan tarablade:import

```

You will then proceed to enter the directory where your template files are.

2. That's basically it
----------------------

[](#2-thats-basically-it)

All the template public assets will be copied into the public folder, the html files converted into blade files with asset and route helpers as well as an updated routes file to quickly get you up and running.

Contact
-------

[](#contact)

I would love to hear from you. I am always on Twitter, and it is a great way to communicate with me or follow me. [Check me out on Twitter](https://twitter.com/_mwaks).

You can also email me at  for any other requests.

If you like the library, please consider buying me a coffee :)

[![Buy Me A Coffee](https://camo.githubusercontent.com/9f44ce2dc3b3eecdd02598900866ffc518801df1932849703dae1e5ce5031070/68747470733a2f2f7777772e6275796d6561636f666665652e636f6d2f6173736574732f696d672f637573746f6d5f696d616765732f6f72616e67655f696d672e706e67)](https://www.buymeacoffee.com/D2XWg6u)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2375d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12484050?v=4)[Baraka Mwakisha](/maintainers/barakamwakisha)[@barakamwakisha](https://github.com/barakamwakisha)

---

Top Contributors

[![barakamwakisha](https://avatars.githubusercontent.com/u/12484050?v=4)](https://github.com/barakamwakisha "barakamwakisha (66 commits)")

---

Tags

bladeconverterhtmllaravellibrary

### Embed Badge

![Health badge](/badges/mwakisha-tarablade/health.svg)

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

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[symfony/ux-icons

Renders local and remote SVG icons in your Twig templates.

545.8M69](/packages/symfony-ux-icons)

PHPackages © 2026

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