Download the PHP package fyre/engine without Composer

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

FyreEngine

FyreEngine is a free, open-source engine library for PHP.

Table Of Contents

Installation

Using Composer

In PHP:

Methods

Bootstrap

Bootstrap application.

Middleware

Build application middleware.

Routes

Build application routes.

Global Functions

__

Get a language value.

Abort

Throw an Exception.

Asset

Generate a URL for an asset path.

Auth

Load a shared Auth instance.

Authorize

Authorize an access rule.

Any additional arguments supplied will be passed to the access rule callback or Policy method.

Cache

Load a shared Cacher instance.

Can

Check whether an access rule is allowed.

Any additional arguments supplied will be passed to the access rule callback or Policy method.

Can Any

Check whether any access rule is allowed.

Any additional arguments supplied will be passed to the access rule callbacks or Policy methods.

Can None

Check whether no access rule is allowed.

Any additional arguments supplied will be passed to the access rule callbacks or Policy methods.

Cannot

Check whether an access rule is not allowed.

Any additional arguments supplied will be passed to the access rule callback or Policy method.

Collect

Create a new Collection.

Config

Retrieve a value from the config using "dot" notation.

DB

Load a shared Connection instance.

DD

Dump and die.

Dump

Dump data.

Email

Create an Email.

Encryption

Load a shared Encrypter instance.

Escape

Escape characters in a string for use in HTML.

Json

Create a new ClientResponse with JSON data.

Log Message

Log a message.

The $type must be one of the supported log levels.

Logged In

Determine if the current user is logged in.

Model

Load a shared Model instance.

Now

Create a new DateTime set to now.

Queue

Push a job to a Queue.

Redirect

Create a new RedirectResponse.

Request

Load a shared ServerRequest instance.

You can also retrieve value from the $_POST array by passing arguments to this function.

Response

Create a new ClientResponse.

Route

Generate a URL for a named Route.

Session

Retrieve a value from the session.

You can also set a session value by including a second argument.

Type

Get the mapped Type class for a value type.

User

Get the current user.

View

Render a View template.

If the $layout is set to null, it will use the App.defaultLayout option from the Config.


All versions of engine with dependencies

PHP Build Version
Package Version
Requires fyre/auth Version ^2.0
fyre/command Version ^4.0
fyre/collection Version ^1.0
fyre/config Version ^3.0
fyre/encryption Version ^3.0
fyre/entity Version ^4.0
fyre/error Version ^4.0
fyre/lang Version 3.0
fyre/mail Version ^2.0
fyre/make Version ^1.1
fyre/middleware Version ^2.0
fyre/migration Version ^4.0
fyre/orm Version ^8.0
fyre/queue Version ^2.0
fyre/router Version ^6.0
fyre/server Version ^3.0
fyre/session Version ^4.0
fyre/view Version ^9.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 fyre/engine contains the following files

Loading the files please wait ....