PHPackages                             blakoder/core - 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. blakoder/core

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

blakoder/core
=============

Collection of essential Blakoder Utilities

1.1.0(1y ago)09.6k↓10.9%MITPHPPHP ^8.2CI passing

Since Aug 14Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/Blakoder/blakoder-core)[ Packagist](https://packagist.org/packages/blakoder/core)[ Docs](https://github.com/blakoder/blakoder-core)[ RSS](/packages/blakoder-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (17)Used By (0)

Collection of essential Blakoder Utilities
==========================================

[](#collection-of-essential-blakoder-utilities)

[![Latest Version on Packagist](https://camo.githubusercontent.com/775ffb2536f7fd995471112dfb546533d68113e257ce388ad586d6298aa0b7f6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f626c616b6f6465722f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blakoder/core)[![GitHub Tests Action Status](https://camo.githubusercontent.com/27b99d331a18a040f3484c98ddc025ee09036f0775f39705217029628be145bb/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626c616b6f6465722f626c616b6f6465722d636f72652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/blakoder/blakoder-core/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/293cc1e11ffebd4be3085d275ea58bdee102c714c9c7a73aca23a154c99af110/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f626c616b6f6465722f626c616b6f6465722d636f72652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/blakoder/blakoder-core/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/a40a57bf1e5a2962e88a8dbc428bc41108820b0ff172693b97ee3f6eae2ffdf6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f626c616b6f6465722f636f72652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/blakoder/core)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require blakoder/core
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="blakoder-core-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="blakoder-core-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="blakoder-core-views"
```

Usage
-----

[](#usage)

```
$core = new Blakoder\Core\Blakoder();
echo $core->echoPhrase('Hello, Blakoder!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Ivan Sotelo](https://github.com/Blakoder)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

45

—

FairBetter than 93% of packages

Maintenance72

Regular maintenance activity

Popularity24

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 72.4% 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 ~17 days

Recently: every ~44 days

Total

15

Last Release

403d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d9e6c29a317565fd6bfcfadc1ed2bca3911f228da450da759b725b86635d4d02?d=identicon)[IvanSotelo](/maintainers/IvanSotelo)

---

Top Contributors

[![IvanSotelo](https://avatars.githubusercontent.com/u/2218681?v=4)](https://github.com/IvanSotelo "IvanSotelo (42 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelcoreBlakoder

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/blakoder-core/health.svg)

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

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.8k28.9M627](/packages/spatie-laravel-data)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)

PHPackages © 2026

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