PHPackages                             bespired/tapinoma - 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. bespired/tapinoma

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

bespired/tapinoma
=================

Compile sass into css and jrsc into js

019PHP

Since Mar 31Pushed 9y agoCompare

[ Source](https://github.com/bespired/Tapinoma)[ Packagist](https://packagist.org/packages/bespired/tapinoma)[ RSS](/packages/bespired-tapinoma/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Tapinoma
========

[](#tapinoma)

Nodeless Sass and Js for Laravel

Getting started
---------------

[](#getting-started)

Add Tapinoma to your composer.json file:

```
"require": {
    "bespired/tapinoma": dev-master"
}

```

Use composer to install this package.

```
$ composer update

```

### Get it working

[](#get-it-working)

Copy the public assets:

```
$ cp -r vendor/bespired/tapinoma/public/ public/.

```

Preping the layout:

```

        App Name - @yield('title')

            @yield('content')

```

Your resources\\assets\\style.css should look something like:

```
@import 'sass/settings';
@import 'sass/vendor';
@import 'sass/base';
@import 'sass/app';

```

and you should have some sass in resources\\assets\\sass\\

Your resources\\assets\\script.jsrc should look something like:

```
@import jsrc/jquery;
@import jsrc/wheel;
@import jsrc/title;
@import jsrc/teletype;

```

And you should have some js in resources\\assets\\jsrc\\
but nothing that needs transpiling.

### That's it

[](#thats-it)

No node, no ruby, no compass, no nothing.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/3215393?v=4)[Joeri Kassenaar](/maintainers/bespired)[@bespired](https://github.com/bespired)

---

Top Contributors

[![bespired](https://avatars.githubusercontent.com/u/3215393?v=4)](https://github.com/bespired "bespired (13 commits)")

### Embed Badge

![Health badge](/badges/bespired-tapinoma/health.svg)

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

PHPackages © 2026

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