Download the PHP package bigins/scriptor without Composer

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

Scriptor Header

Scriptor

Scriptor is a lightweight and versatile flat-file CMS for creating microsites, blogs, or wikis.

Demo: https://demos.scriptor-cms.info

Get started quickly:

The intuitive control panel helps you get up and running quickly - you'll have it installed in no time. A basic blog theme is already pre-installed, so you can get started right away. Use the default theme or create your own theme with ease.

Installation

Requirements

To install Scriptor, make sure you have the following:

Via Composer Create-Project

You can install Scriptor by using Composer. Run the following command:

Via Composer Require

If you prefer, you can add Scriptor to an existing project inside the vendor/ directory:

Git Clone

Installing from a Zip Archive

To install Scriptor from a zip archive, follow these steps:

  1. Click Download to download the archive.
  2. Unpack the archive.
  3. Upload the contents of the Scriptor folder to the root directory on the server. Alternatively, you can upload it to a folder if you want to run the CMS in a subfolder. If you only want to interact programmatically with Scriptor, place the library outside the root directory. For more information, see the section on "Using Scriptor as a library" below.

Use Scriptor as your website platform

If you want to use Scriptor as your website platform, it should be located in the root directory of your domain.

Admin panel

To access the admin panel, go to the home page of your website and simply add the text editor/ to the URL in your browser:

If you are using Scriptor in a subdirectory:

Admin initial login

(!) Change password/username at first login

User: admin
Password: gT5nLazzyBob

Use Scriptor as a library

To include the Scriptor library in your own project, simply add the boot.php file:

or use composer autoload:

Now you can use Scriptor in your own code:

Links

Header image by

Freepik

License

The MIT License (MIT)


All versions of scriptor with dependencies

PHP Build Version
Package Version
Requires php Version >=8.1.0
ext-gd Version *
ext-mbstring Version *
ext-dom Version *
ext-json Version *
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 bigins/scriptor contains the following files

Loading the files please wait ....