PHPackages                             tholcomb/symple - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. tholcomb/symple

ActiveLibrary[Framework](/categories/framework)

tholcomb/symple
===============

Yet Another Symfony-based PHP Framework

v1.0.5(4y ago)023MITPHPPHP &gt;=7.2CI failing

Since May 18Pushed 4y ago1 watchersCompare

[ Source](https://github.com/tholcomb/symple)[ Packagist](https://packagist.org/packages/tholcomb/symple)[ RSS](/packages/tholcomb-symple/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (6)Dependencies (14)Versions (8)Used By (0)

Symple PHP Framework
====================

[](#symple-php-framework)

Yet Another Symfony-based PHP Framework

[![Build Status](https://github.com/tholcomb/symple/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/tholcomb/symple/actions/workflows/ci.yml)[![Latest Stable Version](https://camo.githubusercontent.com/3d61fd49e123da7c60519a185f2ac349411feb7ff8b62c48a6e24f364f373de4/68747470733a2f2f706f7365722e707567782e6f72672f74686f6c636f6d622f73796d706c652f76)](//packagist.org/packages/tholcomb/symple)[![Latest Unstable Version](https://camo.githubusercontent.com/c57bc98d57d2c45a27a021ab3b1116b8d2a8cbd97d132e5302694b1228777365/68747470733a2f2f706f7365722e707567782e6f72672f74686f6c636f6d622f73796d706c652f762f756e737461626c65)](//packagist.org/packages/tholcomb/symple)[![License](https://camo.githubusercontent.com/5bc3ec9234784ee00c9d1e43fa6bfa8724ffda70e8ccd97a3317059eb0db83c0/68747470733a2f2f706f7365722e707567782e6f72672f74686f6c636f6d622f73796d706c652f6c6963656e7365)](//packagist.org/packages/tholcomb/symple)

Install
-------

[](#install)

Quick install: `composer require tholcomb/symple`.

It is recommended to require the individual components instead of this package. e.g. `composer require tholcomb/symple-http tholcomb/symple-twig`

Usage
-----

[](#usage)

- Pimple is used for dependency injection: [Docs](https://pimple.symfony.com/)
- Controllers use Symfony's annotation-based routing: [Examples](https://symfony.com/doc/5.0/routing.html#creating-routes-as-annotations)

Example:
--------

[](#example)

```
