2017 © Pedro Peláez
 

library aip

A simple PHP API extension that's provide arabic tools for PHP

image

buzzylab/aip

A simple PHP API extension that's provide arabic tools for PHP

  • Saturday, June 25, 2016
  • by maherbusnes
  • Repository
  • 1 Watchers
  • 14 Stars
  • 186 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Arabic in PHP (AIP)

Latest Stable Version Total Downloads Latest Unstable Version License StyleCI, (*1)

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

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

Contents

Features

Installation

With Composer

$ composer require buzzylab/aip

Or Add "buzzylab/aip": "~1.0.*" to composer require :, (*4)

{
    "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:, (*5)

Buzzylab\Aip\Laravel\AipServiceProvider::class

And add the following Facade to the aliases array, (*6)

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

Change log

Please see CHANGELOG for more information what has changed recently., (*7)

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., (*8)

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., (*9)

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., (*10)

License

The AIP is open-sourced software licensed under the MIT license., (*11)

The Versions

25/06 2016

dev-master

9999999-dev http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

MIT

The Requires

 

php arabic

25/06 2016

v1.0.3

1.0.3.0 http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

MIT

The Requires

 

php arabic

25/06 2016

dev-analysis-qJGk1Q

dev-analysis-qJGk1Q http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

MIT

The Requires

 

php arabic

25/06 2016

v1.0.2

1.0.2.0 http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

MIT

The Requires

 

php arabic

07/05 2016

v1.0.1

1.0.1.0 http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

MIT

The Requires

  • php >=5.5

 

php arabic

07/05 2016

v1.0.0

1.0.0.0 http://buzzylab.com

A simple PHP API extension that's provide arabic tools for PHP

  Sources   Download

GPLv3

The Requires

  • php ~5.5|~7.0

 

php arabic