Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/falkirks/snippetloader

Loads .php plugins on PocketMine Alpha 1.4
https://github.com/falkirks/snippetloader

pocketmine-plugins

Last synced: about 18 hours ago
JSON representation

Loads .php plugins on PocketMine Alpha 1.4

Awesome Lists containing this project

README

        

SnippetLoader
=============

This is a super simple plugin interface which will load "snippets" (single file plugins). Simple example below.

```php
getLogger()->info("Loaded.");
}
}
```