PHPackages                             instante/skeleton - 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. instante/skeleton

ActiveLibrary[Framework](/categories/framework)

instante/skeleton
=================

Instante - instant Nette web application devstack

0.10.0(9y ago)82675[7 issues](https://github.com/instante/skeleton/issues)BSD-3-ClauseJavaScriptPHP &gt;=5.6.0

Since Aug 18Pushed 8y ago5 watchersCompare

[ Source](https://github.com/instante/skeleton)[ Packagist](https://packagist.org/packages/instante/skeleton)[ RSS](/packages/instante-skeleton/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (8)Versions (13)Used By (0)

```
  ___           _              _                   //
 |_ _|_ __  ___| |_ __ _ _ __ | |_ ___       .∩∩.//
  | || '_ \/ __| __/ _` | '_ \| __/ _ \     .∩∩∩∩.
  | || | | \__ \ || (_| | | | | ||  __/    \     ) /
 |___|_| |_|___/\__\__,_|_| |_|\__\___|     \_____/

```

[![Build Status](https://camo.githubusercontent.com/43b611d9e11168306d95a613780055394aa907ceac137407c4ca97dbff1f3701/68747470733a2f2f7472617669732d63692e6f72672f696e7374616e74652f736b656c65746f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/instante/skeleton)[![Downloads this Month](https://camo.githubusercontent.com/2e6af1c537ff8c73960e80bbe95e9429bdbf4adb0209103022899eb9994361c5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f696e7374616e74652f736b656c65746f6e2e737667)](https://packagist.org/packages/instante/skeleton)[![Latest stable](https://camo.githubusercontent.com/b5b261625b17d5dc6f1891f310293ce1c4fb23615504e8caa5a50cb8306fad9d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e7374616e74652f736b656c65746f6e2e737667)](https://packagist.org/packages/instante/skeleton)

Create new application using Instante:
--------------------------------------

[](#create-new-application-using-instante)

1. install skeleton (stable) using composer to current directory:

    ```
    composer create-project instante/skeleton .

    ```

    To install current development release, use

    ```
    composer create-project instante/skeleton . dev-master

    ```
2. customize this readme.md to correspond to your new project (and remove this "Create new application" section)
3. use bin/deployment/init-project.php to initialize your new project or customize composer.json, frontend/package.json, frontend/bower.json with your own project name, description, license etc.
4. initialize new git repository in project's folder:

    ```
    git init
    # on windows, use bin/git/setup-git.cmd to use LF line endings
    git add .
    git commit -m "initial commit"

    ```

Deploy application:
-------------------

[](#deploy-application)

1. install dependencies by executing `composer install` from project root
2. Ensure that the database schema exists and is empty. Optionally, you may create one extra database schema for tests.
3. Ensure that the www server has write access to these folders
    - temp
    - log
4. setup local environment using bin/deployment/deploy-project.php

Develop/compile frontend:
-------------------------

[](#developcompile-frontend)

install node.js, then use shell commands:

```
# setup
# install gulp and bower as global node.js module
your-project/frontend$ npm install -g gulp
your-project/frontend$ npm install -g bower

# install local grunt packages
your-project/frontend$ npm install

# install local bower components
your-project/frontend$ bower install

# start watchdog
your-project/frontend$ gulp

```

the watchdog starts to automatically optimize images and svgs, compile css, js and requirejs schema on any change.

More about frontend build process and folder structure at [frontend/readme.md](frontend/readme.md)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance3

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 88.3% 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 ~39 days

Recently: every ~49 days

Total

12

Last Release

3500d ago

PHP version history (3 changes)0.9.0PHP &gt;=5.4.0

0.9.5PHP &gt;=5.5.0

0.10.0PHP &gt;=5.6.0

### Community

Maintainers

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

---

Top Contributors

[![richard-ejem](https://avatars.githubusercontent.com/u/7109726?v=4)](https://github.com/richard-ejem "richard-ejem (203 commits)")[![honzaskovran](https://avatars.githubusercontent.com/u/13311431?v=4)](https://github.com/honzaskovran "honzaskovran (22 commits)")[![honzagula](https://avatars.githubusercontent.com/u/15079308?v=4)](https://github.com/honzagula "honzagula (3 commits)")[![MartinStepar](https://avatars.githubusercontent.com/u/794505?v=4)](https://github.com/MartinStepar "MartinStepar (2 commits)")

### Embed Badge

![Health badge](/badges/instante-skeleton/health.svg)

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

###  Alternatives

[vojtech-dobes/nette-ajax-history

Adds History API support for Nette Framework.

30179.4k2](/packages/vojtech-dobes-nette-ajax-history)[flame/modules

Nette modules on the Steroids

1361.6k3](/packages/flame-modules)[flame/tiny-rest

Smart implementation of REST for Nette

101.1k](/packages/flame-tiny-rest)

PHPackages © 2026

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