Download the PHP package ofi/deteksinohpindonesia without Composer

On this page you can find all versions of the php package ofi/deteksinohpindonesia. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package deteksinohpindonesia

Deteksi No Hp Indonesia

Package ini digunakan untuk mendeteksi otomatis jenis operator nomor hp Indonesia berdasarkan nomor Hp yang diinputkan

Author

Teguh Rijanandi - [email protected]

Instalasi

Mengggunakan composer composer require ofi/deteksinohpindonesia

Atau kamu juga bisa mengunduh repository ini dan mengimport autoloadnya secara manual, seperti yang sudah di contohkan pada gambar dibawah ini

Dokumentasi

Untuk cara penggunaan bisa dilihat pada file index.php https://github.com/teguh02/deteksinohpindonesia/blob/master/index.php


Cara Pakai (penjelasan gambar)

  1. Import autoload dan class Sebelum menggunakan package ini, kamu harus mengimport autoload dan classnya terlebih dahulu.

carbon


  1. Deteksi nomor secara otomatis
    Dengan ini kamu bisa mendeteksi nomor hp yang diinputkan secara otomatis

carbon (1)


  1. Deteksi nomor berdasarkan operator
    Dengan ini kamu bisa melakukan mendeteksi apakah nomor x itu nomor axis ataukah bukan?
    hasilnya akan di return dalam bentuk boolean (true / false)

carbon (4)

Demo APP

kami menyediakan demo sekaligus server API deteksi nomor hp secara otomatis, silahkan lihat di https://deteksinomerindo.herokuapp.com/

Cara Penggunaannya adalah

Single cek nomor hp

https://deteksinomerindo.herokuapp.com/?nomorhp=0895802739233
https://deteksinomerindo.herokuapp.com/?nomorhp=085600119625
https://deteksinomerindo.herokuapp.com/?nomorhp=08986642927
https://deteksinomerindo.herokuapp.com/?nomorhp=081807002845

Multi cek nomor hp

Pisahkan nomor hp dengan koma dan harus di encode, contoh kode phpnya seperti ini

echo "https://deteksinomerindo.herokuapp.com/?nomorhp=" . urlencode('nomor1,nomor2,nomor3');



Contohnya seperti ini https://deteksinomerindo.herokuapp.com/?nomorhp=0895802739233%2C085600119625%2C08986642927%2C081807002845


All versions of deteksinohpindonesia with dependencies

PHP Build Version
Package Version
No informations.
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ofi/deteksinohpindonesia contains the following files

Loading the files please wait ....