---eonx_docs--- title: Introduction weight: 0 ---eonx_docs---
The purpose of this package is to ease running PHP applications within a serverless context by taking care of low level and repetitive functionalities so things should "just work".
The recommended way to install this package is to use Composer:
$ composer require eonx-com/easy-serverless
This package relies on Bref and its Symfony Bridge so make sure you do require them in your project:
$ composer require bref/bref
$ composer require bref/symfony-bridge