PHPackages                             azuppe/blog - 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. [API Development](/categories/api)
4. /
5. azuppe/blog

ActiveLibrary[API Development](/categories/api)

azuppe/blog
===========

Blog Editor Api

00PHP

Since Mar 14Pushed 3y ago1 watchersCompare

[ Source](https://github.com/azuppe/dummytest)[ Packagist](https://packagist.org/packages/azuppe/blog)[ RSS](/packages/azuppe-blog/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Blog Editor Api
===============

[](#blog-editor-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/70dc2ea8993b746aaa596aa0bdd0459e39db038498b557d429d11d684e01647e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c6f6f7063726166742f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loopcraft/blog)[![GitHub Tests Action Status](https://camo.githubusercontent.com/8a2606e7e3560a3b524db29e17d2f1950eb98f37da1dd23fe3e5f0180b16abd6/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6f6f7063726166742f626c6f672f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/loopcraft/blog/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/1e745b1afcf3d86ee5c0b06f7794b5e85f20c7c8145b246f3ec9757264b584e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c6f6f7063726166742f626c6f672f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/loopcraft/blog/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/fea058dc31a11206bed9bcade68c4105304eb0a25781e745153238736c967f38/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c6f6f7063726166742f626c6f672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/loopcraft/blog)

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

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/b89eb29d6b20ddd51b12ed78e768e6dc3f6bb0e474c8f88433c47a541502cdf8/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f426c6f672e6a70673f743d31)](https://spatie.be/github-ad-click/Blog)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require loopcraft/blog
```

You can publish and run the migrations with:

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

You can publish the config file with:

```
php artisan vendor:publish --tag="blog-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="blog-views"
```

Usage
-----

[](#usage)

```
$blog = new LoopCraft\Blog();
echo $blog->echoPhrase('Hello, LoopCraft!');
```

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)

- [LoopCraft](https://github.com/mohd.h)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity25

Early-stage or recently created project

 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://www.gravatar.com/avatar/6a58b875811feb3b94db2f03af6e3a477e3426f7b6d0e47cedb62a652fc5f853?d=identicon)[azuppe](/maintainers/azuppe)

---

Top Contributors

[![azuppe](https://avatars.githubusercontent.com/u/64976555?v=4)](https://github.com/azuppe "azuppe (3 commits)")

### Embed Badge

![Health badge](/badges/azuppe-blog/health.svg)

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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