outeredge / edge-zf2
Edge is a library of useful classes designed to aid the creation of Web Applications.
Installs: 2 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 7
Forks: 0
Open Issues: 2
Requires
- php: >=7.0
- zendframework/zend-mail: ^2.7.1
Suggests
- beberlei/DoctrineExtensions: Required for Doctrine searcher
- chargebee/chargebee-php: For Chargebee functions
- erusev/parsedown: For Markdown extensions
- jms/serializer: JMS Serializer for serialization utility
- zfcampus/zf-api-problem: Restful API features
This package is auto-updated.
Last update: 2022-02-01 16:15:09 UTC
README
Edge is a library of useful classes designed to aid the creation of Web Applications.
Installation
The recommended way to install
outeredge/edge-module
is through
composer:
php composer.phar require outeredge/edge-module
You can then enable this module in your config/application.config.php
by adding
Edge
to the modules
key:
// ... 'modules' => array( // ... 'Edge' ),
Requirements
- PHP 7.0 or higher