Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wehowski authored Sep 17, 2023
1 parent e0b329e commit 38803a4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
# remote-psr4
An php **PSR4** Autoloader `Client` which is autoloading from a remote server.
An php **PSR-4**[[?]](https://www.php-fig.org/psr/psr-4/) Autoloader `Client` which is autoloading from a remote server.
With remote **Classmap** and **Aliases**.

### Server?
If you want to build an `API Server` for this client, you can install my Package [`frdl/codebase`](https://github.com/frdl/codebase).

This is recommended for larger projects, **please use [my API Server](https://webfan.de/install/) 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!
Optionaly you can [configure the client](#with-custom-configuration), e.g. to load from githubs without a central server.
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](https://domainundhomepagespeicher.de/)!

Optionaly you can [configure the client](#with-custom-configuration), e.g. to load from githubs **without a central server**.

## Usage
````php
Expand Down

0 comments on commit 38803a4

Please sign in to comment.