Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 945 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 945 Bytes

ElectionBuddy PHP SDK

This is the official PHP library for integrating with the ElectionBuddy API.

Requirements

  • PHP 7.4 or higher
  • Composer
  • ElectionBuddy API credentials

Installation

You can install the package via composer:

composer require electionbuddy/electionbuddy-php

Testing

composer test

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

Security

If you discover any security-related issues, please email [email protected] instead of using the issue tracker.

License

The MIT License (MIT). Please see License File for more information.