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.
Informations about the package scriptor
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:
- A Unix or Windows-based web server running Apache.
- Minimum PHP version 8.1.
- ext-mbstring
- ext-gd
- ext-dom
- ext-json
- Apache must support the .htaccess file.
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:
- Click Download to download the archive.
- Unpack the archive.
- 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
- Documentation: https://scriptor-cms.info/documentation/
- Modules/Extensions: https://scriptor-cms.info/extensions/extensions-modules/
- Demo of the default blog theme: https://demos.scriptor-cms.info
Header image by
License
All versions of scriptor with dependencies
ext-gd Version *
ext-mbstring Version *
ext-dom Version *
ext-json Version *