Download the PHP package skyline/compiler without Composer
On this page you can find all versions of the php package skyline/compiler. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download skyline/compiler
More information about skyline/compiler
Files in skyline/compiler
Package compiler
Short Description The compiler package allows you to manually edit the source files and compile them to a bootable structure, so any Skyline Application is able to boot from that compilation.
License BSD-3-Clause
Informations about the package compiler
Skyline CMS Compiler
Skyline CMS boots from a compiled file structure.
The compilation allows it to increase performance while delivering your website, but also, detect possible bug before they occur.
When you are creating a project using composer, you do not need to require the compiler.
in fact, creating projects in development, includes the compiler package automatically.
Direct install
` You can setup several configuration to automatically compile within your IDE, but Skyline CMS will not compile automatically.
Note that the compiler is not designed for performance, so you shoult not use it before responding requests.
In fact, using the compiler in your web application is only recommended inside the administrator panel where you can inform the client about the compiling process.
All versions of compiler with dependencies
ext-libxml Version *
ext-simplexml Version *
ext-json Version *
tasoft/service-manager Version ^2.2
tasoft/config Version ^8
tasoft/tools-path Version ^1.5
skyline/kernel Version ^8
symfony/filesystem Version ^6