Skip to content

Latest commit

Β 

History

History
83 lines (59 loc) Β· 1.93 KB

File metadata and controls

83 lines (59 loc) Β· 1.93 KB

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.