Download the PHP package schlaefer/saito without Composer

On this page you can find all versions of the php package schlaefer/saito. 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 saito

Saito

What is it?

Saito is a web-forum with conversation threading. It is different from the majority of other forums as it puts the emphasis on performance and presenting conversations in a classic tree-style threaded view.

A lot of optimization went into serving long existing, small- to mid-sized communities with moderate traffic but hundreds of thousands of existing postings. It is able to displays hundreds of individual postings on a single page while running on a inexpensive, shared hosting account.

Test it here (login: test/test).

Status

Build Status Scrutinizer Code Quality

Requirements

Get Started

A ready-to-use ZIP containing all necessary files is available on the release page. Unzip it, upload it to your server, open it in a browser, and follow the instructions on the screen.

Development

Set-Up Environment

You need a more or less generic environement providing:

There's a docker file for development in dev/docker/…

Install Files

Checkout the files from git-repository and install the dependencies:

Move dependency-assets into the right places:

Run all test cases:

See the Gruntfile, packages.json and composer.json for additional devleopment-commands.

Create Production Files

To generate all the minimized assets for production:

Create A Release Zip

To generate a zip-package as found on the release page for distribution:

FAQ

How does it compare to mylittleforum

Actually this forum was written to replace a mylittleforum installation with a more modern approach. Mylittleforum is a noteworthy starting place if you want a threaded web-forum. There aren't that many out there. Mylittleforum exists for many years now and offers great features.

Disclaimer: Subjective opinion ahead…

But there are a shortcommings, mainly: performance and maintainability. If a mylittleforum installation reaches a few hundred thousand postings it is going to slow down. Also it was written when PHP was a much worse language: there are no test cases, which makes it more fragile to changes.


All versions of saito with dependencies

PHP Build Version
Package Version
Requires php Version >=7.2
cakephp/cakephp Version 3.8.*
cakephp/migrations Version @stable
cakephp/plugin-installer Version *
josegonzalez/dotenv Version *
mobiledetect/mobiledetectlib Version 2.*
aura/di Version ^4.0
davidyell/proffer Version ^1.0
jbbcode/jbbcode Version ~1.4
markstory/geshi Version ^3
siezi/cakephp-simple-captcha Version *
yzalis/identicon Version *
league/commonmark Version ^1.0
suin/php-rss-writer Version ^1.6
friendsofcake/bootstrap-ui Version dev-develop
friendsofcake/search Version ^4.4
claviska/simpleimage Version ^3.3
embed/embed Version ^3.3
layershifter/tld-extract Version ^2.0
cakephp/authentication Version ^1.2
firebase/php-jwt Version ^5.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 schlaefer/saito contains the following files

Loading the files please wait ....