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

ActiveProject[Framework](/categories/framework)

kinetise/alterapi-skeleton
==========================

Base backend for kinetise apps

0371HTML

Since Feb 24Pushed 10y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

AlterApi Skeleton
=================

[](#alterapi-skeleton)

Welcome to Alterapi Skeleton - a base backend source for [Kinetise](https://www.kinetise.com/) apps.

Requirements:
-------------

[](#requirements)

- PHP &gt;= 5.4.0
- SQLite
- Apache

How to start?
-------------

[](#how-to-start)

AlterApi Skeleton uses [Composer](http://getcomposer.org/) to ease the creation of a new project:

```
$ composer create-project kinetise/alterapi-skeleton path/to/install -s dev
```

Composer will create for you a new project under path/to/install

Next you need to setup a Apache Virtual host pointing to path/to/install/web

```

    ServerName alterapi.skeleton.dev

    ## Vhost docroot
    DocumentRoot "path/to/install/web"

    ## Directories, there should at least be a declaration for path/to/install/web

        Options Indexes MultiViews FollowSymLinks
        AllowOverride All
        Require all granted

            Options -MultiViews

            RewriteEngine On
            #RewriteBase /path/to/app
            RewriteCond %{REQUEST_FILENAME} !-f
            RewriteRule ^ index.php [QSA,L]

    ## Logging
    ErrorLog "/var/log/apache2/alterapi.skeleton.error.log"
    ServerSignature Off
    CustomLog "/var/log/apache2/alterapi.skeleton.access.log" combined

    ## Custom fragment
    SetEnv APP_ENV dev
    SetEnv APP_DEBUG true

```

Base backend collect logs and create some cache files. You need to create a directories for logs and cache files:

```
$ cd path/to/install
$ mkdir -p var/{cache,logs}
```

Your apache user must have permissions to write files under "var" directory.

Last step is creating SQLite database:

```
$ cd path/to/install
$ php app/console orm:schema-tool:create
```

For more information you can browse tutorial included inside:

```
http://alterapi.skeleton.dev/tutorial
```

Enjoy!

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/26a73e6e481e6af53ddc612aef3a90aa9a59544c4706b7295ac960e4d38660ac?d=identicon)[Kinetise](/maintainers/Kinetise)

---

Top Contributors

[![thajdukFAM](https://avatars.githubusercontent.com/u/14312286?v=4)](https://github.com/thajdukFAM "thajdukFAM (11 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

712181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)[laravel/pail

Easily delve into your Laravel application's log files directly from the command line.

91545.3M590](/packages/laravel-pail)

PHPackages © 2026

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