touhidurabir/non-profit-charity-search

search non profitable charity/organization through api search

0.1.0 2021-10-09 19:43 UTC

This package is auto-updated.

Last update: 2024-04-10 01:13:45 UTC


README

Search non profitable organization or get the details of an organization

Installation

Require the package using composer:

composer require touhidurabir/non-profit-charity-search

Usage

use Touhidurabir\NonProfitCharitySearch\CharitySearch;

$search = new CharitySearch('search-query', []);

$search = $search->charities()->getResult();

NOTE : the README is incomplete . need to document the full functionality properly yet .

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT