buzzylab/aip

A simple PHP API extension that's provide arabic tools for PHP
1,763 26
Install
composer require buzzylab/aip
Latest Version:v1.3.1
PHP:^7.3|^8.0|^8.1
License:MIT
Last Updated:Feb 18, 2023
Links: GitHub  ·  Packagist
Maintainer: maherbusnes

Arabic in PHP (AIP)

Latest Stable Version Total Downloads Latest Unstable Version License StyleCI

A simple PHP API extension that's provide arabic tools for PHP . https://github.com/buzzylab/aip

Note: AIP package is a built on the great library Ar-PHP (v4.0.0) which is developed by Khaled Al-Sham'aa.

Contents

Features

Installation

With Composer

$ composer require buzzylab/aip

Or Add "buzzylab/aip": "~1.0.*" to composer require :

{
    "require": {
        "buzzylab/aip": "~1.0.*"
    }
}

Native Integration


<?php
require 'vendor/autoload.php';

use Buzzylab\Aip\Arabic;

$arabic = new Arabic();

Laravel Integration

After installing the package, open your Laravel config file located at config/app.php and add the following service provider to the providers array:

Buzzylab\Aip\Laravel\AipServiceProvider::class

And add the following Facade to the aliases array

'Arabic'  => Buzzylab\Aip\Laravel\Facades\AipFacade::class 

Change log

Please see CHANGELOG for more information what has changed recently.

Issues

For the list of all current and former/closed issues see the github issue list. If you find a problem, please follow the same link and create an new issue, I will look at it and get back to you ASAP.

Contributing

I would be glad to accept your contributions if you want to participate and share. Just follow GitHub's guide on how to fork a repository. Clone your repository to your machine, make your change then create a pull request after submitting your change to your repository.

Credits & inspirations

It goes without saying that none of this could have been done without the great arphp library, a big thank you goes out to Khaled Al-Sham'aa.

License

The AIP is open-sourced software licensed under the MIT license.

Related Packages

maherelgamil/arabicdatetime

Easy and useful tool to generate arabic or hijri date with multi-language suppor...

4,570 41
artdarek/oauth-4-laravel

OAuth Service Provider for Laravel 4

523,362 677
oriceon/toastr-5-laravel

Easy toastr notifications for Laravel 5

503,999 79
narutimateum/toastr-5.2-laravel

toastr.js for Laravel 5.2 easy notification like growl for example

37,567 13
oriceon/oauth-5-laravel

OAuth Service Provider for Laravel 5

1,671,889 174