this post was submitted on 06 Jul 2023
5 points (100.0% liked)

PHP

363 readers
1 users here now

<?

namespace lemmy\php;

/*

Welcome to the PHP community on Lemmy

#Rules:

1: Soon(TM)

#Helpful stuff:

PHP Documentation

Composer

PHP Standards

#Common frameworks:

Symfony

Larvel

*/

echo "Welcome";

founded 1 year ago
MODERATORS
 

Now you can go nuts with all the bots you can think of!

Any feedback welcome.

top 3 comments
sorted by: hot top controversial new old
[–] helloharu 2 points 1 year ago

This is going to be really helpful, thank you.

[–] duroth 1 points 1 year ago (1 children)

Isn't the "Lemmy API" basically just ActivityPub? Could this package be made to work with Kbin, for example? Possibly other Fediverse projects?

[–] [email protected] 2 points 1 year ago

Nope, ActivityPub is the federation protocol used to transfer data between instances, Lemmy on its own has an API, so this won't work on Kbin.