Download the PHP package sindla/aurora without Composer

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

Version Unit testing Latest Version Last Commit Required PHP
5.2 PHPUnit Latest Version Last Commit >=7.4
5.3 PHPUnit Latest Version Last Commit >=7.4 & >= 8.0
5.4 PHPUnit Latest Version Last Commit >=7.4 & >= 8.0
6.1 PHPUnit Latest Version Last Commit >= 8.1
6.2 PHPUnit Latest Version Last Commit >= 8.2
6.3 PHPUnit Latest Version Last Commit >= 8.2
7.0 PHPUnit Latest Version Last Commit >= 8.2
7.1 PHPUnit Latest Version Last Commit >= 8.3
7.2 PHPUnit Latest Version Last Commit >= 8.3

Installation

The Aurora package is Packagist ready, and Composer can be used to install it.

The x-dev flag can be used to install the development version:

Configuration

Even if Aurora is Packagist-ready and is a Symfony bundle, no recipe will be installed automatically.

🗂️ config/packages/aurora.yaml

* Create the file `config/packages/aurora.yaml` and add the following content:

🗂️ config/packages/dev/aurora.yaml

* Create the file `config/packages/dev/aurora.yaml` and add the following content:

🗂️ composer.json

* Edit `composer.json` and add the following content:

🗂️ config/packages/twig.yaml

* Edit `config/packages/twig.yaml` and add the following content:

🗂️ config/routes.yaml

* Will enable Aurora Black Hole, Favicons, Manifest & PWA (Progressive Web Application) controllers * Edit `config/routes.yaml` and add the following content:

Then run composer update to update and install the rest of the dependencies.

⚙️ Progressive Web Apps

* To use Progressive Web Apps (PWA), edit your Twig template and between `` and `` add the following content:

⚙️ HTML Minifier

* To enable HTML Minifier edit `config/packages/aurora.yaml` and change `aurora.minify.output` to `true`, then edit `config/services.yaml` add the following content:

⚙️ MaxMind GeoLite2Country & GeoLite2City

* When `composer install` and/or `composer update` are used, Aurora will try to automatically download the MaxMind GeoLite2Country & GeoLite2City * To enable this, edit your `.env.local` and add the following content (you will need a MaxMind licence key): * Edit `config/services.yaml` and add/append the following content: * Or edit `config/services.yaml` and add the following code to inject the `@aurora.client` only where it is needed: * Edit your controller and add/append the following code:

Inject ContainerAwareInterface into Doctrine Migrations

  1. config/services.yaml

  2. config/packages/doctrine_migrations.yaml


All versions of aurora with dependencies

PHP Build Version
Package Version
Requires php Version >=8.3
ext-curl Version *
ext-ctype Version *
ext-iconv Version *
ext-intl Version *
ext-json Version *
ext-mbstring Version *
ext-openssl Version *
ext-pcre Version *
ext-session Version *
ext-simplexml Version *
ext-tokenizer Version *
ext-zend-opcache Version *
aws/aws-sdk-php Version 3.*
brick/math Version 0.12.*
doctrine/orm Version ^3.3
firebase/php-jwt Version 6.*
geoip2/geoip2 Version 3.1.*
matthiasmullie/minify Version 1.3.*
scienta/doctrine-json-functions Version 6.3.*
symfony/uid Version 7.2.*
tedivm/jshrink Version 1.7.*
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 sindla/aurora contains the following files

Loading the files please wait ....