slabphp/slabphp

SlabPHP Web Platform

v0.1.13 2018-02-11 00:00 UTC

This package is auto-updated.

Last update: 2024-07-20 11:49:05 UTC


README

This is the core SlabPHP library. The purpose of it is to create a system object, select an appropriate controller, execute it, and display the result. That's the general flow of every of any particular SlabPHP request. This library depends on all the other SlabPHP libraries.

SlabPHP Components

SlabPHP is made of a bunch of atomic components that can be used separately or together. The components rely on a shared library of interfaces. You can use the pre-built components or even write your own. Some libraries are also optional so feel free to bring your own logger, database, session handler, etc.

Production Deployment

SlabPHP will include PHPUnit and a debug library that can add a debug bar to the standard template. When deploying to production, make sure you use no-dev and optimize-autoloader.

composer update --no-dev -o

Feedback, Changes, Comments, Concerns

Feel free to open tickets, email Salerno Labs LLC staff, or most preferably create pull requests for any changes you'd like in the codebase.