Download the PHP package galactium/space without Composer

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

Galactium Space

Codacy Badge

Galactium Space is a light library to provide extended functionality for Galactium projects.

Requirements

Installation

Components

Translation

New Translation Adapter: NestedArray:

Translation Manager

If you don't need multiple language files in Module directory, you can put to them translation file with the same name:

Please note: Translation Manager works only with NestedArray Adapter.

Mail

Mailer wrapper of swiftmailer/swiftmailer.

You can use to get access to Message instance in your template. For example, it can be used to insert an image as embed content:

Identifier

The identifier has been developed to easily convert a model's key params (like module, namespace, table name, identity field, and it's value) to string. Identifier Manager can generate GUID (Galactium Unique Identifer) in format: module::namespace.class.dotted.params for a model which implements Galactium\Space\Identifier\IdentifiableInterface interface.

By default Identifer supports only Galactium's class structure.

Errors Manager

Errors Manager provide a simple error handling for an app. It is used to catch all exceptions generated by an app and converting them to beautiful response.

Seo

Seo Component includes:

You can get access to all components listed above using Galactium\Space\Seo\Manager.

Other improvements

Please note: For some reasons doesn't work in some cases.

License

This library is licensed under the Apache 2.0 License - see the LICENSE.md file for details.


All versions of space with dependencies

PHP Build Version
Package Version
Requires ext-json Version *
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 galactium/space contains the following files

Loading the files please wait ....