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
- Host: GitHub
- URL: https://github.com/swellphp/micro-swell
- Owner: swellphp
- License: mit
- Created: 2016-06-11T10:26:19.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-13T00:18:39.000Z (almost 10 years ago)
- Last Synced: 2025-08-05T12:56:37.005Z (9 months ago)
- Language: PHP
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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*