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.
Table of contents
Download sindla/aurora
More information about sindla/aurora
Files in sindla/aurora
Download sindla/aurora
More information about sindla/aurora
Files in sindla/aurora
Vendor sindla
Package aurora
Short Description Aurora - Symfony 7.2 bundle
License MIT
Homepage https://sindla.com
Package aurora
Short Description Aurora - Symfony 7.2 bundle
License MIT
Homepage https://sindla.com
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 | >=7.4 | |||
5.3 | >=7.4 & >= 8.0 | |||
5.4 | >=7.4 & >= 8.0 | |||
6.1 | >= 8.1 | |||
6.2 | >= 8.2 | |||
6.3 | >= 8.2 | |||
7.0 | >= 8.2 | |||
7.1 | >= 8.3 | |||
7.2 | >= 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
-
config/services.yaml
config/packages/doctrine_migrations.yaml
- For favicons, can use https://www.favicon-generator.org/
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.*
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.*
The package sindla/aurora contains the following files
Loading the files please wait ....