PHPackages                             helloakn/zoteframework - 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. helloakn/zoteframework

ActiveLibrary

helloakn/zoteframework
======================

Zframework , it is php framework.

110PHP

Since Apr 2Pushed 4y ago1 watchersCompare

[ Source](https://github.com/helloakn/zframework)[ Packagist](https://packagist.org/packages/helloakn/zoteframework)[ RSS](/packages/helloakn-zoteframework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

zframework
==========

[](#zframework)

[![Star Count](https://camo.githubusercontent.com/e839297373fe25abf52aa649d572d30d99edbb4b08cec0df224eea8291559f88/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f6a736f6e3f636f6c6f723d627269676874677265656e266c6162656c3d537461722671756572793d7374617267617a6572735f636f756e742675726c3d68747470732533412532462532466170692e6769746875622e636f6d2532467265706f7325324668656c6c6f616b6e2532467a6672616d65776f726b)](https://github.com/helloakn/zframework) [![Licence](https://camo.githubusercontent.com/c2a3d03ad2951c1bcd411d5c277bfe336325bb4895a2700f90e5683e6ce7396d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f6a736f6e3f636f6c6f723d696e666f726d6174696f6e616c266c6162656c3d4c4943454e43452671756572793d6c6963656e73652e6e616d652675726c3d68747470732533412532462532466170692e6769746875622e636f6d2532467265706f7325324668656c6c6f616b6e2532467a6672616d65776f726b)](https://github.com/helloakn/zframework) [![Language](https://camo.githubusercontent.com/139df21d4827a89f13c4b1aa7221d3fed8062989492ab12e139a1ec3f40eea38/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f64796e616d69632f6a736f6e3f636f6c6f723d626c756576696f6c6574266c6162656c3d4c616e67756167652671756572793d6c616e67756167652675726c3d68747470732533412532462532466170692e6769746875622e636f6d2532467265706f7325324668656c6c6f616b6e2532467a6672616d65776f726b)](https://github.com/helloakn/zframework)

Create Project
--------------

[](#create-project)

```
php zframework/zote init

```

After init prject, file structure will be

```
 [dir] zframework
    []...
 [dir] project
    [file] .env
    [dir] public
        [file] index.php
        [file] .htaccess
        [file] robots.txt
    [dir] mobile
        [file] User.php
    [dir] migration
        [file] createUser.php
    [dir] controller
        [file] userController.php
    [file] route.php

```

---

Route
-----

[](#route)

- without controller
- with controller
- route prefix
- route Authorization {with guard}

### Route Example

[](#route-example)

- Route : without controller

```

```

- Route : controller

```
