Download the PHP package laborci/eternity2project without Composer

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

Eternity 2 Project

Install

Előfeltételek

Telepítés

Fájlstruktúra

A fájlrendszer úgy lett kialakítva, hogy a fejlesztés közben a legfontosabb fájlok könnyen elérhetőek legyenek. A fájlstruktúra szabadon módosítható bizonyos keretek között. Az útvonalakra hivatkozások az alábbi fájlokban találhatóak:

app.ghost

namespace: \Ghost

Itt tartja a rendszer az entitásokat.

app

Az alkalmazásod központi fájljai

app.mission

Ebben a mappában vannak az alkalmazásod missionjei. Általános szerkezetként a telepített példából az web tekinthető, a többi három bizonyos szempontból egyedi.

app.mission/admin

Az admin felülethez tartozó állományok

mivel az admin alkalmazás nagy része npm és composer csomagokban van, és az egész modulként kerül betöltésre, itt már csak annak kiegészítései szerepelnek.

app.mission/api

namespace: \Application\Mission\Api

Az alkalmazásod API ágának Mission-je.

mivel itt nincs front-end, ezért maga a folder a mission root.

app.mission/cli

namespace: \Application\Cli

A saját cli parancsaid helye.

a cli megvalósítása teljesen az eternity feladata, ezért itt csak a saját parancsaidat kell felsorolnod.

app.mission/web

assets

Az alkalmazásod assetei. Alapvetően az apache rewreite-ok úgy vannak megírva, hogy az ~ jellel kezdődő útvonalakat nem bántják, az nem kerül átadásra a router-nek. Ezért az assetek is tipikusan ~web, ~admin és hasonló mappákba kerülnek.

data

Az alkalmazásod itt tárolja az adatait. Ide tehetsz te is fájlokat.

dev

A fejlesztéshez kapcsolódó fájlok helye.

etc

public

A kiszolgálás gyökér, ide kerülnek átmásolásra az assetek, ide fordít a z-build, ide másolódik át az app/index.php fájl is. Bármikor üríthető, a tartalma újra generálható.

var

Log és cache állományok helye, teljes egészében törölhető, a tartalma generálható.

/ (root)


All versions of eternity2project with dependencies

PHP Build Version
Package Version
Requires laborci/eternity2 Version ^1.1.2
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 laborci/eternity2project contains the following files

Loading the files please wait ....