touhidurabir / non-profit-charity-search
search non profitable charity/organization through api search
Installs: 1
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 1
Forks: 0
Open Issues: 0
Type:libraby
Requires
- php: >=7.2.0
- guzzlehttp/guzzle: ^7.3
Requires (Dev)
- mockery/mockery: ^1.4
- orchestra/testbench: ^6.20
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-10 02:06:44 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.