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

https://github.com/agjmills/tight

A really tiny and light PHP framework
https://github.com/agjmills/tight

framework php php7-framework

Last synced: about 1 month ago
JSON representation

A really tiny and light PHP framework

Awesome Lists containing this project

README

          

# Tight

> **This package not stable and probably shouldn't be used yet. Feel free to experiment with it, however.**

Pipeline Status: [![CircleCI](https://circleci.com/gh/agjmills/tight.svg?style=svg)](https://circleci.com/gh/agjmills/tight)

## About

Tight, is a really tiny and light PHP framework, for those occasions when Laravel or Symfony are too much.

The framework code can be found here: [asdfx/tight-framework](https://github.com/agjmills/tight-framework)

Currently it depends upon `twig/twig` for template rendering.

## Installation

```
composer create-project asdfx/tight -s dev
```

## Contributing

Thank you for considering contributing to the Tight framework!

Please just submit a Pull Request, don't be afraid!

## License
The Tight framework is open-source software licensed under the MIT license.