Download the PHP package energy/air without Composer

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

The Coresky PHP Framework

Using the framework, you can create web applications of any type. It contains a lot of new original ideas: "sky gate", "ghost query", "wares system" and more. By the way: the Jet view parser has a release-candidate status and is architecturally more powered than Blade or Twig.

This project is my favorite "oil painting"! Not finished yet, but you can use it.

Regards, Energy

Documentation

See the wiki section (russian only).

Application examples

  1. AB.SKY application
  2. MED.CRM.SKY application
  3. HOLE.SKY - empty application (preferably use composer)

AB (absolute busy) application is product of InfoParc http://absolutebusy.com/ moved into SKY. AB.SKY use 4 layouts: for desktop, mobile, printing and for SVG images. After installation and using MySQL database try switch to SQLite (edit main/config.yaml)

How to install

Create an empty dir in the Apache root: mkdir ab, then mkdir ab/web. Extract files from ab.zip. Put to the last folder this two files: ab.sky and moon.php. Open in browser similar like http://my-apache.local/ab/web/moon.php, then follow the instructions.

..or use console and PHP's embedded web-server:

Just PHP required

Will work embedded into PHP's SQLite3 database and PHP's web-server:

With composer (preferably):

Or with moon (rare updates):

Or download all with git (dev-master):


Installer moon.php uses files with the .sky extension. These files contain all the application files and database contents. It also contains information about the required modules and versions of PHP, MySQL. You can prepare such files in the developer tools. This operation is called application compilation.

First of all moon.php, it may be a convenient way to install SKY applications for non-professionals. Secondly, if you use a hosting in which there is no SSH access and there are other restrictions, then moon.php - a convenient way to update the site on production for professionals also. In moon.php there are several types of installation. Among them: pre-installation of the application in the anew folder, followed by moving to production. In this case, the code of the old version is moved to the aold folder and it is possible to make a rollback.


Инсталлятор moon.php использует файлы с расширением .sky. Эти файлы, содержат все файлы приложения и содержимое баз данных. Также в нем содержится информация о требуемых модулях и версиях PHP, MySQL. Подготовить такие файлы можно в инструментах разработчика. Такая операция называется компиляция приложения.

Во-первых moon.php, может оказаться удобным способом установки SKY-приложений для непрофессионалов. Во-вторых, если вы используете хостинг, в котором отсутствует SSH доступ и имеются прочие ограничения, то moon.php - удобный способ обновить сайт на production и для профессионалов. В moon.php имеется несколько типов установки. Среди них: предварительная установка приложения в папку anew с последующим перемещением на production. При этом код старой версии перемещается в папку aold и имеется возможность сделать rollback.


All versions of air with dependencies

PHP Build Version
Package Version
Requires php Version >7.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 energy/air contains the following files

Loading the files please wait ....