wjiec/bops

An phalcon-based secondary development framework

1.0.13 2020-07-11 10:43 UTC

This package is auto-updated.

Last update: 2024-04-05 01:53:18 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)