Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Levis - Lightweight PHP Framework

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.

About

Lightweight PHP based framework.

Resources

Stars

7 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages