https://github.com/arrayiterator/extension
Easy extension loader
https://github.com/arrayiterator/extension
extension modular module php7
Last synced: 9 months ago
JSON representation
Easy extension loader
- Host: GitHub
- URL: https://github.com/arrayiterator/extension
- Owner: ArrayIterator
- License: mit
- Created: 2018-05-04T11:56:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T05:04:59.000Z (over 6 years ago)
- Last Synced: 2025-04-02T19:13:33.954Z (9 months ago)
- Topics: extension, modular, module, php7
- Language: PHP
- Homepage: https://arrayiterator.github.io/extension/
- Size: 181 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)