Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.61 KB

File metadata and controls

38 lines (31 loc) · 1.61 KB

Tinycar beta

An open source application for running small admin user interfaces.

Summary

Tinycar is an application to run multiple administration user interfaces that are each defined with a single XML-file. This might be very useful to you, if you need a user-friendly tool to manage your custom content, but you don't have the time or know-how to develop one, let alone provide future support for it. Tinycar lets you focus on your solution rather than its administration.

Features

  • Application-specific datamodels and built-in SQLite-databases
  • HTTP-accessable JSON API for external integrations
  • 26 available UI components
  • Support for multiple language versions
  • Optional authentication mechanism
  • Option to add application-specific services and webhooks

Requirements

  • PHP >= 5.3
  • PHP extensions enabled: mbstring, PDO, pdo_sqlite

Installation

  1. Grant writing privileges to folder tinycar/storage and all of its subfolders
  2. Complete the installation by pointing your web browser to tinycar/public/index.php

Development tools

  • Composer
  • Gulp
  • TypeScript
  • PHPUnit

Included integrations

License

Tinycar uses the MIT-license.