Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arrayiterator/extension
- Owner: ArrayIterator
- License: mit
- Created: 2018-05-04T11:56:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T05:04:59.000Z (over 5 years ago)
- Last Synced: 2024-10-28T07:23:05.298Z (3 months ago)
- Topics: extension, modular, module, php7
- Language: PHP
- Homepage: https://arrayiterator.github.io/extension/
- Size: 181 KB
- Stars: 1
- Watchers: 1
- 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)