Download the PHP package slabphp/slabphp without Composer

On this page you can find all versions of the php package slabphp/slabphp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package slabphp

SlabPHP Web Framework

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.

Component Description
Core SlabPHP Library includes all of these via composer and provides structure for using the framework.
Templating and Display Library SlabPHP's output and templating library
Router light-weight web router with validators for routes
Component Interface Library external interface library with shareable testing mocks
Debug Utility the debug utility displays a helpful debug bar at the bottom of default SlabPHP pages
Base Controller Library some base controllers to help you get started
Bundle Stack Library manage a hierarchy of bundles so you can easily share code between them
Landing Page Bundle this page's source code and an example SlabPHP bundle
Sequencer Library this library helps you write re-usable controllers by extending controller sequences
Database Library a simple relational database wrapper with token binding
Cache Manager Library a simple cache manager wrapper with memcache and redis providers
Configuration Library a configuration library that loads files from a hierarchy of bundles
Session Library provides flash data capabilities and session handlers that work in both native and the slabphp session system
Input Manager Library a small input manager library that sanitizes input to the application
Concatenator Library a simple library that provides concatenation of files, urls, etc. for use in controllers

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.


All versions of slabphp with dependencies

PHP Build Version
Package Version
Requires psr/log Version ^1.0
slabphp/component-interfaces Version ^0.2
slabphp/input-manager Version ^0.1.1
slabphp/configuration-manager Version ^0.1.0
slabphp/sequencer Version ^0.1.1
slabphp/router Version ^0.1.0
slabphp/cache-manager Version ^0.1.0
slabphp/display Version ^0.1.0
slabphp/session-manager Version ^0.1.0
slabphp/concatenator Version ^0.1.0
slabphp/bundle-stack Version ^0.1.0
slabphp/database Version ^0.1.0
slabphp/controllers Version ^0.1.1
slabphp/landing Version ^0.1.0
monolog/monolog Version ^1.23
ext-mbstring Version ^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package slabphp/slabphp contains the following files

Loading the files please wait ....