Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arrayiterator/extension

Easy extension loader
https://github.com/arrayiterator/extension

extension modular module php7

Last synced: about 1 month ago
JSON representation

Easy extension loader

Awesome Lists containing this project

README

        

# EXTENSION LOADER

Easy extension loader

## Composer

```json
{
"arrayiterator/extension" : "dev-master"
}
```

## Requirements

```yaml
php : >= 7.0
```

## Example

```php
start();

/**
* Get available extension
* @var string[] $availableExtensions
*/
$availableExtensions = $loader->getAllAvailableExtensions();

```

## LICENSE

[MIT LICENSE](LICENSE)