caffeina-core / core
Platform for rapid application development.
Installs: 5 879
Dependents: 6
Suggesters: 0
Security: 0
Stars: 35
Watchers: 12
Forks: 10
Open Issues: 2
Requires
- php: >=5.6
Requires (Dev)
- phpunit/phpunit: ^5
- dev-master
- 1.8.0
- 1.7.11
- 1.7.10
- 1.7.9
- 1.7.8
- 1.7.7
- 1.7.6
- 1.7.5
- 1.7.4
- 1.7.3
- 1.7.2
- 1.7.2-beta
- 1.7.1
- 1.7.1-beta
- 1.7.0
- 1.7.0-beta
- 1.6.9
- 1.6.8
- 1.6.7
- 1.6.6
- 1.6.5
- 1.6.4
- 1.6.3
- 1.6.2
- 1.6.1
- 1.6.0
- 1.5.3
- 1.5.2
- 1.5.0
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.1.1
- 1.1.0
- 0.9.9
- 0.9.8
- 0.9.2
- 0.9.1
- 0.9.0
- 0.8.6
- 0.8.5
- 0.8.3
- 0.8.2
- 0.8.1
- dev-2.0-refactor
- dev-release-php7.2
- dev-jobs
- dev-queues
- dev-relations
- dev-develop
- dev-release/views_globals
This package is auto-updated.
Last update: 2024-10-16 21:58:16 UTC
README
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:
- Star the project!
- Answer questions that come through GitHub issues
- 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.