Skip to content

PHP examples for interacting with the walletd and 42 Daemon

License

Notifications You must be signed in to change notification settings

FourtyTwo/42-PHP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

42-PHP

This repo contains a bunch of simple examples on how to contact the 42 Daemon and walletd within PHP, the best part: Its basically vannila PHP :D

Requirements

sudo apt-get install php-curl

You only need one package! Woohoo!

The walletd folder shows a few examples of some JSON RPC requests that are easily customizable and can be replaced with local variables if needed.

The only issue with all of these is that it returns the entire JSON message back to you, but with some string manipulation you can cut off all the JSON parts so you can have only the important doo dads.

About

PHP examples for interacting with the walletd and 42 Daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages