PHPackages                             jersoncarin/wink-publishing - 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. jersoncarin/wink-publishing

ActiveLibrary[Framework](/categories/framework)

jersoncarin/wink-publishing
===========================

Wink Publishing Framework.

v1.2.2(4y ago)09MITVuePHP ^7.3||^7.4||^8.0

Since Nov 6Pushed 4y agoCompare

[ Source](https://github.com/jersoncarin/wink-publishing)[ Packagist](https://packagist.org/packages/jersoncarin/wink-publishing)[ RSS](/packages/jersoncarin-wink-publishing/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (2)Dependencies (1)Versions (32)Used By (0)

[![wink logo](/art/header.png?1)](/art/header.png?1)

Wink adds a nice UI where you can manage a publication of any size with posts, pages, tags, and authors.

You can add photos, code blocks, featured images, social media &amp; SEO attributes, embedded HTML (YouTube Videos, Embedded Podcasts Episodes, Tweets, ...), and markdown!

Wink is used to manage the [official Laravel blog](https://blog.laravel.com), [divinglaravel.com](https://divinglaravel.com), and many more.

Dark &amp; Light modes available so everyone is happy 😁

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

[](#installation)

Wink uses a separate database connection and authentication system so that you don't have to modify any of your project code.

To install Wink, run these commands in the root of your Laravel app:

```
composer require jersoncarin/wink-publishing
php artisan wink:install
php artisan storage:link
```

**Configure the database connection** wink is going to be using in `config/wink.php`. Then run:

```
php artisan wink:migrate
```

Head to `yourproject.test/wink` and use the provided email and password to log in.

Uploading to S3
---------------

[](#uploading-to-s3)

If you want to upload images to S3, update the `storage_disk` attribute in your `wink.php` configuration file to s3. Make sure your S3 disk is correctly configured in your `filesystems.php` configuration file.

```
's3' => [
    'driver' => 's3',
    'key' => env('AWS_ACCESS_KEY_ID'),
    'secret' => env('AWS_SECRET_ACCESS_KEY'),
    'region' => env('AWS_DEFAULT_REGION'),
    'bucket' => env('AWS_BUCKET'),
    'url' => env('CDN_URL'),
    'options' => [
        'CacheControl' => 'public, max-age=315360000'
    ],
],
```

Note: you're going to need to install the AWS-S3 Flysystem adapter, using `composer require league/flysystem-aws-s3-v3` for this to work.

Using Unsplash
--------------

[](#using-unsplash)

Visit  to create a new unsplash app. Grab the 'Access Key' and add it to your `.env` file as `UNSPLASH_ACCESS_KEY`. Lastly, add unsplash to your `config/services.php` file:

```
'unsplash' => [
    'key' => env('UNSPLASH_ACCESS_KEY'),
],
```

Updates
-------

[](#updates)

After each update, make sure you run these commands:

```
php artisan wink:migrate
php artisan vendor:publish --tag=wink-assets --force
```

Displaying your content
-----------------------

[](#displaying-your-content)

Wink is faceless, it doesn't have any opinions on how you display your content in your frontend. You can use the wink models in your controllers to display the different resources:

- `Wink\WinkPost`
- `Wink\WinkPage`
- `Wink\WinkAuthor`
- `Wink\WinkTag`

To display posts and pages content, use `$post->content` instead of `$post->body`. The content will always be in HTML format while the body might be HTML or raw markdown based on the post type.

Credits
-------

[](#credits)

- Jerson Carin
- Original Creator [Mohamed Said](https://github.com/themsaid)
- [All contributors](https://github.com/themsaid/wink/contributors)

Special thanks to [Caneco](https://twitter.com/caneco) for the logo ✨

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

[](#contributing)

Check the [contribution guide](CONTRIBUTING.md).

License
-------

[](#license)

Wink is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity77

Established project with proven stability

 Bus Factor1

Top contributor holds 72.2% 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 ~49 days

Recently: every ~121 days

Total

24

Last Release

1615d ago

Major Versions

v0.2 → v1.0.12020-05-17

PHP version history (4 changes)v0.0.1PHP ^7.1

v1.0.1PHP ^7.3

v1.1.0PHP ^7.3||^7.4

v1.2.1PHP ^7.3||^7.4||^8.0

### Community

Maintainers

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

---

Top Contributors

[![themsaid](https://avatars.githubusercontent.com/u/4332182?v=4)](https://github.com/themsaid "themsaid (226 commits)")[![conroyp](https://avatars.githubusercontent.com/u/143244?v=4)](https://github.com/conroyp "conroyp (17 commits)")[![diaafares](https://avatars.githubusercontent.com/u/1811607?v=4)](https://github.com/diaafares "diaafares (14 commits)")[![bilias23](https://avatars.githubusercontent.com/u/594244?v=4)](https://github.com/bilias23 "bilias23 (5 commits)")[![ninjaparade](https://avatars.githubusercontent.com/u/228899?v=4)](https://github.com/ninjaparade "ninjaparade (5 commits)")[![clarkewing](https://avatars.githubusercontent.com/u/7689302?v=4)](https://github.com/clarkewing "clarkewing (4 commits)")[![assertchris](https://avatars.githubusercontent.com/u/200609?v=4)](https://github.com/assertchris "assertchris (4 commits)")[![avosalmon](https://avatars.githubusercontent.com/u/7438395?v=4)](https://github.com/avosalmon "avosalmon (4 commits)")[![skoyah](https://avatars.githubusercontent.com/u/36083448?v=4)](https://github.com/skoyah "skoyah (3 commits)")[![tvbeek](https://avatars.githubusercontent.com/u/2026498?v=4)](https://github.com/tvbeek "tvbeek (3 commits)")[![jersoncarin](https://avatars.githubusercontent.com/u/63774442?v=4)](https://github.com/jersoncarin "jersoncarin (3 commits)")[![pkracer](https://avatars.githubusercontent.com/u/3959135?v=4)](https://github.com/pkracer "pkracer (3 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![josiasmontag](https://avatars.githubusercontent.com/u/1945577?v=4)](https://github.com/josiasmontag "josiasmontag (2 commits)")[![kavanpancholi](https://avatars.githubusercontent.com/u/5137072?v=4)](https://github.com/kavanpancholi "kavanpancholi (2 commits)")[![2bj](https://avatars.githubusercontent.com/u/71068?v=4)](https://github.com/2bj "2bj (1 commits)")[![ahmedash95](https://avatars.githubusercontent.com/u/8272048?v=4)](https://github.com/ahmedash95 "ahmedash95 (1 commits)")[![KhawlahElshah](https://avatars.githubusercontent.com/u/31843646?v=4)](https://github.com/KhawlahElshah "KhawlahElshah (1 commits)")[![kylebarney](https://avatars.githubusercontent.com/u/15039520?v=4)](https://github.com/kylebarney "kylebarney (1 commits)")[![Lloople](https://avatars.githubusercontent.com/u/5665466?v=4)](https://github.com/Lloople "Lloople (1 commits)")

---

Tags

frameworklaravelblog

### Embed Badge

![Health badge](/badges/jersoncarin-wink-publishing/health.svg)

```
[![Health](https://phpackages.com/badges/jersoncarin-wink-publishing/health.svg)](https://phpackages.com/packages/jersoncarin-wink-publishing)
```

###  Alternatives

[themsaid/wink

Wink Publishing Framework.

2.9k101.1k2](/packages/themsaid-wink)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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