PHPackages                             ericktucto/touch - 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. ericktucto/touch

ActiveLibrary[Framework](/categories/framework)

ericktucto/touch
================

Microframework for web applications

v1.0.2-alpha(yesterday)14↑650%MITPHPPHP ^8.4CI passing

Since Apr 6Pushed yesterday1 watchersCompare

[ Source](https://github.com/ericktucto/touch)[ Packagist](https://packagist.org/packages/ericktucto/touch)[ RSS](/packages/ericktucto-touch/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (22)Versions (4)Used By (0)

Touch
=====

[](#touch)

Microframework PHP, create to web applications with Touch

Table of contents
-----------------

[](#table-of-contents)

- [Install with Composer](#install-with-composer)
- [Steps to create basic application](#steps-to-create-basic-application)
    - [1. Create config.yml](#1-create-configyml)
    - [2. Create index.php file](#2-create-indexphp-file)
- [Integrated Packages](#integrated-packages)
- [Ecosystem](#ecosystem)
    - [Routing](#routing)

Install with Composer
---------------------

[](#install-with-composer)

```
composer require ericktucto/touch
```

Steps to create basic application
---------------------------------

[](#steps-to-create-basic-application)

### 1. Create `config.yml`

[](#1-create-configyml)

```
env: local # local or production
```

### 2. Create index.php file

[](#2-create-indexphp-file)

```
