Skip to content

The core Smalldb library (this repository is a read-only mirror).

License

Notifications You must be signed in to change notification settings

smalldb/libSmalldb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

72493df · Sep 2, 2020
Aug 18, 2020
Aug 13, 2020
Aug 29, 2020
Aug 13, 2020
Sep 30, 2019
Aug 7, 2020
Jul 29, 2020
Jan 14, 2014
Jul 28, 2020
Aug 8, 2020
Jan 22, 2014
Sep 2, 2020
Sep 2, 2020
Jun 26, 2020
Jul 30, 2020

Repository files navigation

libSmalldb

Smalldb, the state machine abstraction layer, is the framework to build a model layer of a web application using state machines. Smalldb combines formal finite automata, simple PHP code, and powerful SQL database into a single elegant package.

libSmalldb is the core library of the Smalldb framework. It provides implementation of Smalldb state machines and if used with flupdo, it can provide CRUD operations on SQL database out-of-the-box.

For more details check the project website:

License

The most of the code is published under Apache 2.0 license. See LICENSE file for details.

Contribution guidelines

Project's primary repository is hosted at https://git.frozen-doe.net/smalldb/libsmalldb, feel free to submit issues there or create merge requests.