https://github.com/outeredge/edge-module
Edge is a library of useful classes designed to aid the creation of Web Applications
https://github.com/outeredge/edge-module
Last synced: over 1 year ago
JSON representation
Edge is a library of useful classes designed to aid the creation of Web Applications
- Host: GitHub
- URL: https://github.com/outeredge/edge-module
- Owner: outeredge
- License: mit
- Created: 2014-05-07T12:14:16.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2022-02-01T16:15:06.000Z (over 4 years ago)
- Last Synced: 2025-01-24T08:32:09.708Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Edge Module
Edge is a library of useful classes designed to aid the creation of Web Applications.
## Installation
The recommended way to install
[`outeredge/edge-module`](https://packagist.org/packages/outeredge/edge-module) is through
[composer](http://getcomposer.org/):
```sh
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:
```php
// ...
'modules' => array(
// ...
'Edge'
),
```
### Requirements
- PHP 7.0 or higher