PHPackages                             nicehalf/api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. nicehalf/api

ActiveLibrary[API Development](/categories/api)

nicehalf/api
============

Nicehalf API

v1.1.1(3y ago)113PHPPHP &gt;=8.0

Since Feb 8Pushed 3y agoCompare

[ Source](https://github.com/NICEHALF/NiceHalf-API)[ Packagist](https://packagist.org/packages/nicehalf/api)[ RSS](/packages/nicehalf-api/feed)WikiDiscussions main Synced today

READMEChangelog (4)Dependencies (1)Versions (5)Used By (0)

NiceHalf-API V1.1.1 - 2023-02-10
================================

[](#nicehalf-api-v111---2023-02-10)

Introduction
------------

[](#introduction)

NiceHalf API is a RESTful API that allows you Authentication, Authorization, and CRUD operations on the NiceHalf database.

Getting Started
---------------

[](#getting-started)

### Prerequisites

[](#prerequisites)

- [PHP](https://www.php.net/downloads.php) &gt;= 8.0.0
- [Composer](https://getcomposer.org/download/)
- [Laravel](https://laravel.com/docs/9.x/installation) &gt;= 9.0.0 / Only if you want to use the AuthAPI class (optional)

### Installation

[](#installation)

1. run this command to install the dependencies

```
composer require nicehalf/api
```

2. create a `index.php` file in the root directory of your project and add the following code

```
