PHPackages                             diasbruno/stc - 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. diasbruno/stc

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

diasbruno/stc
=============

static pages.

048[1 issues](https://github.com/diasbruno/stc/issues)1PHP

Since Nov 25Pushed 11y agoCompare

[ Source](https://github.com/diasbruno/stc)[ Packagist](https://packagist.org/packages/diasbruno/stc)[ RSS](/packages/diasbruno-stc/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (1)

stc
===

[](#stc)

[![Build Status](https://camo.githubusercontent.com/f810773a232402037ad7ac4136c17ae95b2c6029ad6b617f4a4a527e98bf5346/68747470733a2f2f7472617669732d63692e6f72672f646961736272756e6f2f7374632e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/diasbruno/stc)

A static page generator.

The main objective of stc is to make a simple and extensible static page generator.

### Getting started

[](#getting-started)

You will need [composer](http://getcomponser.org). That's it.

Create your composer file and added the STC core engine.

```
{
  ...
  "require": {
    "diasbruno/stc": "dev-master"
  }
}

```

In the same path as your composer.json file, creates your project file (project.php).

This should be enough to have a start project.

```
