An open API service indexing awesome lists of open source software.

https://github.com/swellphp/micro-swell

The Swell PHP Microframework
https://github.com/swellphp/micro-swell

Last synced: 22 days ago
JSON representation

The Swell PHP Microframework

Awesome Lists containing this project

README

          

#Micro-swell
A simple Php framework for Application container, Dependency Injection and Http requirements.

Basically, the application layer for Php projects.

[![Build Status](https://travis-ci.org/swellphp/micro-swell.svg?branch=master)](https://travis-ci.org/swellphp/micro-swell)

##This package is initial stages of development
Not much is useful to anyone just yet except for if you wish to see how such a framework can be put together.

##Purpose
The purpose of micro-swell is to satisfy my personal requirements to have a really non-intrusive and a really not opinionated framework that I can use as I please in different projects with varying architecture and structure.

##Roadmap
I am aiming to have an initial release with just the basic requirements and tests
[as per milestone](https://github.com/swellphp/micro-swell/milestones/Initial%20Release%20of%20Swell%20Microframework)

I intend to add more features, components and wrappers afterwards depending on my project's requirements and possibly your ideas :)

These will most probably be add-ons and not necessarily a part of the micro-swell framework.

## Licence

This is a free software distributed under the terms of the MIT License.

## Contribution guidelines

Please follow the PSR-2 coding style guidelines and PSR-4 directory structure
guidelines.

Semantic versioning is used, however, this should not have any implications on
development forks.

To contribute, fork the
[The main repository: https://github.com/swellphp/micro-swell](https://github.com/swellphp/micro-swell) and checkout a branch from the develop branch of your fork. Once ready, submit a
pull request to the main repository's **develop branch**.

The name of your branch should be named as the issue key of GitHub (git-xx) or Jira (future).

Please report any issues you encounter on the issues page.

*A HipChat public room can be made available if requested*