Download the PHP package ppabcd/helpers without Composer

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

Helpers

String Helpers

How to use?

First time you must include src/Str.php in your project for use this helper. Coming soon i will add this project with composer. For Example code you can see in example folder.

How to use Helpers?

there is many types of uses. they are mention below.

1. Strip Quotes

You can use strip Quotes helper for string or multiple data with array.

2. Strip Slashes

You can use Strip Slashes helper for string or multiple data with array.

3. Random String

You can use Random String helper for random string in data. Here in list.

  1. alnum for Alphanumeric
  2. alpha for Alphabet
  3. numeric for Numeric
  4. md5 for MD5
  5. hex for Hex
  6. binary for Binary text

4. Alternator

You can use Alternator helper for alternating.

5. Reverse Case

You can use this helper to reverse the case of each letter in a string.

6. Title Case

You can use Title Case helper for making a string or array of strings title case.

7. Limit

You can use Limit helper to limit a string or array of strings up to specified length.

8. Contains

You can use Contains helper to check if specific word or key exists in a string.

9. Camelize

You can use Camelize helper to camelize a string.

10. Array key starts with

You can use Array key starts with helper to find an array key that starts with a given term

11. Array key ends with

You can use Array key ends with helper to find an array key that ends with a given term

12. Arrays are identical

Determine if two arrays are identical with the same index values ignoring key ordering

13. Snake case

Return snake case format of the given string

13. Lower case

Return lower case of the given string. Works with UTF-8

13. Upper case

Return upper case of the given string. Works with UTF-8

Contributing

See also the list of contributors who participated in this project.


All versions of helpers with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
phpunit/phpunit Version ^6.4
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 ppabcd/helpers contains the following files

Loading the files please wait ....