This is where your description should go. Take a look at contributing.md to see a to do list.
Via Composer
$ composer require naifmhd/gazetteAdd your Gazette API Key and CLIENT ID and CLIENT SECRET to your config/services.php. You can refer to how to get the API Keys from the (Official Gazette API Documentation)[https://api.gazette.gov.mv/].
// config/services.php
...
'gazette' => [
'grant_type' => env('GAZETTE_GRANT_TYPE', 'client_credentials'),
'client_id' => env('GAZETTE_CLIENT_ID'),
'client_secret' => env('GAZETTE_CLIENT_SECRET'),
],
...use Gazette;
$response = Gazette::iulaans();Gazette::iulaans(int $page = null);
Gazette::iulaan(int $id);
Gazette::iulaanByType(IulaanType::VAZEEFA, int $page = null);
Gazette::vazeefaByType(VazeefaType::CONSTRUCTION, int $page = null);
Gazette::unpublished();IulaanType::MASAKKAIY;
IulaanType::GANNAN_BEYNUNVAA;
IulaanType::KUYYAH_DHINUN;
IulaanType::KUYYAH_HIFUN;
IulaanType::VAZEEFA;
IulaanType::THAMREENU;
IulaanType::NEELAN;
IulaanType::AANMU_MAULOOMAATHU;
IulaanType::DHENNEVUN;
IulaanType::MUBAARAAI;
IulaanType::NOOS_BAYAAN;
IulaanType::INSURANCE;VazeefaType::ADMINISTRATION;
VazeefaType::PUBLIC_RELATIONS;
VazeefaType::CONSTRUCTION;
VazeefaType::EDUCATION;
VazeefaType::FINANCE;
VazeefaType::HEALTH;
VazeefaType::HUMAN_RESOURCE;
VazeefaType::INFORMATION_TECHNOLOGY;
VazeefaType::INSURANCE;
VazeefaType::PUBLISHING_JOURNALISM;
VazeefaType::TRANSPORT;
VazeefaType::LEGAL;
VazeefaType::TECHNICAL;
VazeefaType::CUSTOMER_SERVICE;
VazeefaType::MAINTENANCE;
VazeefaType::SUPPORT_STAFF;
VazeefaType::MECHANICAL;
VazeefaType::MANAGEMENT;Please see the changelog for more information on what has changed recently.
$ composer testPlease see contributing.md for details and a todolist.
If you discover any security related issues, please email naifmhd@gmail.com instead of using the issue tracker.
MIT. Please see the license file for more information.