PHPackages                             flaviozantut/skorry - 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. flaviozantut/skorry

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

flaviozantut/skorry
===================

Make fast your personal site!

v0.0.2(12y ago)20282MITPHPPHP &gt;=5.4.0

Since Aug 19Pushed 8y ago3 watchersCompare

[ Source](https://github.com/flaviozantut/skorry)[ Packagist](https://packagist.org/packages/flaviozantut/skorry)[ RSS](/packages/flaviozantut-skorry/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (9)Versions (4)Used By (0)

skorry - Make fast your personal site!
--------------------------------------

[](#skorry---make-fast-your-personal-site)

[![Print Screen](https://camo.githubusercontent.com/466602aeb26474d611031d17ec04ea806e02709683e4d7432fa711a77b45fd21/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f32303635323138332f736b6f7272792e706e67)](http://flavio.pw)

---

[![Latest Stable Version](https://camo.githubusercontent.com/a05baca8a443152b161480f86c71d9fea00f460fe171385907139707f3baedcc/68747470733a2f2f706f7365722e707567782e6f72672f666c6176696f7a616e7475742f736b6f7272792f762f737461626c652e706e67)](https://packagist.org/packages/flaviozantut/skorry)

[![Total Downloads](https://camo.githubusercontent.com/53af5de8b22d34dd3023994178dd27e016c5991b1b305b03bd0d9360a8e9c4b0/68747470733a2f2f706f7365722e707567782e6f72672f666c6176696f7a616e7475742f736b6f7272792f646f776e6c6f6164732e706e67)](https://packagist.org/packages/flaviozantut/skorry)

[![Scrutinizer Quality Score](https://camo.githubusercontent.com/062c304cdf5771840b2bc7292f61116f204c21e8a12fb48401e2b285958e5827/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c6176696f7a616e7475742f736b6f7272792f6261646765732f7175616c6974792d73636f72652e706e673f733d63336333333735376163623939626434613766306337666463623631303966656638306461353234)](https://scrutinizer-ci.com/g/flaviozantut/skorry/)

[![Code Coverage](https://camo.githubusercontent.com/6bdba27102041ceedb786e268a28320e0af290cb2340eb07f978e05a69cc68c4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f666c6176696f7a616e7475742f736b6f7272792f6261646765732f636f7665726167652e706e673f733d34323435303439663631353863333862386631376563396231393234643739393332313961393961)](https://scrutinizer-ci.com/g/flaviozantut/skorry/)

[![Build Status](https://camo.githubusercontent.com/3996dd4d7d01a10bd29215bcbdcc3d034170ac4472340fae0af80c75146a99d1/68747470733a2f2f64726f6e652e696f2f6769746875622e636f6d2f666c6176696f7a616e7475742f736b6f7272792f7374617475732e706e67)](https://drone.io/github.com/flaviozantut/skorry/latest)

---

This project inspired on [syte](https://github.com/rigoneri/syte), but using PHP and Markdown to manage posts

### Install

[](#install)

```
curl -s http://getcomposer.org/installer | php
composer.phar create-project flaviozantut/skorry skorry
cd skorry
php artisan post:make
php artisan serve

```

### Update informations

[](#update-informations)

```
/*
 * open app/config/skorry.php
 * and replace to your informations
 */

return array(
    /*
    |--------------------------------------------------------------------------
    | Titles
    |--------------------------------------------------------------------------
    |
    */
    'title' => 'Flávio Zantut',
    'subtitle' => 'Web Developer',

    /*
    |--------------------------------------------------------------------------
    | Social
    |--------------------------------------------------------------------------
    |
    */
    "github" => "https://github.com/flaviozantut",
    "foursquare" => "https://foursquare.com/user/3328297",
    "instagram" => "http://instagram.com/flaviozantut",
    "google-plus" => "https://plus.google.com/112100489080294287923",
    "linkedin" => "http://www.linkedin.com/in/desenvolvedorweb",
    "twitter" => "https://twitter.com/flaviozantut",
    "facebook" => "",
    "pinterest" => "",
    "stackexchange" => "",
    "bitbucket" => "",

    /*
    |--------------------------------------------------------------------------
    | Comments
    |--------------------------------------------------------------------------
    |
    */
    "disqus" => "flaviopw",

    /*
    |--------------------------------------------------------------------------
    | analytics
    |--------------------------------------------------------------------------
    |
    */
    "analytics" => "UA-10815887-4",

```

### Custom style

[](#custom-style)

```
/*
 * open app/assets/less/tools/vars.less
 * and set your custom colors values
 */

@gn-menu-bg: #efefef;
@card-bg: lighten(@gn-menu-bg, 3);
@link-collor: #546d7a;
@link-active-collor: lighten(@link-collor, 16);

@bg-collor: #546d7a;
@default-shadow-collor: transparent;

@footer-collor: lighten(#546d7a, 20);

```

Replace 'public/images' favicon.ico and profile.jpg.

### Your personal page will be ready!

[](#your-personal-page-will-be-ready)

---

### Changelog

[](#changelog)

- version 0.0.1-dev
- markdown post manager
- make post from command line
- simple style customization
- dump assets on static files

### Roadmap

[](#roadmap)

1. enable tags
2. rss
3. move assets manager to external package
4. get posts from dropbox
5. get posts from google drive
6. github api integration
7. twitter api integration
8. bitbucket api integration
9. google-plus api integration
10. linkedin api integration
11. instagram api integration
12. facebook api integration
13. foursquare api integration
14. pinterest api integration

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

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.

###  Release Activity

Cadence

Every ~38 days

Total

2

Last Release

4660d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b31739dd3f3b5bc7fe579f5d2e3b5dbb196bc5d7a32508f2d49e67bd2322a56?d=identicon)[flaviozantut](/maintainers/flaviozantut)

---

Top Contributors

[![flaviozantut](https://avatars.githubusercontent.com/u/460185?v=4)](https://github.com/flaviozantut "flaviozantut (25 commits)")

---

Tags

laravelpageblogpersonal site

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/flaviozantut-skorry/health.svg)

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

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.5M925](/packages/statamic-cms)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

101466.4k45](/packages/friendsoftypo3-content-blocks)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17818.7k](/packages/markwalet-nova-modal-response)[rcsofttech/audit-trail-bundle

Enterprise-grade, high-performance Symfony audit trail bundle. Automatically track Doctrine entity changes with split-phase architecture, multiple transports (HTTP, Queue, Doctrine), and sensitive data masking.

1175.2k](/packages/rcsofttech-audit-trail-bundle)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1319.7k3](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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