Scarlets is a web framework that can help you build a website with API and another build-in system.

0.8.0 2019-11-04 07:47 UTC

This package is auto-updated.

Last update: 2024-04-25 21:18:07 UTC


README

68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e742e7376673f75726c3d6874747073253341253246253246736869656c6473696f2d70617472656f6e2e6865726f6b756170702e636f6d25324673746566616e7361727961253246706c6564676573267374796c653d666f722d7468652d6261646765

Software License Build Status Tweet

Scarlets

This framework still under development

Scarlets is a web framework for PHP that can help you build a website with API and another build-in system. This framework have a lazyload on it's system, so you can select which system that you want to use to keep your website in a high performance state.

Installation instruction

Clone/download this repository and put it on a folder.
Then copy the example folder and edit the framework path on root.php

Install by using command prompt

Make sure you have installed PHP on your computer (Windows and OSX can use XAMPP)
and make sure the php command is available on the command prompt

$ php -v

If not, then you need to set it up on the environment variables.

When the php command is available, open your command prompt and enter this line

$ php -r "copy('https://raw.githubusercontent.com/ScarletsFiction/Scarlets/master/net-install', 'net-install');"
$ php net-install

The framework will automatically installed, and the example files will be prepared on your project folder.

Upgrade

Scarlets have internal upgrade feature

$ php scarlets upgrade

But if there are any error and the framework was unable to be loaded
Please clone this repository and extract it to /vendor/scarletsfiction/scarlets

Getting Started

Setup your custom website domain

Before we started, we need to setup Apache or Nginx to route every HTTP request into /public/ directory.

If you're using Windows, you can use Laragon to easily Switch Document Root that will automatically create new Apache VirtualHost and modify drivers\etc\hosts for you. So you can easily access your project with a custom domain.

This framework has a build-in server by calling

$ php scarlets serve (port) (address) (options)

Address: localhost, network, IPAddress
Options: --log, --verbose

serve_command

Even the build-in server was blazingly fast, it still have some problem because it's running in a single thread for every request. So it's very recommended to setup your website using Nginx. But if you want to deploy a small server into Raspberry PI, Android, or other linux devices it may be better to use the build-in server.

You can also create your own command for your project

interactive_console

The user defined command are editable on /routes/console.php

Documentation

The usage on how to use this framework is in the Wiki

Contribution

If you want to help in Scarlets framework, please fork this project and edit on your repository, then make a pull request to here.

License

Scarlets is under the MIT license.
Help improve this framework by support the author \(≧▽≦)/