Download the PHP package tintnaingwin/kuu-pyaung without Composer

On this page you can find all versions of the php package tintnaingwin/kuu-pyaung. 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 kuu-pyaung

Convert resources files and database from zawgyi to unicode for Laravel apps

Latest Version on Packagist Laravel 10.x Laravel 9.x Laravel 8.x

Kuu Pyaung Package converts resources files and databases from zawgyi to unicode.

If the context is unicode, don't worry about the conflict context, Kuu Pyaung hasn't converted unicode context to unicode again.

Requirements

version-1.x

version-2.x

version-3.x

version-4.x

version-5.x

Laravel Version Compatibility

Laravel Package PHP
5.2.x 1.x >=5.6.4
5.3.x 1.x >=5.6.4
5.4.x 1.x >=5.6.4
5.5.x 2.x >=7.0.0
5.6.x 2.x >=7.1.3
5.7.x 2.x >=7.1.3
5.8.x 3.x >=7.2.0
6.x 3.x >=7.2.0
7.x 3.x >=7.2.5
8.x 4.x >=7.4
9.x 5.x >=8.1
10.x 5.x >=8.1

Installation and usage

For Laravel 8.x

For Laravel 5.8|6.x|7.x

For Laravel 5.5|5.6|5.7

For Laravel 5.2|5.3|5.4

For laravel >=5.5 that's all. This package supports Laravel new Package Discovery.

If you are using Laravel < 5.5, you also need to add the service provider class to your project's config/app.php file:

Service Provider

You can publish the config-file with:

Artisan commands

You can convert your app by running:

If you would like to convert only the files, run:

If you would like to convert only the database, run:

Configuration

Kuu Pyaung can be configured directly in /config/kuu-pyaung.php.

This is the contents of the published config file:

Files Convert

This package convert only folder under the resource directories. You can determine which resource files will be convert.

Database Convert

Exclude Tables - Kuu Pyaung converts only string data types from the database. You can determine which tables will be excluded from the convert. In addition, if your table does not have primary key (id or UUID), this table will not be converted.

Exclude Columns - If the value of some columns is maybe zawgyi filenames or file paths. you can add these columns in the exclude_table_columns at the config file.

We highly recommend that you should use maintenance mode when you convert the database tables in production server.

Supported databases

Troubleshoot

You can convert with kuu-pyaung in the following situations,

The first thing if you are using the laravel <5.2
The second thing you don't want to install current project.

Testing

Run the tests with:

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

License

The MIT License (MIT). Please see License File for more information.


All versions of kuu-pyaung with dependencies

PHP Build Version
Package Version
Requires php Version ^7.4
illuminate/console Version ^8.0
illuminate/contracts Version ^8.0
illuminate/events Version ^8.0
illuminate/filesystem Version ^8.0
illuminate/support Version ^8.0
tintnaingwin/myanfont Version ^2.0
doctrine/dbal Version ^2.9
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 tintnaingwin/kuu-pyaung contains the following files

Loading the files please wait ....