apex/levis

Small, light weight framework allowing quick deployment.

1.0.4 2024-01-26 07:38 UTC

This package is auto-updated.

Last update: 2024-04-30 13:53:01 UTC


README

Small, lightweight PHP framework allowing you to quickly and efficiently develop your operations.

If you find Levis to be too lightweight or missing desired functionality, please take a look at Apex at https://apexpl.io/ which is a larger and more feature rich version.

Installation

Install via composer with:

composer create-project apex/levis

Start HTTP server with the commands:

cd levis/public
php -S 127.0.0.1:80 index.php

You may now open http://127.0.0.1/ to view the Levis home page in your browser.

Docker

Otherwise, install via Docker with:

git clone https://github.com/apexpl/levis
cd levis
docker-compose up -d

Upon successful installation via Docker, the site will be available at http://127.0.0.1/.

Table of Contents

  1. Quick Start
  2. The Basics
  3. HTTP Requests
  4. app Class
  5. Database
  6. levis CLI Code Generation Commands
  7. Views
  8. Unit Tests

Additional Resources

Contact

For any enquiries, please contact me via e-mail at matt@apexpl.io.