All Projects → caffeina-core → core

caffeina-core / core

Licence: MIT license
Platform for rapid application development.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to core

aleph
A simple PHP framework for very small sites
Stars: ✭ 14 (-54.84%)
Mutual labels:  php-framework, microframework
Jooby
The modular web framework for Java and Kotlin
Stars: ✭ 1,309 (+4122.58%)
Mutual labels:  modular, microframework
glide
a modular but comfy startpage for many scenarios
Stars: ✭ 39 (+25.81%)
Mutual labels:  modular
meerk40t
Hackable Laser software for the K40 Stock-LIHUIYU laser boards.
Stars: ✭ 133 (+329.03%)
Mutual labels:  modular
AtomSynth
A modular synthesizer built using the juce api.
Stars: ✭ 20 (-35.48%)
Mutual labels:  modular
landing
Landing Page Framework
Stars: ✭ 36 (+16.13%)
Mutual labels:  php-framework
cubic
📦 Easy to scale, zero-config, real-time focused app platform for node.js
Stars: ✭ 16 (-48.39%)
Mutual labels:  modular
python-batch-runner
A tiny framework for building batch applications as a collection of tasks in a workflow.
Stars: ✭ 22 (-29.03%)
Mutual labels:  microframework
Eurorack
Eurorack modules designed by Lorenz Neumann
Stars: ✭ 28 (-9.68%)
Mutual labels:  modular
InitKit
Neo-InitWare is a modular, cross-platform reimplementation of the systemd init system. It is experimental.
Stars: ✭ 364 (+1074.19%)
Mutual labels:  modular
RPGenie
A set of tools to help you develop RPG games in Python
Stars: ✭ 27 (-12.9%)
Mutual labels:  modular
twigs
Alternate firmware for Mutable Instruments Branches synthesizer module
Stars: ✭ 21 (-32.26%)
Mutual labels:  modular
Mind
Mind is the PHP code framework designed for developers. It offers a variety of solutions for creating design patterns, applications and code frameworks.
Stars: ✭ 30 (-3.23%)
Mutual labels:  php-framework
hleb
PHP Micro-Framework HLEB
Stars: ✭ 58 (+87.1%)
Mutual labels:  php-framework
svelto
Modular front end framework for modern browsers, with battery included: 100+ widgets and tools.
Stars: ✭ 61 (+96.77%)
Mutual labels:  modular
ekzo
💫 Functional Sass framework for rapid and painless development
Stars: ✭ 32 (+3.23%)
Mutual labels:  modular
SymfonyModularRouting
[DEPRECATED] Decouple your Symfony routing to independent, standalone services.
Stars: ✭ 18 (-41.94%)
Mutual labels:  modular
unity-puzzlesystem-asset
The asset for the Unity Engine that allows to quickly create customisable puzzles.
Stars: ✭ 21 (-32.26%)
Mutual labels:  modular
rawphp
A powerful, robust and API-first, PHP framework that helps people from different PHP backgrounds work on the same project seamlessly. You can write Laravel, CakePHP, Slim, Symphone and Procedural PHP code inside it and it all works perfectly. Its the PHP Framework for everyone.
Stars: ✭ 31 (+0%)
Mutual labels:  php-framework
VoxelGamesLib
Multi-platform, fully-featured, data-driven, abstract and expendable minecraft minigames framework
Stars: ✭ 15 (-51.61%)
Mutual labels:  modular


Scrutinizer Code Quality Build Status Total Downloads Latest Stable Version Latest Unstable Version License Gitter FOSSA Status

Core is a platform, a collection of components for rapid application development. It doesn't make decisions for you; it gives you tools to build your own solutions.

Installation

Install via composer:

$ composer require caffeina-core/core

Documentation

See the wiki.

Contributing

How to get involved:

  1. Star the project!
  2. Answer questions that come through GitHub issues
  3. Report a bug that you find

Core follows the GitFlow branching model. The master branch always reflects a production-ready state while the latest development is taking place in the develop branch.

Each time you want to work on a fix or a new feature, create a new branch based on the develop branch: git checkout -b BRANCH_NAME develop. Only pull requests to the develop branch will be merged.

Pull requests are highly appreciated.

Solve a problem. Features are great, but even better is cleaning-up and fixing issues in the code that you discover.

Versioning

Core is maintained by using the Semantic Versioning Specification (SemVer).

Copyright and license

Copyright 2014-2016 Caffeina srl under the MIT license.

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].