wjiec/bops

An phalcon-based secondary development framework

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/wjiec/bops

1.0.13 2020-07-11 10:43 UTC

This package is auto-updated.

Last update: 2025-10-05 05:01:59 UTC


README

An phalcon-based secondary development framework.

checks bops example: bops-example

Installation

composer require wjiec/bops

Quick Start

<?php

use Bops\Bootstrap;
use Bops\Navigator\Adapter\Standard;


echo (new Bootstrap(new Standard(dirname(__DIR__))))->run();

TODO

  • Correct status code(400/404/500)