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
- Host: GitHub
- URL: https://github.com/agjmills/tight
- Owner: agjmills
- License: mit
- Created: 2019-02-20T13:33:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T08:44:42.000Z (over 1 year ago)
- Last Synced: 2025-05-23T14:49:20.111Z (8 months ago)
- Topics: framework, php, php7-framework
- Language: Twig
- Homepage: https://asdfx.us/tight
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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: [](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.