PHPackages                             laiz/laiz-sample-task - 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. laiz/laiz-sample-task

ActiveLibrary[Framework](/categories/framework)

laiz/laiz-sample-task
=====================

Sample Application of Laiz Web Framework

v1.0.3(12y ago)00MITPHP

Since Apr 17Pushed 11y ago1 watchersCompare

[ Source](https://github.com/nishimura/laiz-sample-task)[ Packagist](https://packagist.org/packages/laiz/laiz-sample-task)[ RSS](/packages/laiz-laiz-sample-task/feed)WikiDiscussions master Synced 1mo ago

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

Laiz Sample Application: Task
=============================

[](#laiz-sample-application-task)

Laiz Framework Application Sample.

Framework Setup
---------------

[](#framework-setup)

```
composer.phar create-project laiz/laiz-sample-task laiz-sample-task
cd laiz-sample-task
mkdir cache
chmod o+w cache

```

Apache Virtual Host Configuration
---------------------------------

[](#apache-virtual-host-configuration)

```

    ServerAdmin webmaster@localhost
    ServerName localhost

    DocumentRoot /home/to/path/laiz-sample-task/public
    SetEnv APPLICATION_ENV "development"
    #SetEnv APPLICATION_ENV "production"

        DirectoryIndex index.html
        AllowOverride All
        Order allow,deny
        Allow from all

```

Setup Database
--------------

[](#setup-database)

```
createuser laiz-sample -P
# Enter password: secret
createdb -O laiz-sample laiz-sample-task
psql -h localhost -U laiz-sample laiz-sample-task < db/version0.sql

```

View in Browser
---------------

[](#view-in-browser)

Access to localhost. Login id is `user1` and password is `my-password`. Thereis in config/develop\_auth.ini file.

Change Authentication Adapter to Db
-----------------------------------

[](#change-authentication-adapter-to-db)

- Change from IniMd5 to Db in config/di.ini
- run vender/bin/migration.php
- Change Laiz/Sample/Task/Page/Session#add method

    $result = $auth-&gt;login($this-&gt;id, md5($this-&gt;password));

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~65 days

Total

4

Last Release

4575d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d24d51f0161c08e350b46433c98c21ff80d2cc5f22f5648f83a1aafd86bc3f76?d=identicon)[nishimura](/maintainers/nishimura)

---

Top Contributors

[![nishimura](https://avatars.githubusercontent.com/u/146196?v=4)](https://github.com/nishimura "nishimura (11 commits)")

---

Tags

framework

### Embed Badge

![Health badge](/badges/laiz-laiz-sample-task/health.svg)

```
[![Health](https://phpackages.com/badges/laiz-laiz-sample-task/health.svg)](https://phpackages.com/packages/laiz-laiz-sample-task)
```

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
