Skip to content

crydensync/crydensync-sdk-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 

Repository files navigation

crydensync-php - PHP SDK

Status License Go Version

πŸ”— Quick Links

🎯 Purpose

PHP SDK for CrydenSync authentication.

πŸ“Š Status

  • Phase: Planning
  • Progress: 0%
  • Target: After api v1.0.0

πŸ—ΊοΈ Roadmap

v1.0.0

  • PSR-7/PSR-18 compatible
  • Laravel integration
  • Symfony integration
  • Guzzle client

v1.1.0

  • WordPress plugin
  • Session management
  • Caching support

πŸ”§ Development

composer install
./vendor/bin/phpunit

πŸ“¦ Usage

use CrydenSync\Cryden;

$cryden = new Cryden('https://api.crydensync.com');
$user = $cryden->auth->signUp($email, $password);

πŸ”— Dependencies

Β· api HTTP endpoints

πŸ†˜ Getting Help

🀝 Contributing

We welcome contributions! Please:

  1. Read CONTRIBUTING.md
  2. Check open issues
  3. Join Discord

Current needs:

  • πŸ› Bug hunters
  • πŸ“ Documentation writers
  • πŸ§ͺ Testers
  • πŸ’‘ Feature ideas

πŸ“„ License

MIT Β© CrydenSync

This is open source software. Use it freely, modify it, share it.

About

Official PHP SDK for CrydenSync authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors