PHPackages                             yasmin/framework - 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. yasmin/framework

ActiveLibrary[Framework](/categories/framework)

yasmin/framework
================

Super fast PHP Framework for building API

1.1.22(6mo ago)0110[1 issues](https://github.com/Yasmin-Hospital/yasmin-framework/issues)MITPHP

Since Oct 24Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/Yasmin-Hospital/yasmin-framework)[ Packagist](https://packagist.org/packages/yasmin/framework)[ RSS](/packages/yasmin-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)DependenciesVersions (26)Used By (0)

Yasmin Framework
================

[](#yasmin-framework)

⚡ Super fast PHP Framework for building API

Quick Start
-----------

[](#quick-start)

1. Get this framework via composer on your project directory (inside www folder if you are using Apache)

```
$ composer require rsyasmin/yasmin-framework

```

2. Create `app/Controllers` folder inside your project directory
3. Create file `HomeController.php` inside `app/Controllers` with this content

```
