PHPackages                             erth0/posty - 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. [CLI &amp; Console](/categories/cli)
4. /
5. erth0/posty

ActiveProject[CLI &amp; Console](/categories/cli)

erth0/posty
===========

Posty is a simple way to manage your blog articles from the comfort of your computer with a simple to use CLI.

v0.1.22(4y ago)027MITPHPPHP ^7.4|^8.0

Since Apr 27Pushed 4y ago1 watchersCompare

[ Source](https://github.com/Erth0/posty)[ Packagist](https://packagist.org/packages/erth0/posty)[ RSS](/packages/erth0-posty/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (11)Versions (24)Used By (0)

[![Posty](https://raw.githubusercontent.com/Erth0/posty/main/art/cover.png)](https://raw.githubusercontent.com/Erth0/posty/main/art/cover.png)

\[!\[Latest Version on Packagist\]\[ico-version\]\]\[link-packagist\] \[!\[Total Downloads\]\[ico-downloads\]\]\[link-downloads\] \[!\[Build Status\]\[ico-travis\]\]\[link-travis\] \[!\[StyleCI\]\[ico-styleci\]\]\[link-styleci\]

Table of Contents
-----------------

[](#table-of-contents)

- [Table of Contents](#table-of-contents)
- [Introduction](#introduction)
- [Installation](#installation)
- [Available Commands](#available-commands)
- [Roadmap](#roadmap)
- [Running Tests](#running-tests)
- [License](#license)
- [Credits](#credits)
- [Badges](#badges)

Introduction
------------

[](#introduction)

Posty is a simple way to manage your articles with a simple to use command line tool.

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

[](#installation)

`composer global require erth0/posty`

From the project where you would like to add the blog posts you need to require the `posty-laravel-client`:

`composer require erth0/posty-laravel-client`

After finishing with the installation of `posty-laravel-client` you need to generate the api key which will be used by the cli.

`php artisan posty:generate`

This will generate the api key which you need to copy and save it for later use and you need to add the `POSTY_HASHED_API_KEY` env in your project environment. This will be used to connect the posty cli with your project.

Next you need to create a folder in your local machine and `cd` in the folder then you need to run the `posty link` **command** so you can link the website you would like to manage the articles. You will be promted to enter few details such as:

- Project Name (required)
- API Endpoint (required)
- API Endpoint Prefix (optional)
- API Key (required)

After all the configurations have been set you will get a success message and this folder is linked with the above project. To make sure the folder was linked successfully with the project you can test it with `posty test` **command**

Available Commands
------------------

[](#available-commands)

- `posty link` (This will link the folder you are in with the desired project)
- `posty unlink` (This will unlink the folder you are in with the linked project)
- `posty update` (This will update project configurations)
- `posty projects` (This will list all the linked folders with projects)
- `posty test` (This will test the connection between cli and the client)
- `posty topics:list` (This will list all the topics)
- `posty topic:create` (This will create a new topic)
- `posty topic:update` (This will update topic)
- `posty topic:delete` (This will delete topic)
- `posty tags:list` (This will list all the tags)
- `posty tag:create` (This will create a new tag)
- `posty tag:update` (This will update tag)
- `posty tag:delete` (This will delete tag)
- `posty create` (This will create a new draft article)
- `posty update my-first-article.md` (This will update the article)
- `posty delete my-first-article.md` (This will delete the article)
- `posty sync` (This will synchronize all the articles within the linked project)

Roadmap
-------

[](#roadmap)

- Additional browser support
- Add more integrations

Running Tests
-------------

[](#running-tests)

To run tests, run the following command

```
    ./vendor/bin/pest
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

Credits
-------

[](#credits)

- [@emukja](https://www.github.com/erth0) for development.

Badges
------

[](#badges)

Add badges from somewhere like: [shields.io](https://shields.io/)

[![MIT License](https://camo.githubusercontent.com/7c124530b7c185c6928998842a1a52ed4bfd21071bf67db8f325f470cc3160a3/68747470733a2f2f696d672e736869656c64732e696f2f61706d2f6c2f61746f6d69632d64657369676e2d75692e7376673f)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSEs)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

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 ~5 days

Recently: every ~25 days

Total

23

Last Release

1729d ago

PHP version history (2 changes)v0.1.2PHP ^7.3

v0.1.21PHP ^7.4|^8.0

### Community

Maintainers

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

---

Tags

consolelaravel-zerocommandarticlesposty-laravel-zeropostyposty-clilaravel-posty-cliposty-console

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/erth0-posty/health.svg)

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

###  Alternatives

[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

9989.0k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

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