Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Aug 29, 2022
1 parent 366b992 commit 00b6d42
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# remote-psr4
An php psr4 Autoloader which is autoloading from a remote server.
An php **PSR4** Autoloader `Client` which is autoloading from a remote server.
With remote **Classmap** and **Aliases**.

If you are developing a Frdlweb-Project you should use ~~<s>`webfan3/frdl-module-remote-psr4` instead</s>~~ ...[`frdl/codebase`](https://github.com/frdl/codebase)
### Server?
If you want to build an `API Server` for this client, you can install my Package [`frdl/codebase`](https://github.com/frdl/codebase).

## Usage
This is recommended for larger projects, **please use my API Server only for testing,
if want to use it productionaly or need a larger amount of load, please contact me!**
You can also [contact me](https://startforum.de/u/till.wehowski/about) if you need any help with my packages, or if you need a webhosting plan!

# Usage
````php
$loader = \Webfan\Psr4Loader\RemoteFromWebfan::getInstance('03.webfan.de', true, 'latest', true);
````
Expand Down

0 comments on commit 00b6d42

Please sign in to comment.