PHPackages                             cellv/laravel-posts - 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. [Framework](/categories/framework)
4. /
5. cellv/laravel-posts

ActiveLibrary[Framework](/categories/framework)

cellv/laravel-posts
===================

:simple blog post Laravel package

06HTML

Since Nov 17Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Cell-V/laravel-posts)[ Packagist](https://packagist.org/packages/cellv/laravel-posts)[ RSS](/packages/cellv-laravel-posts/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

laravel-post
============

[](#laravel-post)

\[[![Latest Version on Packagist](https://camo.githubusercontent.com/4f762726e32203cfeec3f3dce1cb8eb690aa19397bbe1a521e95211e5acc25a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656c6c762f6c61726176656c2d706f73742e7376673f7374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/4f762726e32203cfeec3f3dce1cb8eb690aa19397bbe1a521e95211e5acc25a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f63656c6c762f6c61726176656c2d706f73742e7376673f7374796c653d666c61742d737175617265)\]\[\] [![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/6377d81d90105be9bb32ce3e7a91b6b35ae10e7859020d8013229d241c5af581/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f63656c6c762f6c61726176656c2d706f73742f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/cellv/laravel-post)[![Coverage Status](https://camo.githubusercontent.com/9cb6adf78113ca0e9dc072bffc7eac90cf3806321737015b79899638a0c16a4c/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f63656c6c762f6c61726176656c2d706f73742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cellv/laravel-post/code-structure)[![Quality Score](https://camo.githubusercontent.com/9b87319c9786924e78b87f0b2442a46b88fa7915c394fe11bcf95962cf2704a4/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f63656c6c762f6c61726176656c2d706f73742e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/cellv/laravel-post)[![Total Downloads](https://camo.githubusercontent.com/97733b99af0727ae13ed7718b2f17ec2c8e5fe076e32a6f253606c9ae3b3df4b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f63656c6c762f6c61726176656c2d706f73742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/cellv/laravel-post)

This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.

Structure
---------

[](#structure)

If any of the following are applicable to your project, then the directory structure should follow industry best practises by being named the following.

```
bin/
config/
src/
test/
vendor/

```

Install
-------

[](#install)

Via Composer

```
$ composer require cellv/laravel-post
```

Usage
-----

[](#usage)

```
$skeleton = new cellv\laravel-post();
echo $skeleton->echoPhrase('Hello, League!');
```

```
@can('view', $post->comments->first())
    @includeIf('post.partials._comments')
@else
    Sign In to read comments
@endcan
```

Change log
----------

[](#change-log)

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

Testing
-------

[](#testing)

```
$ composer test
```

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

[](#contributing)

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

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Massimo Selvi](https://github.com/massimoselvi)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

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/200969?v=4)[Massimo Selvi](/maintainers/massimoselvi)[@massimoselvi](https://github.com/massimoselvi)

---

Top Contributors

[![massimoselvi](https://avatars.githubusercontent.com/u/200969?v=4)](https://github.com/massimoselvi "massimoselvi (10 commits)")

---

Tags

laravellaravel-51

### Embed Badge

![Health badge](/badges/cellv-laravel-posts/health.svg)

```
[![Health](https://phpackages.com/badges/cellv-laravel-posts/health.svg)](https://phpackages.com/packages/cellv-laravel-posts)
```

###  Alternatives

[laravel/socialite

Laravel wrapper around OAuth 1 &amp; OAuth 2 libraries.

5.7k104.3M836](/packages/laravel-socialite)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k38.6M289](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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